| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Jan 22, 2008 11:08 pm Post subject: PLEASE HELP IM PROPABLY STUPID |
|
|
hI EVERYONE
I have Traktor Dj studio 3, and I want to broadcast. I have registrated to listen2myradio.com and I have address to broadcast 91.186.30.12:1784. when im usin SHOUTcast I can play trough it on url:pumpidos.listen2myradio.com But i dont want to use Shout because at the same time winamp is running, and if Ihave turn on winamp and Traktor its no good Traktor is freezing. Traktor has Icecast inside. But I cant configure Icecast. there is no problem to connect Tractor with Icecast but to broadcast to net. My IP is:90.176.107.67 , my hostame is: 67.107.broadband9.iol.cz - that is what I get from IP info web. Can anybody help me to configure Icecast? May be i dont understand some very important thing, but I work on it for three weeks Im almost crazy because of it. Thank to everybody who helps me.
 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jan 22, 2008 11:12 pm Post subject: |
|
|
If you know your internet hostname (90.176.107.67) and the port (1784) then what exactly is the problem?
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Feb 17, 2008 5:21 pm Post subject: |
|
|
Hi Carl, you can see my icecast.xml overhere. Somewhere in this has to be problem. Be so pleasent and check it out. thanx
<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostname>pumpidos.listen2myradio.com</hostname>
<!-- You can use these two if you only want a single listener -->
<!--<port>8000</port> -->
<!--<bind-address>127.0.0.1</bind-address>-->
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>1784</port>
<!-- <bind-address>91.186.30.12</bind-address> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->
<!--<master-server>91.186.30.12</master-server>-->
<!--<master-server-port>1784</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>morrison</master-password>--> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Feb 17, 2008 7:01 pm Post subject: |
|
|
if 90.176.107.67 is the IP for the icecast server and not pumpidos.listen2myradio.com then change the <hostname> setting to reflect that.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Feb 22, 2008 7:30 pm Post subject: |
|
|
| karlH wrote: |
if 90.176.107.67 is the IP for the icecast server and not pumpidos.listen2myradio.com then change the <hostname> setting to reflect that.
karl. |
still doesnt work.
I send you my current setting, please, can you check it?
when I check my ip on net, I see this:
Your IP is 90.176.107.67
Your hostname is: 67.107.broadband9.iol.cz
I tried both of this and nothing happend.
my current setting in icecast.xml
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>pepino</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>morrison</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>pepino</admin-user>
<admin-password>morrison</admin-password>
</authentication>
<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostname>90.176.107.67</hostname>
<!-- You can use these two if you only want a single listener -->
<!--<port>8000</port> -->
<!--<bind-address>127.0.0.1</bind-address>-->
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->
<!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>-->
thank you very much |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Feb 22, 2008 9:21 pm Post subject: |
|
|
You have the IP and port specified, so icecast is ready to go. I've tried the IP and port from here and I received a connection reset so either icecast is not running or you are blocking access to icecast.
karl. |
|
| Back to top |
|
 |
|