Hi,
On 2005-05-31,
(E-Mail Removed) <(E-Mail Removed)> wrote:
>
> Solbu wrote:
>
>> > Or, does ONE packet leave my host and then split across every router
>> > necessary to get to all the hosts requesting a connection? This is what
>> > my understanding of "multicast" was.
>>
>> That is multicast.
>
> So what are some Linux server softwares for doing it? Can I use
> icecast?
>
This really is all on Google an Icecast's website...you really should be
using Google.
> What software will be needed to actually play the stream - will
> Winamp/XMMS and Windows Media Player/Mplayer do?
>
For Windoze users, the best thing to do is install VLC (realplayer will do it
but I would not trust it), under UNIX (including Linux) you have a number of
options:
1) mplayer
2) VLC
3) Xine
4) realplayer (ewwwwwww)
5) <insert four-zillion hits from google and the Multicast HOWTO>
You should not really be asking about the client software, multicasting is
just a transport medium really handled by the OS and various network hardware
between point A and B. You need to make sure there is a multicast enabled
route available between A and B (most ISPs seem not to support multicasting,
here in the UK that is true) and that you know how to configure routers under
your control to forward multicasted traffic between subnets.
Do read the HOWTO has a good starting point:
http://www.tldp.org/HOWTO/Multicast-HOWTO.html
http://jukie.net/~bart/multicast/Lin...MiniHOWTO.html
http://www.cschill.de/smcroute/ (better than mrouted for 'static' setups)
Cheers
Alex