-
Notifications
You must be signed in to change notification settings - Fork 85
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
Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input...) #415
Comments
I found a more verbose error in the logs, myu password contains a "#":
|
I made many trials to get the stream working, unfortunately it still fails to stream in HA. I changed the password, to remove the "#" in it ; I also tried disabling the HA WebRTC cloud service, uninstalling and reinstalling integration, reverting HA to 2024.10.4, reverting Dahua integration to 0.9.62 now, but it always fails.
and
Don't know if it's related, but in the docker container's log, there is also another message in between the two above :
|
I don't have your camera, but a Dahua NVR. Facing the same issue with video streaming, which made me give up on trying to get the video feed in through this integration. One easy test would be to check if you have "RTSP over TLS" enabled in your camera configuration - if yes, and streaming works if you disable it, then see below. My working setup is to leverage the Generic Camera integration for video (including almost real-time view in the card - as opposed to snapshots) and the Dahua integration for camera events (e.g. Motion Detection). It required a bit of tweaking on the NVR side, I assume you can do the same on your camera/doorbell itself. More details here: #348 (comment) |
Hello, I'm facing an issue with a VTO2311R-WP since I updated HA to 2024.11.0.
I'm using a picture entity card in my dashboard to display image of the camera instance created by this integration, card code below:
This card works, I see the picture that refreshes around every 10 seconds.
But if I click on the picture to open the live stream, the stream doesn't work, it looks broken:
And I get an error after few seconds :
Failed to start WebRTC stream: webrtc: streams: parse "rtsp://admin:password": invalid port ":password" after host, exec/rtsp [in#0 @ 0x7fa0612b00] Error opening input: Invalid data found when processing input Error opening input file rtsp://127.0.0.1:18554/camera.visiophone_portail_sub?audio. Error opening input files: Invalid data found when processing input
In HA logs I have some warnings:
I tried to revert my HA docker container to 2024.10.4, the Dahua camera is now working again, but HA says go2rtc is missing and I lost the streaming on my Eufy cameras. Had to remove the "WebRTC Camera" custom integration and reinstall it to get my Eufy cams back, but I still have the missing go2rtc message.
The text was updated successfully, but these errors were encountered: