Skip to content

udpsink: check available addresses against available socket types

Doug Nazar requested to merge dougnazar/gst-plugins-good:fix_udpsink_ipv6 into master

IPv6 socket may not be available either by being disabled or by available interfaces not having any IPv6 addresses assigned.

Loop through available addresses to find a compatible match.

Edited by Doug Nazar

Merge request reports