[Bug 796797] Gstreamer RTSP client connects to Gstreamer RTSP server: Only fixed number of connections are possible, then always "Error (503): Service Unavailable"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 12 10:47:27 UTC 2018


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

--- Comment #2 from Marie Maurer <meinemailingliste2 at online.de> ---
The "5" connections seem to come from:

/* set the max number of sessions */
GstRTSPSessionPool *sessionPool = gst_rtsp_server_get_session_pool(m_server);
gst_rtsp_session_pool_set_max_sessions(sessionPool, MAX_CLIENTS);
g_object_unref(sessionPool);

with MAX_CLIENTS set to 5.

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