From 22a0827dff29a94e7fd07ad2782f169b2703c70d Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 26 Oct 2012 16:36:56 +0200 Subject: hlsenc: stand alone hls segmenter Simplifies usage but has higher latency. --- doc/muxers.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index 4bb6d56a00..570041d679 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -90,6 +90,27 @@ avconv -i INPUT -c:a pcm_u8 -c:v mpeg2video -f framecrc - See also the @ref{crc} muxer. +@anchor{hls} +@section hls + +Apple HTTP Live Streaming muxer that segments MPEG-TS according to +the HTTP Live Streaming specification. + +It creates a playlist file and numbered segment files. The output +filename specifies the playlist filename; the segment filenames +receive the same basename as the playlist, a sequential number and +a .ts extension. + +@example +avconv -i in.nut out.m3u8 +@end example + +@table @option +@item -hls_time segment length in seconds +@item -hls_list_size maximum number of playlist entries +@item -hls_wrap number after which index wraps +@end table + @anchor{image2} @section image2 -- cgit v1.2.3