Replies: 8 comments
-
Excerpt from node-red forum post. Hi All. Working on configuring camera streaming to google assistant via I am attempting to get WebRTC working now as my attempts to live stream an rtsp camera feed via FFMPEG were causing some issues. I have configured a functioning instance of OvenMediaEngine, and have a working WebRTC stream being produced. What i cannot now figure out are the correct WebRTC configurations to enter into the google device node configurations. Using the example configurations here WebRTC Streaming - OvenMediaEngine and here Getting Started - OvenMediaEngine i would love some help determining what needs to be entered here Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
I've developed the WebRTC camera support, I'm sorry but I don't own a WebRTC camera, the feature is untested by me. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Unfortunately I don't own an in IP camera, I'm trying to simulate then with an usb camera and nginx/rtmp, currently without success. |
Beta Was this translation helpful? Give feedback.
-
Understood! Thank you so much for your work on the node in general. It has opened up so many possibilities.
One suggestion is for you to use a public rtmp stream and re-encode that to whatever format. If I make any progress I'll let you know. 👍
…________________________________
From: Claudio Chimera ***@***.***>
Sent: Monday, February 7, 2022 4:12:34 AM
To: mikejac/node-red-contrib-google-smarthome ***@***.***>
Cc: bkdfkup ***@***.***>; Author ***@***.***>
Subject: Re: [mikejac/node-red-contrib-google-smarthome] Request for assistance configuring WebRTC Camera device (Issue #247)
Unfortunately I don't own an in IP camera, I'm trying to simulate then with an usb camera and nginx/rtmp, currently without success.
I've tested the node only simulating the messages.
—
Reply to this email directly, view it on GitHub<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmikejac%2Fnode-red-contrib-google-smarthome%2Fissues%2F247%23issuecomment-1030874384&data=04%7C01%7C%7Cccef8f56896948bd710d08d9e993dec4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637797643571636358%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=uHo858GycKik6O2KM9DoSSbdsUVqXJHB0Z%2BdowVcqs8%3D&reserved=0>, or unsubscribe<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FARZZIBFTTNFMFUGEPII2ZYTUZ2TYFANCNFSM5NF6TRNQ&data=04%7C01%7C%7Cccef8f56896948bd710d08d9e993dec4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637797643571636358%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=3z7IGnWZ6nNFhjQ6U079W%2B3KJh8JOWucRdbbvV8ce0M%3D&reserved=0>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've had partial success. The good news is that node-red-contrib-google-smarthome module appears to work fine. The settings I used are as follows: From the log messages, it looks like the public server needs to have a valid SSL certificate. My camera streams video using RTSP. To convert the RTSP to WebRTC and provide the signaling server, I installed RTSPtoWeb (see: https://github.com/deepch/RTSPtoWeb). I suspect my roadblock is with my camera not supporting the correct video and/or audio codec for playback on a Google Nest Hub 2 since I'm able to successfully stream my camera via WebRTC to a Chrome browser by browsing to https://[my public server.com]:9443. Some information regarding compatible video/audio codecs is here: https://developers.google.com/cast/docs/media. Good luck. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Converting this to a discussion to close this issue but keep the information available for people looking for help. |
Beta Was this translation helpful? Give feedback.
-
as logged on node-red forums here https://discourse.nodered.org/t/camera-configuration-using-node-red-contrib-google-smarthome/57545 i am seeking assistance regarding configuration of a WebRTC stream in the google device camera configuration. Some detailed guidance would be appreciated if possible.
Beta Was this translation helpful? Give feedback.
All reactions