[Bug 750728] RTSP Stream deadlocks on Windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 3 00:59:18 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Reading from the same socket in one thread, and writing in another should be
safe. It probably isn't in GLib because of a bug around
WSAWaitForMultipleEvents.


The socket sharing here is needed to make NAT traversal easier for NATs that
have UDP "connection" tracking.


However there is also another bug related to this, in rtspsrc at least. On
Windows if we create an error by sending to the socket, it will appear as an
error when receiving too.
http://lists.freedesktop.org/archives/gstreamer-devel/2015-September/054334.html

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