[FFmpeg-devel] [PATCH] Proper IPv6 support in the RTP/SDP/RTSP stack

Luca Abeni lucabe72
Wed Aug 25 14:07:32 CEST 2010


On 08/25/2010 01:24 PM, Martin Storsj? wrote:
> Hi,
>
> These three patches add proper support for IPv6 in the RTP/SDP/RTSP stack.
> Thanks to some preparation work I did earlier this year, there's not
> really much left to fix, mostly handling the IP6 family in the SDP code,
> and storing addresses as sockaddr_storage instead of in_addr (or even
> uint32_t as one address is stored as).
The SDP patch (the first one) looks ok, assuming that it has been tested
(I had no time for testing it by myself).


> Could someone with access to RTSP/multicast test if that still works? I
> don't have access to any such setup.
I don't have any RTSP/multicast server, but you can easily try multicast
SDP, generating it with ffmpeg. Something like
	ffmpeg -re -i <input file> -an -vcodec ... -f rtp rtp://224.10.20.30:10000



				Luca



More information about the ffmpeg-devel mailing list