[Bug 702548] New: problem with authentication for tunneled clients

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 18 05:01:50 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702548
  GStreamer | gst-rtsp-server | 1.x

           Summary: problem with authentication for tunneled clients
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: alexas at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When clients tunnel rtsp over http, the gst-rtsp-server is handed a socket in
gst_rtsp_server_transfer_connection. The authentication is however not handled
correctly, it will be handled just like for non-tunneled clients and as far as
I understand there will be no more authentication after the tunnel has been set
up?

If this is the case, that rtsp-server should not bother itself with
authentication in the tunneling case, then adding:

  gst_rtsp_client_set_auth (client, NULL);

in gst_rtsp_server_transfer_connection might be sufficient (works for me, but I
cannot judge if there are more use cases).

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