-
Notifications
You must be signed in to change notification settings - Fork 192
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
D-Link camera - Invalid port bug #395
Comments
Do you have special symbols in password? Is your username just |
No, just admin and psw is just digits (123456) /Ola |
You can increate log level to trace for go2rtc. To check exact place of error. |
Not really sure where to do that. Please advice. |
You need to read go2rtc docs |
Thanks. It's helpful. Stupid camera. I wonder how it works in VLC. I'll fix it |
Fix should be in master version of go2rtc addon. If you want - you can install it. Or wait next release. I need to collect other issues for next release. |
Thanks AlexxIT! /Ola |
Fixed in v3.0.1 |
Worked just fine! And a camera that was just black before came alive also. Great fix!! |
After upgrade to 3.0 my dlin dcs-8302LH camera stopped working.
Config:
type: custom:webrtc-camera
url: rtsp://admin:[email protected]:554/onvif/profile.0
Pasting the rtsp url to VLC works just fine
Error:
2023-01-23 12:56:38.318 DEBUG (webrtc) [custom_components.webrtc.utils] 12:56:38.318 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="parse "rtsp://::ffff:192.168.1.63/onvif/profile.0/": invalid port ":192.168.1.63" after host" url=rtsp://admin:[email protected]:554/onvif/profile.0
Cant understand the parsing error!
Br Ola
The text was updated successfully, but these errors were encountered: