I am trying to use Node-RED and a Contrib (Smart NORA: https://github.com/andrei-tatar/node-re ... -smartnora) for creating Google Home Smart Actions to create a Camera to view over my Google Displays/Chromecast. I think this is breaking down on the formats. The display can accept the following:
- hls: HTTP Live Streaming
dash: Dynamic Adaptive Streaming over HTTP
smooth stream
progressive mp4
WebRTC
I have other items working, just not the camera, so I believe I just need to get the correct access URL for one or more of the above options.
I have tried what appears to be the hls url:
http://EXTERNAL_IP:81/livestream.htm?cam=Cam1&audio=0
and while this works in a browser it is not working for the display.I have also tried this URL, which works if I use a Chromecast plugin for HomeSeer, but does not resize the video to fill the display regardless of the value for w, and has other issues making it a less than desirable method:
http://EXTERNAL_IP:81/mjpg/Cam1/video.mjpg?q=50&w=2560
I have used this URL in (I believe) all the options listed above. Changing the value of w to something smaller than 1280 does reduce the video size.I am currently using the Test version of Blue Iris with 2 cameras. Admittedly I have only spent about 8 hours exploring Blue Iris, this forum, and the help files and trying to get this to work.
Any idea what I may need to provide to make this work?
Kindest Regards,
Karl, the new guy.