Solving the Video Stream Link Issue in Home Assistant

Hey everyone, I’ve been trying to figure out how to send a link to my video stream from Home Assistant. I’ve got notifications set up for when someone rings my doorbell, and I can send an image, but I’d also like to include the live stream link. I’ve been using the camera_proxy service to send the image, like this: http:///api/camera_proxy/camera.front_door_camera?api_password=<api_password>. When I click on the image in HASS, it opens up the stream, and the URL looks like http:///api/camera_proxy_stream/camera.front_door_camera?token=. The problem is, the token changes every time, so I can’t just send that URL directly. I’ve tried a few things, like using a static token or setting up a persistent session, but nothing seems to work. I wonder if there’s a way to generate a fixed URL or use some kind of token that doesn’t expire so quickly. Maybe there’s a setting in Home Assistant or the camera integration that I’m missing. If anyone has any tips or solutions, I’d really appreciate it! Let’s see if we can crack this together. :thinking: