[Icecast] icecast and proxy
Rafael Gomes
rafaelgomes at quijaua.com.br
Wed Feb 25 11:07:30 UTC 2015
I use iptables to either redirect the port packages
iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j
REDIRECT --to-port 8000
Em 2015-02-25 07:49, Simone Dal Maso escreveu:
> Hello,
> sorry for all these questions, but there is a great news, this is the
> last! ... of the day :-)
>
> So:
> I run nvRadio on port 8000, that is a problem for all people that are
> at
> work, behind firewall or protected environment.
> So, I thought that a proxy can be the solution for streaming on port
> 80.
> I enabled the apache2 proxy and, yes, if I type:
> www.nvapple.it/stream
>
> the stream is ok also now that I am on my office, on port80!
>
> The problem is that if I look at the IP of people that are connected,
> visiting icecast's admin panel, I see always the ip of my machine, and
> it is unfortunately right, because they are listening through apache2
> proxy.
>
> On my proxy.conf, I put:
> ***
> ProxyPass /stream http://www.nvapple.it:8000/stream
>
>
>
>
>
> ProxyPassReverse /stream http://www.nvapple.it:8000/stream
>
>
>
> ***
> Do you know other solutions that can show me the ip of people or this
> is
> the right one?
> Thank you!
>
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
More information about the Icecast
mailing list