updated readme info about HLS

This commit is contained in:
Roman Arutyunyan 2013-03-22 08:51:22 +04:00
parent 2986cb7301
commit 0a8f0ee6c5

View file

@ -39,9 +39,7 @@
* Online transcoding with FFmpeg
* HLS (HTTP Live Streaming) support;
requires recent libavformat
(>= 53.31.100) from ffmpeg (ffmpeg.org)
* HLS (HTTP Live Streaming) support
* HTTP callbacks (publish/play/record/update etc)
@ -236,10 +234,6 @@ rtmp_auto_push directive.
# 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 the fragments. The directory contents is served via HTTP (see
# http{} section in config)