I thought the fDuration is related to the frame rate? We have a hardware
encoder and we save the contents to a file before we stream them out. When play
the file locally with VLC, it looks a 720P60, but at the remote VLC RTSP client
side it is 720P30(or less) - visually it is not as smooth.
I
Could someone kindly implement a sample 264 streamer class for live555? A 264
NAL clip can be provided without any problem. This way, people can have a good
starting point.
--- On Wed, 10/1/08, Ross Finlayson <[EMAIL PROTECTED]> wrote:
> From: Ross Finlayson <[EMAIL PROTECTED]>
> Subject: Re:
Hi,
We try to stream MPEG4 via RTSP with live555. Our flow is like this
DVD -> capture 1 frame (v4l2) ->MPEG4 encoding -> Write_mpeg4_frame to
myvideo.v -> send_mpeg4_frame_to_live555 -> MPEG4 decoding -> Display on TV
1. when streaming the file myvideo.v with live555's testOnDemandRTSPServer,