We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2986cb7 commit 0a8f0eeCopy full SHA for 0a8f0ee
README.md
@@ -39,9 +39,7 @@
39
40
* Online transcoding with FFmpeg
41
42
-* HLS (HTTP Live Streaming) support;
43
- requires recent libavformat
44
- (>= 53.31.100) from ffmpeg (ffmpeg.org)
+* HLS (HTTP Live Streaming) support
45
46
* HTTP callbacks (publish/play/record/update etc)
47
@@ -236,10 +234,6 @@ rtmp_auto_push directive.
236
234
237
235
# HLS
238
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
-
243
# For HLS to work please create a directory in tmpfs (/tmp/app here)
244
# for the fragments. The directory contents is served via HTTP (see
245
# http{} section in config)
0 commit comments