[FFmpeg-cvslog] flv demuxer supports live rtmp inputs but there is no any info about it in the docs.
Bela Bodecs
git at videolan.org
Mon Dec 26 19:30:48 EET 2016
ffmpeg | branch: master | Bela Bodecs <bodecsb at vivanet.hu> | Sat Dec 24 00:21:23 2016 +0100| [ce5c7260df2d66dd26a6fe9709cef66aa7139162] | committer: Michael Niedermayer
flv demuxer supports live rtmp inputs but there is no any info about it in the docs.
Signed-off-by: Bela Bodecs <bodecsb at vivanet.hu>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce5c7260df2d66dd26a6fe9709cef66aa7139162
---
doc/demuxers.texi | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 2934a1c..c12c07e 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -243,11 +243,17 @@ file subdir/file-2.wav
@end example
@end itemize
- at section flv
+ at section flv, live_flv
Adobe Flash Video Format demuxer.
-This demuxer is used to demux FLV files and RTMP network streams.
+This demuxer is used to demux FLV files and RTMP network streams. In case of live network streams, if you force format, you may use live_flv option instead of flv to survive timestamp discontinuities.
+
+ at example
+ffmpeg -f flv -i myfile.flv ...
+ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
+ at end example
+
@table @option
@item -flv_metadata @var{bool}
More information about the ffmpeg-cvslog
mailing list