mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
updated readme info about HLS
This commit is contained in:
@ -39,9 +39,7 @@
|
|||||||
|
|
||||||
* Online transcoding with FFmpeg
|
* Online transcoding with FFmpeg
|
||||||
|
|
||||||
* HLS (HTTP Live Streaming) support;
|
* HLS (HTTP Live Streaming) support
|
||||||
requires recent libavformat
|
|
||||||
(>= 53.31.100) from ffmpeg (ffmpeg.org)
|
|
||||||
|
|
||||||
* HTTP callbacks (publish/play/record/update etc)
|
* HTTP callbacks (publish/play/record/update etc)
|
||||||
|
|
||||||
@ -236,10 +234,6 @@ rtmp_auto_push directive.
|
|||||||
|
|
||||||
# HLS
|
# HLS
|
||||||
|
|
||||||
# HLS requires libavformat & should be configured as a separate
|
|
||||||
# NGINX module in addition to nginx-rtmp-module:
|
|
||||||
# ./configure ... --add-module=/path/to/nginx-rtmp-module/hls ...
|
|
||||||
|
|
||||||
# For HLS to work please create a directory in tmpfs (/tmp/app here)
|
# For HLS to work please create a directory in tmpfs (/tmp/app here)
|
||||||
# for the fragments. The directory contents is served via HTTP (see
|
# for the fragments. The directory contents is served via HTTP (see
|
||||||
# http{} section in config)
|
# http{} section in config)
|
||||||
|
Reference in New Issue
Block a user