[FFmpeg-devel] [PATCH] RTSP-MS 8/15: disallow UDP/RTSP-MS

Ronald S. Bultje rsbultje
Tue Jan 6 06:07:14 CET 2009


Hi,

I haven't gotten UDP/RTSP-MS to work yet, so this patch explicitely
disallows anything else than TCP/RTSP-MS.

The probelm, if anyone cares, appears to be that I need to use the
same client port to receive all UDP packets (whereas for
standard-compliant RTP, each stream goes over its own UDP port). The
code currently doesn't do that and will return a 461 (protocol not
supported) on the second SETUP request (probably because the port
numbers don't match). I'll work on this later.

Ronald




More information about the ffmpeg-devel mailing list