Hi,
I want to view a live stream when I click something in Home Assistant. The live stream is an Arlo camera.
I had this kind of working before I switched to pi 3 a couple of days when my Hass setup was on my osx laptop. What I was doing was calling a python script which would get the live rtsp url and I would call ffplay with this url.
However, now I am using pi and accessing hass on it via my browser I imagine this python script will open ffplay on the pi and not be shown to me in the browser which was ok before because it would open ffplay on my laptop anyway where hass was originally running.
My hope is that I can view the arlo stream when i click something to start it in the location where my arlo snapshot image is placed in my hass homepage but if that isn’t possible I would like to know my options in making my current simple python script open ffplay on client side instead of on the device hass is currently running?
Any help appreciated.