GNOME Bugzilla – Bug 697546
rtsp-client: expose connection
Last modified: 2014-02-25 22:28:23 UTC
Created attachment 240937 [details] [review] Expose connection In our gst-rtsp-server-based server implementation, we need to retrieve the IP address of the requesting host when handling a request. For this and similar tasks, I think it would be useful if GstRTSPClient exposed its GstRTSPConnection. (We can call gst_rtsp_connection_get_ip on that.) We need the IP address also for failing requests where no streams are set up, so we can't always get it from a GstRTSPTransport. The attached suggested patch exposes the GstRTSPConnection.
commit 825d6f0b5190a465ad31dd17c83cc691bc2f421a Author: David Svensson Fors <davidsf@axis.com> Date: Mon Apr 15 12:17:34 2013 +0200 client: expose connection Fixes https://bugzilla.gnome.org/show_bug.cgi?id=697546