arty777

Results 29 comments of arty777

Apple ipad doesn't play for now , you have posted a hotfix?

newestbie , i download your branch https://github.com/newestbie/nginx-hls-module , but when compile have issue In file included from /usr/local/nginx/nginx-hls-module-master/src/ngx_http_streaming_module.c:14:0: /usr/local/nginx/nginx-hls-module-master/src/output_ts.h:25:22: fatal error: redefine.h: No such file or directory compilation terminated. make[1]:...

i comment //#include "redefine.h" compile success, but stil does't work on apple devices ... can you please help us :)

without 3-rd part module "headers_more" location /hdd0/{ add_header Content-Type application/vnd.apple.mpegurl; .... curl -I http://192.168.88.2:81/hdd0/video/long.m3u8 HTTP/1.1 200 OK Server: nginx Date: Thu, 25 Sep 2014 08:40:24 GMT Content-Length: 60987 Last-Modified: Wed,...

rounce , bug with last (today) commit /ssd/web/nginx/nginx-hls-module-master/src/ngx_http_streaming_module.c /ssd/web/nginx/nginx-hls-module-master/src/ngx_http_streaming_module.c: In function ‘ngx_streaming_handler’: /ssd/web/nginx/nginx-hls-module-master/src/ngx_http_streaming_module.c:184:38: error: pointer targets in assignment differ in signedness [-Werror=pointer-sign] cc1: all warnings being treated as errors make[1]:...

Nice, location /hdd0/ { #add_header Content-Type application/vnd.apple.mpegurl; ... root@strana:/usr/local/nginx/work/nginx1# curl -I http://192.168.88.2:81/hdd0/video/long.m3u8 HTTP/1.1 200 OK Server: nginx Date: Thu, 25 Sep 2014 10:55:17 GMT Content-Type: application/vnd.apple.mpegurl Content-Length: 60987 Last-Modified: Wed,...

When access from ipad i see this in log access 192.168.88.107 - - [25/Sep/2014:19:36:29 +0300] "GET /hdd0/video/long.m3u8 HTTP/1.1" 200 60987 "-" "AppleCoreMedia/1.0.0.10A407 (iPad; U; CPU OS 6_0 like Mac OS...

@thevideoxpress , ofcourse i try from safari on ipad , and doesn't play, site vkino.net can understand if you come with apple device , and if it's tru - use...

new news :) directly (.m3u8) work, after i change hls_length 1; on hls_length 10; but in the same time i have this error on error.log on debug mode: 2014/09/28 21:57:15...

please close issue , all files play on apple ios fine .