[Live-devel] Multiple NICs

Warren Young warren at etr-usa.com
Tue Dec 6 16:08:19 PST 2016


On Dec 6, 2016, at 3:15 PM, Jeremiah Morrill <Jeremiah.Morrill at econnect.tv> wrote:
> 
> The protected RTSPServer constructor has a parameter for the socket FD. 

RTSP is a TCP-based protocol.  Messing about with its socket will have no effect on how the *UDP* multicast packets go out.

There is such a thing as RTP over TCP, but then you’re not talking about multicast at all, since you can’t multicast TCP.

Keep in mind that RTSP is just the “VCR buttons” protocol for the actual streaming media protocol, whether that be raw UDP, RTP, or something else.


More information about the live-devel mailing list