diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-02-19 11:25:36 +0530 |
---|---|---|
committer | Karthick Jeyapal <kjeyapal@akamai.com> | 2018-02-24 10:55:28 +0530 |
commit | 28924f4b488a2a22c2a1e41706fd97b6e484325c (patch) | |
tree | 11581f6134eb8f7ba91420e530940166e04eb79a /doc | |
parent | ffe7cc89d0ce352fd9e67283d6a949eaa98f46a4 (diff) | |
download | ffmpeg-28924f4b488a2a22c2a1e41706fd97b6e484325c.tar.gz |
avformat/dashenc: chunk streaming support for low latency use cases
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index d9a5cc03dc..c156ec0c87 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -254,6 +254,9 @@ Use persistent HTTP connections. Applicable only for HTTP output. @item -hls_playlist @var{hls_playlist} Generate HLS playlist files as well. The master playlist is generated with the filename master.m3u8. One media playlist file is generated for each stream with filenames media_0.m3u8, media_1.m3u8, etc. +@item -streaming @var{streaming} +Enable (1) or disable (0) chunk streaming mode of output. In chunk streaming +mode, each frame will be a moof fragment which forms a chunk. @item -adaptation_sets @var{adaptation_sets} Assign streams to AdaptationSets. Syntax is "id=x,streams=a,b,c id=y,streams=d,e" with x and y being the IDs of the adaptation sets and a,b,c,d and e are the indices of the mapped streams. |