]> git.sesse.net Git - ffmpeg/commit
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 16:52:35 +0000 (16:52 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 16:52:35 +0000 (16:52 +0000)
commitf830c9a487510cc4ad6c33ef46e05db52865dd16
treefc0437fd3d99fdf49ae16d2501cb599d7cda9d15
parent090438cc818feb631bbff3aab3cca7de3b349419
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix
RTSP-MS UDP" thread on mailinglist.

Basically, UDP setup needs to be done in a particular order (first rtx
on two UDP ports (one for RTP, one for RTCP), then the other streams over
one, single port for all of them together). Not doing this correctly results
in a "461" error (invalid transport) during setup.

Originally committed as revision 17777 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c