On Mon, Jan 25, 2016 at 02:43:40PM +0200, Ivan wrote:
> The purpose of this patch is to preserve timestamps when using ffmpeg for 
> publishing RTMP streams, e.g. ffmpeg -i rtmp://source/stream -f flv 
> rtmp://target/stream.
> There is a setting "copyts" for that purpose. Unfortunately it doesn't work 
> with FLV muxer because it has its own timestamp correction which makes global 
> setting "copyts" ineffective.
> 
> This patch removes timestamp correction in FLV muxer. This means FLV will 
> rely on ffmpeg timestamp correction which makes it possible to use copyts.

indeed, avoid_negative_ts should handle this
i intend to apply this, unless someone sees a case for which this
code is still needed ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to