[Bug 663298] RTSPServer broken on windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 4 02:19:58 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=663298
  GStreamer | gst-rtsp-server | 0.10.x

--- Comment #3 from matzepopatze at gmx.de 2011-11-04 09:19:54 UTC ---
Yes, of course i can:

The I/O watches doesn't seem to work on windows correctly. This might be
related to the bug reported here (glib) - but it's still a different issue:
https://bugzilla.gnome.org/show_bug.cgi?id=338943

The main problem is that on windows sockets are handled totally different than
I/O resources/files. GLib might have a problem there.

The read/write events that should be triggered are never send. Therefore we
used GstPoll to monitor the sockets. In detail:

- we monitor the resources for read/write access
- we poll the sockets explicitly

The underlying problem might be: The initial server socket created works fine
(and watches dispatch). On client-connection the server will create a new
client-socket. That second socket doesn't trigger read/write events. In the end
this seems to be a GLib problem.

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