Getting a 500 HTTP error on http://frigate:5000 site when I click a camera to see full size go2rtc view? #16010
-
This has made me go round and round in circles. I set up a go2rtc stream for a camera in the config, and I can see this rtsp stream via VLC, however it doesn't work in the frigate management site. I opened the developer-console and I saw the following error: GET http://localip:5000/api/go2rtc/streams/Hill 500 (INTERNAL SERVER ERROR) PS... the go2rtc stream is being recorded just fine by Frigate, so the linkage is there as far as go2rtc is concerned. Does anyone have any ideas? Info: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
This is the code in 0.14:
so presumably go2rtc is returning an error when the probe call is used. Can you confirm you are not using a custom version of go2rtc? |
Beta Was this translation helpful? Give feedback.
The Frigate backend assumes the internal go2rtc is running on port 1984 throughout its codebase: https://github.com/search?q=repo%3Ablakeblackshear%2Ffrigate%201984&type=code
The recommended setup method is to use port mapping with Docker rather than host networking where you can map external ports to the container's port 1984.