[FFmpeg-devel] [PATCH 2/2] refine the method option describe of hlsenc doc

Moritz Barsnick barsnick at gmx.net
Wed Jul 13 01:27:33 EEST 2016


On Tue, Jul 12, 2016 at 11:55:39 +0800, Steven Liu wrote:

Grammar:

> + at item method
> +Use HTTP method to operation the hls files,

-> "Use the given HTTP method to create the hls files."
Or something like this. I couldn't figure it out from the code: How
about listing the allowed methods?

> +This example will upload all the mpegts segment files to HTTP server use HTTP PUT method,
> +and update the m3u8 files every refresh times use HTTP PUT method.

-> "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 the HTTP server must support the PUT method and upload files.
-> "Note that the HTTP server must support the given method for
   uploading files."

Moritz


More information about the ffmpeg-devel mailing list