samart45

Results 2 comments of samart45

I think. You have libavutil package on your system (OS). Try to remove libav\* from your system. Include file maybe found on /usr/include/libavutil before $HOME/ffmpeg_build/include.

soufrk try to swap some line and re-test it again. ``` rewrite ^(.*)/(adbr)/([0-9]+p)/([0-9]+)/(.*ts)?(.*) $1/$5?video=$4&$2=true&vr=$3&$6 last; rewrite ^(.*)/(adbr)/([0-9]+p)/(.*\.m3u8)?(.*) $1/$4?$2=true&vr=$3&$5 last; rewrite ^(.*)/(org)/([0-9]+)/(.*\.ts)?(.*) $1/$4?video=$3&$2=true&$5 last;