[Bug 563323] [udpsink] reduced cpu usage when using a connected socket

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 18 23:51:18 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=563323
  GStreamer | gst-plugins-good | git

--- Comment #9 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-19 06:51:08 UTC ---
What does "connected" mean here at all? UDP is connectionless.

We currently bind the socket to the local sender address/port (by default ANY
address and port 0) as that's required for Windows (and also seems more correct
from reading the docs). GIO has no special magic, if we call sendto() it will
call sendto() and pass our address there.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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