[Bug 697546] New: rtsp-client: expose connection

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 8 04:05:14 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697546
  GStreamer | gst-rtsp-server | git

           Summary: rtsp-client: expose connection
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: davidsf at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=240937)
 View: https://bugzilla.gnome.org/attachment.cgi?id=240937
 Review: https://bugzilla.gnome.org/review?bug=697546&attachment=240937

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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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