-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Describe the bug
We are using the latest docker build. For the RTSP cameras we use the streaming API and it worked well.
We have now a customer with RTSP cameras we cannot connect with the streaming API.
The message from the cameras are 401 (not authorized).
The same cameras have no problems with VLC.
The cameras are VuStream 150 and are able to perform Basic and Digest auth.
To Reproduce
Steps to reproduce the behavior:
Our customer has provided one of his cameras with a public ip address.
We can send you the public rtsp-url via email.
Then send a POST request to start the stream to the OME stream api.
Expected behavior
OME can connect and authorize.
Logs
The relevant entries in the origin log are:
[2025-10-23 09:58:05.486] W [SPAPISvr-t8081:38] RtspMessage | rtsp_message.cpp:157 | Could not parse header field (WWW-Authenticate: Basic realm="YUAN"
WWW-Authenticate: Digest realm="YUAN", nonce="696c48bacc1aba320705e7ee58e54680", stale="FALSE"
Content-Length: 0)
[2025-10-23 09:58:05.579] E [SPAPISvr-t8081:38] RtspcStream | rtspc_stream.cpp:277 | Rtsp server(rtsp://xxxxxxx:yyyyyy@vuzzzzzzz150.me:554/S1) rejected the describe request : 401(Unauthorized)
Server (please complete the following information):
latest docker image (tried both :dev and :latest)
Player (please complete the following information):
not relevant
Additional context
Add any other context about the problem here.