Changeset 58f09785 in ffmpeg

Timestamp:
Jan 21, 2012, 11:10:03 PM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
b263bf66
Parents:
dbb06b8c
git-author:
Dmitry Volyntsev <xeioexception@gmail.com> (01/18/12 09:46:37)
git-committer:
Martin Storsjö <martin@martin.st> (01/21/12 23:10:03)
Message:

rtsp: Use a random offset for trying to open UDP ports for RTP

This avoids (for all practical cases) the issue of reusing
the same UDP port as for an earlier connection. If the remote
doesn't know the previous session was closed, he might keep
on sending packets to that port. If we always start off trying
to open the same UDP port, we might get those packets intermixed
with the new ones.

This is occasionally an issue when testing RTSP stuff with
DSS, perhaps also with other servers.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.