Accessing camera stream externally

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