remote_homeassistant icon indicating copy to clipboard operation
remote_homeassistant copied to clipboard

Camera stream not working

Open bbbenji opened this issue 5 years ago • 9 comments

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.

bbbenji avatar Dec 29 '19 08:12 bbbenji

Hi,

I have the same problem. Do you resolve it?

polcape avatar Apr 07 '20 16:04 polcape

any news on this ? i only get a "404: Not Found"

henrikhjelm avatar May 09 '20 23:05 henrikhjelm

any news about adding camera support ?

henrikhjelm avatar May 17 '20 18:05 henrikhjelm

is this even possible at all?

x2concepts avatar Jun 03 '20 16:06 x2concepts

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? :)

lukas-hetzenecker avatar Jun 03 '20 18:06 lukas-hetzenecker

Can't think of anything else than forwarding the ports for the RTSP-stream. Very happy with the component tough :)

x2concepts avatar Jun 10 '20 13:06 x2concepts

if ha edit the code and add Long-Lived Access Tokens to camera.

henrikhjelm avatar Jun 10 '20 18:06 henrikhjelm

No camera stream from remote instance here neither. Any progress?

Vispen74 avatar Mar 29 '22 14:03 Vispen74

#129 is a duplicate of this.

meichthys avatar May 13 '22 13:05 meichthys