Skip to content

Commit 0a8f0ee

Browse files
committed
updated readme info about HLS
1 parent 2986cb7 commit 0a8f0ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939

4040
* Online transcoding with FFmpeg
4141

42-
* HLS (HTTP Live Streaming) support;
43-
requires recent libavformat
44-
(>= 53.31.100) from ffmpeg (ffmpeg.org)
42+
* HLS (HTTP Live Streaming) support
4543

4644
* HTTP callbacks (publish/play/record/update etc)
4745

@@ -236,10 +234,6 @@ rtmp_auto_push directive.
236234

237235
# HLS
238236

239-
# HLS requires libavformat & should be configured as a separate
240-
# NGINX module in addition to nginx-rtmp-module:
241-
# ./configure ... --add-module=/path/to/nginx-rtmp-module/hls ...
242-
243237
# For HLS to work please create a directory in tmpfs (/tmp/app here)
244238
# for the fragments. The directory contents is served via HTTP (see
245239
# http{} section in config)

0 commit comments

Comments
 (0)