Page 1 of 1

Stream from camera to Google Cast Device

Posted: Thursday 02 May 2019 13:41
by QSKONE
Hi,
It is this possible in Domoticz? Stream from camera show on Google Cast device (Android TV ,Home Hub ...).
Like this:
https://www.youtube.com/watch?v=s2bRHdOC67o

Re: Stream from camera to Google Cast Device

Posted: Thursday 01 August 2019 21:44
by zicht
looks doable depending on the cam and tv, but not "out of the box"

By google api you can send an url or stream to open in chromecast. (stream provided by the cam must be compatible with the api)
WIth domoticz you can provide the trigger to open.
https://www.youtube.com/watch?v=pvyfddIFsVA

It depends also on your hardware. (My TV cannot be started over network when it is in standby.)

Re: Stream from camera to Google Cast Device

Posted: Thursday 16 January 2020 14:44
by karlzre
hi,

i was able to stream my camera on my google nest hub with catt

Just set a switch in domoticz, which enable a batch script to run the catt command:
Link the switch with controlicz, and you can ask google to show the camera :-)


https://github.com/skorokithakis/catt

Re: Stream from camera to Google Cast Device

Posted: Thursday 16 January 2020 14:52
by FireWizard
Hi,

Please see this post: https://www.domoticz.com/forum/viewtopi ... 83#p233183

I do not have virtual swithes in Domoticz. I just tell my Google Nest Hub to switch a camera "on" or "off" and then catt is isused to display the stream.

Regards

Re: Stream from camera to Google Cast Device

Posted: Thursday 16 January 2020 15:30
by karlzre
i can't remember if i did something special.
I think i just did a chmod +x and put the script in the script folder.