[Bug 763313] gst-rtsp-server: matching of media fails when using different IPs/hostnames

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 8 12:25:18 UTC 2016


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |thaytan at noraisin.net

--- Comment #1 from Jan Schmidt <thaytan at noraisin.net> ---
You haven't set your pipeline as shared, so the second client triggers an
attempt to open the camera a second time, which fails.

Use 

gst_rtsp_media_factory_set_shared (factory, TRUE);

in your server app.

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