How to force client to switch RTP transport from UDP to TCP?
Posted
by Cipi
on Stack Overflow
See other posts from Stack Overflow
or by Cipi
Published on 2010-03-09T10:21:01Z
Indexed on
2010/05/16
18:00 UTC
Read the original article
Hit count: 368
If the client wants to watch a stream that is on my RTSP server, it first tries to setup a stream through the UDP protocol. How can I tell it that my server only supports RTP/AVP/TCP and that it should switch transports? I want to terminate the UDP support on my server, but all the clients first try to SETUP the session over UDP, and later they do so over TCP... and I want to switch them to TCP as soon as possible in RTSP protocol. How can I do that?
© Stack Overflow or respective owner