No the problem is if I use for example :
proxy_pass http://domen.com/test/someurl
sub_filter 'EXTM3U' 'newstring';
sub_filter_once off;
subs_filter 'EXTM3U' 'newstring' i;
replace is working, but if is m3u8 file from remote host then not working !
So I need to modifi that maybe is download file then to serve to browser !
proxy_pass http://domen.com/test/someurl
sub_filter 'EXTM3U' 'newstring';
sub_filter_once off;
subs_filter 'EXTM3U' 'newstring' i;
replace is working, but if is m3u8 file from remote host then not working !
So I need to modifi that maybe is download file then to serve to browser !