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

Martin Storsjö martin
Wed Aug 25 14:32:44 CEST 2010


On Wed, 25 Aug 2010, Luca Abeni wrote:

> 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).

Thanks for the quick reply, applied. I've tested it myself a bit.

> > 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

Thanks for the tip, however the thing needing testing is specifically 
RTSP/multicast.

// Martin



More information about the ffmpeg-devel mailing list