From e5ae2f912626e72821d6e152dabf7c89fe1f5119 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 15 Aug 2012 11:06:34 +0200 Subject: lavf/segment: add M3U8 list support Address trac ticket #1642. --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/muxers.texi b/doc/muxers.texi index 2cb8e133c6..e6e72e4a76 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -502,6 +502,10 @@ muxer according to the provided pattern, and should not contain the @var{segment_start_time} and @var{segment_end_time} specify the segment start and end time expressed in seconds. + +@item m3u8 +Generate an extended M3U8 file, version 4, compliant with +@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}. @end table Default value is "flat". -- cgit v1.2.3