Specify the server address when opening an rtp:// URL in rtsp.c, so
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 7 Nov 2007 14:20:40 +0000 (14:20 +0000)
committerLuca Abeni <lucabe72@email.it>
Wed, 7 Nov 2007 14:20:40 +0000 (14:20 +0000)
commitb316aa1a1e71cd3bd34e006f695f43a38ece9f08
treec3a8bf38890ceae203908071460a0eec28df5870
parent346db900bf4cefe8ebefe7a51c01d80d6a7d2e3e
Specify the server address when opening an rtp:// URL in rtsp.c, so
that the correct local address can be used for binding the socket.
Fixes rtsp:// URLs in ffplay on MacOS X

Patch by Ronald Bultje (rsbultje at gmail dot com)

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