[Bug 749596] New: rtsp-over-http authentication failure

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 19 12:08:20 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=749596

            Bug ID: 749596
           Summary: rtsp-over-http authentication failure
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jake.foytik at ipconfigure.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I am attempting to stream rtsp-over-http from an Axis camera with the following
pipeline:

gst-launch-1.0 --gst-debug=*:3 rtspsrc
location="rtsph://192.168.103.77:80/axis-media/media.amp" user-id=testuser
user-pw=pword ! fakesink

This results in the following errors:
ERROR default gstrtspconnection.c:773:setup_tunneling: got failure response 401
Unauthorized
ERROR default gstrtspconnection.c:892:gst_rtsp_connection_connect: failed to
setup tunneling
ERROR rtspsrc gstrtspsrc.c:4198:gst_rtsp_conninfo_connect:<rtspsrc0> Could not
connect to server. (Generic error)

Further tests:

I am able to properly stream rtsp-over-http with the camera under one of the
following conditions:
 - Connect to port 554 instead of 80.
(rtsph://192.168.103.77/axis-media/media.amp user-id=testuser user-pw=pword)
 - Disable authentication on the camera and stream from port 80.
(rtsph://192.168.103.77/axis-media/media.amp)

Does rtspsrc support authentication when setting up the HTTP tunnel?

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