remote_homeassistant
remote_homeassistant copied to clipboard
Camera stream not working
I am not sure if this is a limitation of home-assistant-remote, or perhaps an issue on my end. However, I am unable to get a camera stream working on the master instance of my Home Assistant. The console shows the following error, basically a 404: https://pastebin.com/raw/EUP8dVYj
{code: "start_stream_failed", message: "Camera not found"}
camera.brz_side:1 GET https://ha-instance.com/api/camera_proxy_stream/camera.brz_side?token=XXXX 404
EDIT: Taking a closer look at the README, it seems that only remote states are populated? So no luck getting the camera working I assume.
Hi,
I have the same problem. Do you resolve it?
any news on this ? i only get a "404: Not Found"
any news about adding camera support ?
is this even possible at all?
Sorry, but I don't think this will ever be possible. The camera returns the link to the stream in the entity_picture attribute.
The component would now have to proxy the complete camera stream from the remote instance. Would be quite cumbersome to implement, and publish it on the master.
Any takers? :)
Can't think of anything else than forwarding the ports for the RTSP-stream. Very happy with the component tough :)
if ha edit the code and add Long-Lived Access Tokens to camera.
No camera stream from remote instance here neither. Any progress?
#129 is a duplicate of this.