[FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled

Ronald S. Bultje rsbultje
Mon Oct 15 01:26:42 CEST 2007


Hi,

On 10/12/07, Nicolas George <nicolas.george at normalesup.org> wrote:
>
> Without IPv6, opening an UDP socket without an explicit local_port will
> call
> bind and getsockname to let the kernel choose an ephemeral port. If IPv6
> is
> enabled, it is not done.


This patch does only fix this issue for video-only or audio-only rtsp
streams, does it? In case of both video + audio, I get both trying to
connect to local port X (5000 in my case), second fails and I get the bind:
Address already in use error. (Not sure, really, trying to figure out what's
going on...)

Ronald




More information about the ffmpeg-devel mailing list