This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
Access live feed from entity property #586
shannonhochkins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been building a react application which communicates via web sockets which is all working great, and running on the same server so there's no issues talking to HA to get entities etc.
I've installed and connected a camera correctly with this HA plugin, working great! The live feed is all working using lovelace
I've noticed on the entity attributes there's a
entity_picture
property with/api/camera_proxy/camera.reolink_main_driveway_rtmp_extra?token=5d691fe57bedb9761c9e42aa84b17d4d60e5ea0624729b8a52cf8f5537cf3533
as the value, is this how i could read the live stream myself using javascript? I've tried fetching this url and converting to a blob however it's not workingIs there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions