Re: [Live-devel] UDP Instead of TCP

2007-07-31 Thread Ross Finlayson
>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

[Live-devel] UDP Instead of TCP

2007-07-30 Thread Li, Chen
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