[icecast] Internet Streaming
Moritz Grimm
gtgbr at gmx.net
Tue Feb 5 01:47:51 UTC 2002
Bill Thomas wrote:
> As of now, I can broadcast my stream to my school's local netowrk, but how
> can I extend it to the "real internet" so people outside of my school's
> domain can hear it ?
That depends on how your school's network is built up. If all hosts have
valid IPs (anything not within the reserved IP ranges for private
networks), anybody can connect to your server already, as long as your
firewall permits that. If you use private address ranges and do NAT and
icecast doesn't run on the gateway, you will have to redirect a port on
the gateway to the server. Example:
Internet
|
Gateway tcp port redirect from
| <someport> to 10.10.0.10:8000
|
10.10.0.10 icecast server on port 8000
in the school's LAN
People then can connect to <a href="http://<gateway-IP">http://<gateway-IP</a>>:<someport>/<mountpoint>
and listen to your stream. The network administrator of you school's
network should be able to answer all further questions, e.g. details on
how to make it work in your particular case.
<p>Moritz
--
_______________________________________________________________________
"They who would give up an essential liberty for temporary security,
deserve neither liberty or security" - Benjamin Franklin
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list