You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
refine the method option describe of hlsenc doc
Signed-off-by: LiuQi <liuqi@gosun.com> Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
25ca74d314
commit
b701ec4152
@@ -508,6 +508,17 @@ Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces
|
|||||||
@item hls_playlist_type vod
|
@item hls_playlist_type vod
|
||||||
Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces
|
Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces
|
||||||
@option{hls_list_size} to 0; the playlist must not change.
|
@option{hls_list_size} to 0; the playlist must not change.
|
||||||
|
|
||||||
|
@item method
|
||||||
|
Use the given HTTP method to create the hls files.
|
||||||
|
@example
|
||||||
|
ffmpeg -re -i in.ts -f hls -method PUT http://example.com/live/out.m3u8
|
||||||
|
@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
|
||||||
|
@code{refresh} times using the same method.
|
||||||
|
Note that the HTTP server must support the given method for uploading
|
||||||
|
files.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@anchor{ico}
|
@anchor{ico}
|
||||||
|
Reference in New Issue
Block a user