Streaming with nginx-rtmp-module: Native HLS in nginx-rtmp(情報元のブックマーク数)

ffmpeg使ってるのか・・・・

Until now HLS implementation in nginx-rtmp made use of ffmpeg libs to create HLS fragments. That lead to such major problems as complicated compilation process, ffmpeg/avconv confusion, libavformat API limitations, uncontrollable memory allocations in ffmpeg libs etc. Besides ffmpeg may not be available on some architectures (embedded etc). That was all too serious to keep using those libs.

Streaming with nginx-rtmp-module: Native HLS in nginx-rtmp

screenshot