diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2016-11-26 08:52:19 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2016-11-26 08:52:19 +0800 |
commit | ee24c8ad011272ffd1a6daaf3f0128ace8663c18 (patch) | |
tree | 0b8677d36b72e41cbf7aa4253e6d73a0fe662071 /doc | |
parent | da34e4e13238b755bb0e6ebf549015797d9b4467 (diff) | |
download | ffmpeg-ee24c8ad011272ffd1a6daaf3f0128ace8663c18.tar.gz |
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')
-rw-r--r-- | doc/muxers.texi | 4 |
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 |