Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect camera due to error "Please log in with a valid username". #204

Open
1paulchung opened this issue Apr 13, 2023 · 1 comment

Comments

@1paulchung
Copy link

1paulchung commented Apr 13, 2023

I am trying to connect a Bosch camera and stream onto the webpage. The rstp stream is rtsp://username:password@ipaddress, but I keep getting the following error in the logs.

Authorization: Digest username="admin", realm="Please log in with a valid username"

Does anyone know how to get rid of this error and be able to stream onto webpage? I'm able to stream on VLC, so I know the credentials are correct.

@gnistor
Copy link

gnistor commented Jul 19, 2024

The solution for me was to append another parameter in rtsp URL: h26x=4 Reference here: https://community.boschsecurity.com/varuj77995/attachments/varuj77995/bt_community-tkb-video/241/1/RTSP%20usage%20with%20Bosch%20Video%20IP%20Devices.pdf

rtsp://user:[email protected]/rtsp_tunnel?p=1&line=1&inst=2&vcd=2&h26x=4

After that i was able to see the RTSP stream perfectly for a BOSCH Dinion Inteox 7100 camera.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants