arty777

Results 29 comments of arty777

It's work fine (your modele with nginx 1.8) , but core dumped time to time. It is not really interfere with work module

Nginx 1.6.3 with last ver of module and ffmpeg 2.8 time to time 2015/09/16 19:30:18 [alert] 7636#0: worker process 8680 exited on signal 11 (core dumped) :(

It is there, but much less frequently.

// begin nginx config server { listen 192.168.88.2:8081; server_name local.com; #rewrite ^(._)/(adbr)/([0-9]+p)/([0-9]+)/(._) $1/$5?video=$4&$2=true&vr=$3 last; #rewrite ^(._)/(adbr)/([0-9]+p)/(._.m3u8) $1/$4?$2=true&vr=$3 last; rewrite ^(._)/(org)/(._.m3u8) $1/$3?$2=true last; rewrite ^(._)/(org)/([0-9]+)/(._.ts) $1/$4?video=$3&$2=true last; #rewrite ^(._)/([0-9]+)/(._ts) $1/$3?video=$2 last;...

nginx will try to search file long.m3u8 first here /ssd/hls/hdd0/long.m3u8 if 404 go to /ssd/hls/hdd1/long.m3u8 if no, we have error 404

Yes , but with config root /ssd/hls/hdd0/; without try_files work fine , may be possible to work with try_files or create analog .... in large systems with lots of disk...

I need to be able to work with more than one HDD disk with same location. Symlinks do bad variant.

it would be great to get rid of external dependencies in the assembly of the module, that would be all that was necessary in the framework of your source module

I talk globally about ngx_http_estreaming_module , message for Whatvn