streaming with icecast2 win32 server

jay1989

New Member
hi there was kinda wondering if anyone would help me out here. i'm currently using
icecast2 win32 server, and i would like to use my dns hyper-radio.zapto.org:8001/stream.ogg.m3u

instead of using my local ip 192.168.0.150? and i'm having problems using the stream in all players
even on our radio site Home, i wanna be able to use winamp and edcast for autodj as well?

now how can i make this happen. i have looked on youtube but no info there.

heres my config

HTML:
<!-- This config file contains a minimal set of configurable parameters,     and mostly just contains the things you need to change.  We created     this for those who got scared away from the rather large and heavily     commented icecast.xml.dist file. --><icecast>    <limits>        <sources>2</sources>    </limits>    <authentication>        <source-password>ron23</source-password>        <relay-password>ron24</relay-password>        <admin-user>admin</admin-user>        <admin-password>ron25</admin-password>    </authentication>
    <hostname>localhost</hostname>    <listen-socket>        <port>8001</port>    </listen-socket>    <fileserve>1</fileserve>    <paths>        <logdir>./logs</logdir>        <webroot>./web</webroot>        <adminroot>./admin</adminroot>        <alias source="/stream" dest="/status.xsl"/>    </paths>    <logging>        <accesslog>access.log</accesslog>        <errorlog>error.log</errorlog>      	<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->    </logging></icecast>
 
It sounds like you need to configure your router to forward the external port 8001 to the internal IP/port 192.168.0.150:8001. There's some good documentation on how to achieve this now you know what the problem is :nerd:
 
Its very difficult for us to help you much more than this as there are so many different routers out there but we are confident that is the problem. It will probably be easier for you to have us host your radio station for you. This way you don't have to do any of this configuration as we handle it from our end.

We notice that you have had a server with us but you ran out of bandwidth and needed to top up so it got suspended.
 
Yh it did get suspended wich is why I would like to host my own icecast server but if it's gonna be this hurd then it'll have to be with you lot.
 
Top