-
Notifications
You must be signed in to change notification settings - Fork 608
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
Nest source error: webrtc/offer: streams: nest: wrong query #1621
Comments
I think I was missing the And that doesn't apply to adding the Nest details through the UI. I've tried with 1.9.8 with the same results. |
You haven't shown your config |
Here's the go2rtc config part of my Frigate config, with some parts of the sensitive fields masked:
It is the pool camera that gives the above errors. But also just trying to add a Nest source through the UI doesn't work either, which I don't think should need config? |
Unfortunately, this part of the code has no logs. Perhaps if you have programming skills - could find the exact location. Or you can send your source to me by private message. |
I'll try to compile/debug it and add some logs, and failing that I'll send you the credentials. Thanks for the support |
With some extra logging I was able to figure out that it was failing with this response:
I then compared that with what I had in Python, and I was calling GenerateRtspStream rather than GenerateWebRtcStream. Unfortunately its not available in 1.9.2 used in my Frigate docker image so I'll have to try to update the go2rtc binary in that |
Yes. You using nest protocol with RTSP camera. This is very new feature and supported only in master version: #1253 |
When I try to set up a go2rtc stream from a Nest source I get the following error when trying to view the stream:
If I try to add Nest through the UI I get a 404 with
no sources
in the UI.However, I've written my own python script which successfully lists the devices, gets the srtsp URL from google, and can add that URL manually into go2rtc and it works, so I am sure all my parameters are correct.
Do you have any idea what might be the issue?
I'm using version 1.9.2 and it is embedded in Frigate.
The text was updated successfully, but these errors were encountered: