I’d like to share a link to api/camera_proxy_stream with someone else temporarily. Currently the only options I found are to use /api/camera_proxy_stream/camera.ffmpeg?token=xxxxx
link that is generated by the UI. However this token is temporary and is killed quite quickly.
Another options that works is using api_password instead of token. But that means that when I’ll need to revoke access I’ll have to change password. Not ideal.
Is there any way to use long lived token through URL or some alternative to it? I want to just give people a link to the camera feed and let them watch it, and then invalidate that link by revoking token access.
Thanks for your time and attention!