[FFmpeg-devel] ffserver rtsp timing bug
Howard Chu
hyc
Mon May 17 01:13:40 CEST 2010
Howard Chu wrote:
> Unfortunately I still haven't had any success actually playing the stream. It
> seems that ffserver isn't sending any RTP packets at all.
The cur_pts in the stream starts out with an absolute timestamp, while for all
subsequent packets it only carries a relative timestamp. The check for whether
it's time to transmit or not thus compares the huge cur_pts against the
current server time (which is also relative) and decides it's not time to send
anything yet.
This patch gets things working for a single stream (audio only or video only).
Still not working for both audio and video; in that case I only receive the audio.
How is it that things got to be this way? This rtsp stuff surely hasn't worked
at all, in ages...
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dif2.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100516/b5dde0a2/attachment.txt>
More information about the ffmpeg-devel
mailing list