nginx-hls-module
nginx-hls-module copied to clipboard
Smooth Streaming Module fork
some mp4 do not play well on iOS: http://124.207.162.208:5678/hntv.m3u8
2014/09/24 11:22:48 [alert] 26917#0: *814 close()ngx_http_send_header failed (11: Resource temporarily unavailable) while sending mp4 to client, client: 178.216.153.161, server: vfs1.china-cdn88nmbwacdnln8hq8qwe.com, request: "GET /vkino0/kVrqDc7IZSvyRrdyxAfSfQ/1411575731/3914.ts?video=0&s ecl=kVrqDc7IZSvyRrdyxAfSfQ§=1411575731 HTTP/1.1", host: "vfs1.china-cdn88nmbwacdnln8hq8qwe.com", referrer: "http://vkino.net/uppod.swf" Why...
Hi all! location ~ .(m3u8|ts)$ { rewrite ^(.*).mp4$ $1.m3u8 last; hls; hls_length 8; # length of fragment (seconds) root /ssd/hls/; try_files /hdd0$uri /hdd1$uri # /hdd91/video/$1 =404; does't work ( help...
ffplay's console output log: Last message repeated 1 times [aac @ 0xafe2d880] Number of bands (52) exceeds limit (43). [aac @ 0xafe2d880] invalid band type [aac @ 0xafe2d880] Sample rate...
After introducing the buffer and max buffer directives, large mp4's no longer play, Clients receive a 502 Bad Gateway (through reverse proxy) and nginx error log on the backend shows...