How to use 80 port for listeners?

Read 7663 times
Hi guys! I have couple questions:

For example listeners have access to 80 port only(8000 and other denied). How they can listen streams? Redirect via iptables have not worked.  Also if server  has  some users (channels) so some ports icecasts, liguidsoup and so on.  What about proxy in  centova version 3.X. Is it really possible?  Give me please some advices how I can do it. Maybe someone faced with that already. 

Thx by advance.
 
Hi Sandmax,


This is exactly what the Centova Cast port 80 proxy is for. Just enable it and a new link will be added to the Quick Links section of your station's. Listeners with port restrictions can tune in through this link.

More info about it is available here: http://www.centova.com/en/faq/cast3/information/does_centova_cast_include_a_proxy_for_streaming_on_port_80
Yes! I did as written here: http://www.centova.com/en/faq/cast3/information/does_centova_cast_include_a_proxy_for_streaming_on_port_80
And I see 80 port listening on my server. But new link haven't appeared on "Quick Link".
Or Need I change config /usr/local/centovacast/etc/web.d/cc-proxy.conf??
And Really proxy works if I add link manually to browser Playlist loading to my PC and I can hear sound via player thru 80 port. But link is ansent in "Quick link"   
Last Edit: October 26, 2016, 06:41:34 am by sandmax
Edit the settings for your station (as 'admin') and make sure that "Port 80 proxy" is Permitted under the Limits tab
Edit the settings for your station (as 'admin') and make sure that "Port 80 proxy" is Permitted under the Limits tab

I have no active field for  that. Why  it may be?
Make sure of the following:

/usr/local/centovacast/centovacast.conf

Find (Near the bottom of the file):
Code: [Select]
USE_WEB_PROXY=false

Change to:
Code: [Select]
USE_WEB_PROXY=true

While in SSH run the following:
Code: [Select]
/usr/local/centovacast/sbin/setproxy on

Be sure you are not getting any error message, and that you get a success message.

Then when you go to any account, under Settings > Limits
Port 80 Proxy should then be in bold and usable, change to "Permitted", click Update, restart stream if it is currently running.
Stream and Web Hosting
https://www.getstreamhosting.com
Make sure of the following:

/usr/local/centovacast/centovacast.conf

Find (Near the bottom of the file):
Code: [Select]
USE_WEB_PROXY=false

Change to:
Code: [Select]
USE_WEB_PROXY=true

While in SSH run the following:
Code: [Select]
/usr/local/centovacast/sbin/setproxy on

Be sure you are not getting any error message, and that you get a success message.

Then when you go to any account, under Settings > Limits
Port 80 Proxy should then be in bold and usable, change to "Permitted", click Update, restart stream if it is currently running.

Yes! Really.  Replaced to TRUE  and everything is OK. Tnanks so much guys!!!