Craig Whitmore wrote:
>> How does this work with a network switch, which usually only sends the
>> data to
>> the one network device? Can they somehow handle streaming data to more
>> than one
>> network device?
>>
>> I've got a home network here, but have never really understood how it
>> works.
>>
>
> Easily done.. Its called Multicast.. It sends out 1 stream of data to a
> network "group". Each machine "listens" on a network "group" ip address
> and whatever it send to that group is played. The sending machine only has
> to send 1 stream of data which is different if you use normal unicast
> which each server sending would have a stream to each client.
>
> Thanks
> Craig
How does this work?
I see where one can specify the multicast IP address and a group name....and
they say if you want a private address, use 239.255
I see what they are saying.....but I'm still very much in the dark as to
what it MEANS as far as actually configuring the servers and clients.
I haven't read the docs yet.....and know I should....but you have given the
impression you may be able to help me cut to the chase.