[Bug 797266] webrtcbin: allow specifying ICE network addresses

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 12 03:42:14 UTC 2018


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

--- Comment #9 from Aleix Conchillo FlaquƩ <aconchillo at gmail.com> ---
(In reply to Matthew Waters (ystreet00) from comment #8)
> Part of the original comment still stands: "This isn't something that I'm
> super keen on.  candidate filtering can be done outside webrtcbin if needed.
> If there's some information that the ice candidates themselves don't have
> have we can expose the necessary information from libnice."

I see. Does the candidate numbering affect at all? That is, if you get

candidate:1 1 UDP 2013266431 10.10.131.127 58037 typ host
candidate:2 1 TCP 1015022335 10.9.0.3 9 typ host tcptype active
candidate:3 1 TCP 1010828031 10.4.8.7 37152 typ host tcptype passive


And you only want the two last ones, is it ok to send?

candidate:2 1 TCP 1015022335 10.9.0.3 9 typ host tcptype active
candidate:3 1 TCP 1010828031 10.4.8.7 37152 typ host tcptype passive

without candidate:1? Or would the application need to take care of this?
Initially I was doing the filtering in the application, but I felt I had to
correct these numbers (which felt bad) so I looked into a way to tell libnice
what addresses I wanted. This is an example of only 3 candidates, but in my
machine I've seen 24 and I only needed 3 of those.

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