[Bug 643577] gst-rtsp-server: g_object_ref: assertion `G_IS_OBJECT (object)' failed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 28 07:39:48 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643577
  GStreamer | gst-rtsp-server | 0.10.8

--- Comment #14 from Robert Krakora <rob.krakora at messagenetsystems.com> 2011-07-28 14:31:57 UTC ---
So, it looks like even though the first connection has been closed the pipeline
associated with it never gets torn down and it is still in PLAY state and
grabbing frames and thus has the v4l2 device.  The second connection comes in
and the RTSP server builds another pipeline for it and the v4l2src element in
this pipeline attempts to utilize the same v4l2 device in use by the other
pipeline and this produces the "resource busy" message.  So, the pipeline
instantiated by the first connection is never getting torn down, so it makes
since that when I set the RTSP server property "shared" to "true" that this
problem is not encountered since the pipeline instantiated by the first
connection would always be present and shared by many clients.

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