summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2016-11-26 08:52:19 +0800
committerSteven Liu <lq@chinaffmpeg.org>2016-11-26 08:52:19 +0800
commitee24c8ad011272ffd1a6daaf3f0128ace8663c18 (patch)
tree0b8677d36b72e41cbf7aa4253e6d73a0fe662071 /doc/muxers.texi
parentda34e4e13238b755bb0e6ebf549015797d9b4467 (diff)
avformat/flvenc: fix ticket 5976 and use old commit
mythtv have problem with non-seekable dont write duration and filesize and there have problem with some other server and player with 0 value duation and filesize. So add a flv flags to fix the ticket and make a choose for users. Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 8689341c12..1c14adf537 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -151,6 +151,10 @@ Disable sequence end tag.
@item no_metadata
Disable metadata tag.
+@item no_duration_filesize
+Disable duration and filesize in metadata when they are equal to zero
+at the end of stream. (Be used to non-seekable living stream).
+
@item add_keyframe_index
Used to facilitate seeking; particularly for HTTP pseudo streaming.
@end table