[FFmpeg-cvslog] refine the method option describe of hlsenc doc

Steven Liu git at videolan.org
Fri Jul 15 16:40:02 CEST 2016


ffmpeg | branch: master | Steven Liu <lingjiujianke at gmail.com> | Wed Jul 13 15:15:06 2016 +0800| [b701ec4152b8e735c6fee8dfaa538f2c0ef4deb9] | committer: Michael Niedermayer

refine the method option describe of hlsenc doc

Signed-off-by: LiuQi <liuqi at gosun.com>
Reviewed-by: Moritz Barsnick <barsnick at gmx.net>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b701ec4152b8e735c6fee8dfaa538f2c0ef4deb9
---

 doc/muxers.texi |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 15b63f4..1b99c7e 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -508,6 +508,17 @@ Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces
 @item hls_playlist_type vod
 Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces
 @option{hls_list_size} to 0; the playlist must not change.
+
+ at item method
+Use the given HTTP method to create the hls files.
+ at example
+ffmpeg -re -i in.ts -f hls -method PUT http://example.com/live/out.m3u8
+ at end example
+This example will upload all the mpegts segment files to the HTTP
+server using the HTTP PUT method, and update the m3u8 files every
+ at code{refresh} times using the same method.
+Note that the HTTP server must support the given method for uploading
+files.
 @end table
 
 @anchor{ico}



More information about the ffmpeg-cvslog mailing list