LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Multicast Question... (https://www.linuxquestions.org/questions/linux-software-2/multicast-question-26008/)

lsakhvoruk 07-17-2002 05:19 PM

Multicast Question...
 
Hi everyone! I've been playing around with Icecast for the past week and using it in conjunction with DarkIce to stream live audio. It seems to be working well, the only thing I am not happy about is the fact that icecast uses unicast and that uses a lot of bandwidth.

My question is, 'Is there any way to make Icecast use multicast for streaming audio', or even, 'can I modify the code in icecast to make it use multicast and how would I go about doing that?'

If you have any ideas about any of this please let me know! Thanks to all!

Leo.

Mik 07-19-2002 02:41 AM

I've never used icecast before but I just quickly took a look at their site and as far as I can see it's based on the TCP/IP protocol. To get it to work with multicast it will have to be using the UDP/IP protocol. Might be quite a bit of work to change the code to work like that.

lsakhvoruk 07-19-2002 12:10 PM

Isn't UDP part of the TCP/IP pack..?
 
I thought that TCP/IP is just somewhat of a general name for a collection of internet protocols which include UDP. Isn't, as a matter of fact, UDP is just a non-connection based counter part of TCP. Please correct me if I'm wrong.

Thanks.

Malicious 07-20-2002 01:00 AM

Do you mean TCP/IP or TCP/IP?
 
TCP/IP actually has come to have two separate meanings. It can mean the "TCP/IP Protocol Suite" which is sort of everything between sockets and ethernet, or it can mean TCP over IP (Transmission Control Protocol over Internet Protocol), which is the connection oriented communication protocol. Sometimes it is confusing and most people use TCP/IP to mean TCP over IP and just UDP (Unreliable Datagram Protocol) to mean UPD over IP. You can also use IP without TCP or UDP for communications (raw sockets).


All times are GMT -5. The time now is 03:24 AM.