| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Jan 03, 2008 4:54 am Post subject: icecast through webserver |
|
|
Firstly, I've had no trouble at all downloading icecast onto my windows computer and stream content to others through my own internet connection.
However, what I have been unable to learn to do is instead of users listening through: http://MyIPaddress:8000/stream, they listen through my existing web domain such as: http://www.myownwebsite.com:8000/stream.
If I am simply managing a website through a web hosting provider, am I even able to set this up on my own without his interference?
Also, in doing this, besides additional stuff, will I have to change any existing software (which is icecast2 Win32 + oddcast + winamp)?
Thanks! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jan 03, 2008 5:08 am Post subject: |
|
|
If the www.myownwebsite.com name translates to your providers IP address then you can't do it directly. You could host the playlist (m3u/pls) on the website which can have your own IP address within the playlist or you could use a http 302 type redirect response to send the listeners to your IP.
The only way you can use the http://www.myownwebsite.com:8000 notation is if icecast was running on port 8000 on the host providers machine.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Jan 03, 2008 5:41 am Post subject: |
|
|
| I see, this clears up alot, thanks! |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Jan 03, 2008 9:08 pm Post subject: |
|
|
sorry about this but i have another question.
In your experience, would you think that if I were to put my IP in the metafile, it might be a bit unsecure? I've always heard a little about how folks can do such and such to your computer if they obtained your IP. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jan 04, 2008 1:01 am Post subject: |
|
|
If the listeners machine is going to be contacting your machine then at some point your IP will have to be known by the listener. If you think that is of sufficient concern then you probably don't want to run any services at all. The only other alternative is to get the hosting company to run an icecast than relays your stream(s).
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Jan 10, 2008 7:25 am Post subject: |
|
|
hey thanks for the answers.
Also... I have another really really tiny question.
When you are broadcasting a stream and no one is listening, where does the sent data go to exactly? Or is it not sent until someone connects and the "sent_bytes" is only a calculation of what you are theoretically sending?
anyways, good work on icecast, its amazing. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jan 10, 2008 6:52 pm Post subject: |
|
|
sent_bytes does not increase if listeners is 0
karl |
|
| Back to top |
|
 |
|