[Bug 797266] webrtcbin: allow specifying ICE network devices and IPv6

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 10 08:26:51 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797266

Aleix Conchillo FlaquƩ <aconchillo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373878|0                           |1
        is obsolete|                            |

--- Comment #3 from Aleix Conchillo FlaquƩ <aconchillo at gmail.com> ---
Created attachment 373883
  --> https://bugzilla.gnome.org/attachment.cgi?id=373883&action=edit
ICE network devices and IPv6 refactor

This new patch allows "enable-ipv6" to be set in any order. However, the
introduction of "enable-ipv6" forces us to handle all the network interfaces by
us.

The problem I was having is that some interface were not registered as up and
running, and that made ICE not happy. Now, since we handle all the interfaces,
we can decide which ones to ignore. For example, the patch ignores interfaces
that are not up and running and the loopback interface.

Also, adding the "ice-devices" makes ICE connection setup faster.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list