-
Notifications
You must be signed in to change notification settings - Fork 6
add fallback stream support #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Checklist before merge
Description
Add fallback stream support with round-robin selection
Implement server action for stream status fallback
Update prompt store to use dynamic stream key
Integrate React hooks and Zustand store
Changes walkthrough 📝
8 files
Use dynamic fallback stream key for prompts
Implement stream status action with HTTP fallback
Delegate GET handler to status action
Add round-robin multiplayer fallback stream action
Expose multiplayer stream info via API route
Integrate multiplayer hooks for dynamic playback
Add Zustand store for multiplayer stream info
Create polling hook for multiplayer stream updates
1 files
Define multiplayer fallback stream configurations