OSDN Git Service

If local port n is not available, try n + 2 instead of continuing to bind
authorLuca Abeni <lucabe72@email.it>
Tue, 30 Oct 2007 08:10:45 +0000 (08:10 +0000)
committerLuca Abeni <lucabe72@email.it>
Tue, 30 Oct 2007 08:10:45 +0000 (08:10 +0000)
commitecdcbbf66a0242ae93499824ff5aaff9f4d1bd77
tree8a266d5e67f0fbc82dca7f42e5f9cad233cc3cd5
parent2a4592fedca6f133d05374545db23e663b6957f8
If local port n is not available, try n + 2 instead of continuing to bind
on n (allow to receive 2 rtsp streams simultaneously with libavformat)

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