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
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>