i love you, i was looking for this for sooo long.
it work perfect. thanks!
i love you, i was looking for this for sooo long.
it work perfect. thanks!
Is it possible to proxy the live video stream from home assistant externally to something like VLC?
Je suis aussi intéressé par ce dernier point
I have an automation setup that sends a snapshot from a camera and I’m trying to give an option to open a live stream of the camera. It works when I’m connected to the network, but when on cellular, Safari opens a blank page. Any ideas? Below is my yaml for the notification. Thanks
service: notify.mobile_app_guyans_iphone
data:
message: Someone rang the doorbell
data:
image: /local/tmp/snapshot-doorbell.jpg
actions:
- action: View Live Video
title: View Live Video
uri: >-
/api/camera_proxy_stream/camera.doorbell?token={{state_attr('camera.doorbell','access_token')
}}
enabled: true
Did you figure this out? I’m trying to do the same thing.
No. Its still on my todo list.
If you want to use go2rtc you can feed it the long lived access token in the header as a source Help needed: how to transcode home assistant camera entity (series of images) to h264. · Issue #1348 · AlexxIT/go2rtc · GitHub esentially:
camera_name:
- "http://127.0.0.1:8123/api/camera_proxy_stream/camera.camera_name#header=Authorization: Bearer <long lived access token>"