>Looking through the code while trying to build from scratch a custom
>rtsp command sender, it seems the libraries that come with Live555
>utilize TCP
RTSP (the control protocol) always uses TCP. RTP (the audio/video
data protocol) can use either UDP (the default), or TCP.
> and are base64 enc
Hey,
Looking through the code while trying to build from scratch a custom
rtsp command sender, it seems the libraries that come with Live555
utilize TCP and are base64 encoded. Is there a way to transport
commands UDP and have the server respond? If so, could you please point
me to the source co