mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1108] [Feature]: Long-living stream token support for camera API #791
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#791
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SMAW on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1108
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Currently, when using the camera's API, tokens are only valid for 60 minutes. This limits the ability to maintain persistent video streams, such as for home automation or remote monitoring. If I want to stream for longer, I would have to either frequently renew the token or turn off authentication entirely, which isn't secure.
Proposed Solution
It would be great if the API could support long-living (or permanent) tokens specifically for streaming. This would allow users to securely maintain a continuous stream for home automation or similar use cases without disabling authentication.
Example request for a long-living token:
Response:
@maziggy commented on GitHub (Apr 25, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you.
Docs -> https://wiki.bambuddy.cool/features/camera/?h=camera+tokens#long-lived-camera-tokens
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!