OSDN Git Service

RTSP: Resolve and use the actual IP address of the peer we're connected to,
authorMartin Storsjö <martin@martin.st>
Tue, 9 Mar 2010 14:59:40 +0000 (14:59 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 9 Mar 2010 14:59:40 +0000 (14:59 +0000)
commit03f8fc0897c128028111182e6276139fa00b891b
treed6c79c70be2908a2d516cb1fc9585d23f0db2d4f
parent0c8cc2c4d86faea15e5225870b787f8f42ff52bb
RTSP: Resolve and use the actual IP address of the peer we're connected to,
instead of using the original host name, since the RTP (and UDP) protocols
may choose another IP address if the host name resolves into several different
addresses.

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