GNOME Bugzilla – Bug 683058
gst-rtsp-server: add new-session signal to rtsp-client
Last modified: 2012-08-30 19:59:56 UTC
Currently there is now way to get notified by new client sessions. This would be useful to, for example, be able to set a timeout on the session.
Created attachment 222975 [details] [review] add new-session signal to rtsp-client This patch adds a new signal new-session to rtsp-client.
commit 64f879c1d625e0d6cf71617399b60a18727847c7 Author: Aleix Conchillo Flaque <aleix@oblong.com> Date: Thu Aug 30 12:03:27 2012 -0700 add new-session signal to rtsp-client (fixes #683058)