mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
feat(video-page): enhance Bunny asset handling and playback features
- Added support for tracking Bunny asset readiness and processing states. - Implemented thumbnail loading error handling and retry logic for Bunny assets. - Introduced a "Ready to play" indicator for Bunny assets. - Enhanced Bunny preview player with playback speed and quality selection options. - Improved state management for video playback, including resuming playback after source switches. - Updated package.json to streamline database setup commands.
This commit is contained in:
+2
-1
@@ -74,7 +74,8 @@ BUNNY_STREAM_LIBRARY_ID="your-library-id"
|
||||
# Bunny Core API key (account-level) used to enforce KeepOriginalFiles/ExposeOriginals on the library
|
||||
BUNNY_API_KEY="your-account-api-key"
|
||||
# Bunny Stream CDN base URL (for HLS streaming)
|
||||
BUNNY_CDN_URL="https://vz-965f4f4a-fc1.b-cdn.net"
|
||||
BUNNY_CDN_URL="your-url-to-bunny-cdn"
|
||||
NEXT_PUBLIC_BUNNY_CDN_URL="your-url-to-bunny-cdn"
|
||||
# Bunny orphan cleanup configuration (script + external cron; app runtime does not schedule this)
|
||||
# Grace period is fixed at 24 hours in the script.
|
||||
# */15 * * * * cd /home/yusuf/Programming/OpenFrame && bun run bunny:cleanup-orphans
|
||||
|
||||
Reference in New Issue
Block a user