Wojciech Orzechowski
SMSoftware Mansion
•Created by Wojciech Orzechowski on 1/17/2024 in #membrane-help
RTSP authentication problem?
Hi,
I am playing with an RTSP camera (Tapo C210) that is on the local network.
The path to the stream is with credential obfuscated as and .
I tested the endpoint with VLC and it works and I can see the stream so the credentials are good.
I wanted to obtain some information from the camera so I wanted to get information about the session as per the RTSP documentation:
However, I received:
So I reproduced the steps that are taken by the library to see where the error could happen:
So far so good, userinfo is set correctly.
I read the comment that the default authentication is "basic" (https://github.com/membraneframework/membrane_rtsp/blob/master/lib/membrane_rtsp/rtsp.ex#L53).
VLC by default utilises Digest and ommits Basic authentication.
Am I setting something wrong or missing opts somewhere?
Is there any place you could recommend to look at when trying to view all available opts and their values (or examples of them)?
Thank you!
13 replies