nginx-mod-rtmp/hls
2012-12-19 14:42:52 +04:00
..
config hls/config: missing libs added (avcodec and avutil) 2012-08-20 15:12:00 +06:00
ngx_rtmp_hls_module.c mpegts trailer/header are now sent on every fragment switch to escape audio/video init crashes 2012-12-19 14:42:52 +04:00
README.md added HLS README 2012-08-20 08:46:49 +04:00

HLS (HTTP Live Streaming) module

This module should be added explicitly when building NGINX:

./configure ... --add-module=/path/to/nginx-rtmp-module/hls ...

Requirement

The module requires ffmpeg version>= 53.31.100 from ffmpeg (ffmpeg.org)