[Live-devel] Using TCP instead of UDP

salick at videocells.com salick at videocells.com
Wed Apr 5 09:52:54 PDT 2006


>
>>Would the RTP Channel still work if I'll change the setupDatagramSocket
>>into setupStreamSocket? So the RTP messages will be sent via TCP and not
>>UDP.
>
> You can do this - in a standards-compliant, interoperable way - only
> if you use RTP in combination with RTSP.

Suppose I am implementing myself the server that receives the RTP packets,
can I just replace the functions I mentioned earlier so the connection
will be a TCP one? (Without using your RTSP Server)
>
> Our RTSP server implementation supports RTP-over-TCP automatically,
> if requested by the client.
>
> Our RTSP client implementation supports RTP-over-TCP using the
> "streamUsingTCP" parameter to
> "RTSPClient::setupMediaSubsession()".  Note also the "-t" option to
> the "openRTSP" demo application (RTSP client), which does this.
>
>
> 	Ross Finlayson
> 	Live Networks, Inc. (LIVE555.COM)
> 	<http://www.live555.com/>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>




More information about the live-devel mailing list