arty777

Results 5 issues of arty777

config example my location /hdd81/ { add_header Cache-Control "private, no-store, no-cache, must-revalidate"; hls; hls_length 20; # length of fragment (seconds) hls_mp4_buffer_size 5M; hls_mp4_max_buffer_size 30M; root /raid/; } very big ,...

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&sect=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...

I see this time to time , on ver nginx-1.8.0 STABLE 2015/09/10 17:12:50 [alert] 15671#15671: worker process 17957 exited on signal 11 (core dumped) .... 2015/09/10 17:51:59 [alert] 15671#15671: worker...

try_files does't work .... conf location / { ...... root /ssd/hls/; try_files /hdd0/$1 /hdd1/$1 =404; } if possible to work try_files with this module?

enhancement