[FFmpeg-devel] [PATCH] fix rtmpproto.c timestamp read bug

trueice trueice
Tue May 25 06:49:14 CEST 2010


Hi,

We've found libavformat returns totally dis-ordered rtmp packets when doing
rtmp ingest, which is not a right behavior.

A patch for libavformat/rtmpproto.c is as attached, cts's extended part
should have been read out like this:

cts |= bytestream_get_byte(&next) << 24;



-- 
Yours trueice
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-rtmp_timestamp_fix.patch
Type: application/octet-stream
Size: 619 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100525/60650e23/attachment.obj>



More information about the ffmpeg-devel mailing list