diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-02-25 21:45:23 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-02-28 15:01:20 +0100 |
commit | 0c1759ac4b1ff8f0305dab4f244fa929b77a6fab (patch) | |
tree | f8b42ee381b6488c4a7ad5a67b8517d15fdd7009 /doc | |
parent | ee42df8a35c2b795f524c856834d0823dbd4e75d (diff) | |
download | ffmpeg-0c1759ac4b1ff8f0305dab4f244fa929b77a6fab.tar.gz |
segment: implement wrap around
Provide a way to wrap around the segment index so pseudostreaming
live through a web server and html5 browser is simpler.
Also ensure that 0 (disable) is a valid value across the options
providing wrap around.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index aab3b6a638..4878e7630e 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -353,6 +353,8 @@ Set segment duration to @var{t} seconds. Generate also a listfile named @var{name}. @item segment_list_size @var{size} Overwrite the listfile once it reaches @var{size} entries. +@item segment_wrap @var{limit} +Wrap around segment index once it reaches @var{limit}. @end table @example |