summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorBela Bodecs <bodecsb@vivanet.hu>2016-12-24 00:21:23 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-26 18:29:00 +0100
commitce5c7260df2d66dd26a6fe9709cef66aa7139162 (patch)
tree443c5dc34992ae9677ff42f7770dcda8f1346058 /doc/demuxers.texi
parent12461636ea8c2fd014bc835e1d95129f03ecf182 (diff)
flv demuxer supports live rtmp inputs but there is no any info about it in the docs.
Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 2934a1cf7f..c12c07e272 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -243,11 +243,17 @@ file subdir/file-2.wav
@end example
@end itemize
-@section flv
+@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.
+
+@example
+ffmpeg -f flv -i myfile.flv ...
+ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
+@end example
+
@table @option
@item -flv_metadata @var{bool}