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

Martin Storsjö martin
Wed Aug 25 17:33:28 CEST 2010


On Wed, 25 Aug 2010, Ronald S. Bultje wrote:

> On Wed, Aug 25, 2010 at 7:24 AM, Martin Storsj? <martin at martin.st> wrote:
> > 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).
> 
> Wonderful! If tested, 2 an 3 are OK with me.

Yes, tested as far as I'm able to. Committed.

That should be the last IPv4-specific code (except for ffserver), afaik 
everything in libavformat is address family independent now.

// Martin



More information about the ffmpeg-devel mailing list