Re: [FFmpeg-devel] [PATCH] avformat/flvenc: copyts in FLV muxer

2016-01-26 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 07:46:11PM +0100, Michael Niedermayer wrote: > 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/stre

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: copyts in FLV muxer

2016-01-25 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] avformat/flvenc: copyts in FLV muxer

2016-01-25 Thread Ivan
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 correcti