rtsp-server closing session server side
adrien Schwartzentruber
adrien.schwartzentruber at gmail.com
Mon Feb 11 19:45:26 PST 2013
This piece of code should give you the way.
GstRTSPSessionPool *pool;
pool = gst_rtsp_server_get_session_pool (obj.server);
gst_rtsp_session_pool_filter(pool,releaseSession,NULL);
g_object_unref(pool);
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtsp-server-closing-session-server-side-tp4657873p4658472.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list