-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue with Google Nest cam: curl: (22) The requested URL returned error: 404 #5
Comments
Hm... are you sure the integration is enabled in your rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4 |
Thanks for your reply, i just edited the post above |
That's sad. :( stevenbrown1862 reported in #3 that it worked for a Nest camera. @stevenbrown1862 is there advice you can share with @rickitaly? I don't have a Nest cam myself. If we conclude that it's not supported at all I'll remove the mention of it from the readme. |
let me know if i can help with any kind of logs, but what i see is that calling the get_stream.sh for the other camera its returning the source RTSP address, and this is passed properly to the go2rtc stream object. |
Is RTSPToWebRTC enabled in your HA? https://www.home-assistant.io/integrations/rtsp_to_webrtc/ You can use go2rtc as the server for it: https://github.com/AlexxIT/go2rtc#from-hass-to-go2rtc |
Anyway, my advice is: try to fetch the URL once with RTSPToWebRTC enabled and try once again with it disabled. See if it changes anything. |
Hi both, |
Hello @stevenbrown1862 ! Thanks for sharing. |
Hm... if it isn't RTSP and there isn't an URL, I wonder how go2rtc can stream it using Picture Glance card with RTSPToWebRTC enabled. @AlexxIT, perhaps you have any idea? If there's another method for fetching the stream source for webrtc cases, I can probably amend this integration to handle it. |
@rickitaly well. If you or some one else can share Nest API credentials with me (for Hass integration), maybe I can implement WebRTC source for go2rtc. |
Hello, this is linked to Google credentials, sorry but i'm not gonna be able to share it :-( |
I'm trying to play with: But I think it can only return something if a proper WebRTC Currently this seems to be handled in HA frontend: |
I don't think I could implement such a complicated thing blindly without access to API. |
Yeah. You are right. |
You can create separate Google account. As I understand it will cost you $5. |
Hey @AlexxIT , I have an tuya wifi petfeeder, it doesnt support local rtsp, it doesn't support fetching the rtsp url from tuya cloud... I can only fetch with tuya API the turn/stun address for the webrtc config with the credentials... I can provide you details if you want to setup a pure webrtc cam?... Would be great if I can add this cam to HA |
@pergolafabio yes. You can share info in telegram or discord. Check contacts on my github. |
Ok, will do later, thnx |
As there is nothing that can be made from this project's side, I'm closing this issue. I added a section in README to make this clear. |
Hello, have a problem with getting RTSP stream from a Nest Cam that is working fine in HA as WebRTC.
In HA it is streaming as camera.soggiornocam.
I installed this extension from HACS.
Followed the instructions with the double restart.
Install also go2rtc, and then create the following go2rtc.yaml
streams: my_camera: - echo:bash /config/custom_components/expose_camera_stream_source/get_stream.sh camera.soggiornocam
If i try to access to my_camera from go2rtc i cannot see any streaming,
If i access to HA terminal and try to run
bash get_stream.sh camera.soggiornocam
then i get:
curl: (22) The requested URL returned error: 404
Is this solution compatible with Google cams? Any help?
Just to confirm everything, if i switch just the camera.soggiornocam to another camera entity which is not from google, everything works fine! I get all the streams, so i guess the issue is related to the camera coming from Google Nest integration.
Thanks!
The text was updated successfully, but these errors were encountered: