Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-rtsp-server gst-rtsp-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-rtsp-servergst-rtsp-server
  • Issues
  • #2
Closed
Open
Issue created Jun 18, 2013 by Bugzilla Migration User@bugzilla-migration

problem with authentication for tunneled clients

Submitted by Alexander Schrab

Link to original bug (#702548)

Description

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

Version: 1.x

Assignee
Assign to
Time tracking