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

Martin Storsjö martin
Wed Aug 25 13:24:56 CEST 2010


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

Could someone with access to RTSP/multicast test if that still works? I 
don't have access to any such setup.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Properly-handle-IPv6-addresses-in-the-SDP-generation.patch
Type: text/x-diff
Size: 8057 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100825/edd969b6/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Handle-IPv6-in-the-SDP-demuxer.patch
Type: text/x-diff
Size: 4557 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100825/edd969b6/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Handle-IPv6-in-the-RTSP-code.patch
Type: text/x-diff
Size: 3141 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100825/edd969b6/attachment-0002.patch>



More information about the ffmpeg-devel mailing list