Publishing to RTSP Channel with Authentication using rtspclientsink #3659
Replies: 2 comments
-
As of now I am able to run with
But I am not able to setup username or pwd This is my rtsp config
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Authentication is documented in the README: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi everyone,
I'm trying to publish a video stream to an RTSP channel using GStreamer's rtspclientsink element. I need to authenticate with a username and password, and I want the output URL to be in the format rtsp://username:password@ip_address:554/video.
Can someone please guide me on how to set up the rtspclientsink element to achieve this? Specifically:
Beta Was this translation helpful? Give feedback.
All reactions