Displaying 2 results from an estimated 2 matches for "extfilterdefin".
Did you mean:
extfilterdefine
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello
Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which
2014 May 23
3
Icecast2, ezstream and reverse proxy
...mbined
ErrorLog /var/log/httpd/sites/radiom.fr/stream_error.log
ServerName live.radiom.fr
SetEnv downgrade-1.0 1
SetEnv force-response-1.0 1
ProxyRequests Off
ProxyPass / http://localhost:8800/
ProxyPassReverse / http://localhost:8800/
ExtFilterDefine fixplaylistport mode=output cmd="/usr/bin/sed -e
's/localhost:8800/live.radiom.fr/g' -e
's/live.radiom.fr:8800/live.radiom.fr/g'"
<Location />
Order allow,deny
Allow from all
ExtFilterOptions LogStdErr Onfail=r...