I'm trying to setup my ip camera with built-in go2rtc and generic camera intergration.
I've been crawling through all the documents and forum threads I could find but still can not get it working.
I get this error in logs:
Error from stream worker: Not Found error opening stream (Server returned 404 Not Found, rtsp://127.0.0.1:18554/water_meter_digits_go2rtc)
Can anybody tell me what am I doing wrong before I get insane please?
many thanks
In theory HA is supposed to pick up on a stream and determine the best way to present it without futzing with stuff.
Did you try without that file, and just have the go2rtc: in the configuration.yaml to enable it?
Have you changed the go2rtc ports? Because the default port numbers are 8554 and 1984. You can also replace 127.0.0.1 with the LAN address of your HA device, e.g. I have this and it works:
You're supposed to put the RTSP stream URL of the camera, not localhost.
HA manages the go2rtc server itself. When you add a generic camera it will add the RTSP url to go2rtc. It creates the stream, it doesn't consume it from go2rtc.