Skip to content
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

Add clients in front of broadcasts #34

Closed
slmnio opened this issue Jun 28, 2021 · 1 comment
Closed

Add clients in front of broadcasts #34

slmnio opened this issue Jun 28, 2021 · 1 comment
Labels
enhancement New feature or request feature: router Deals with the vue-router

Comments

@slmnio
Copy link
Owner

slmnio commented Jun 28, 2021

It would be nice to have a personal key that producers can use instead of renaming all of their OBS browser sources.
Instead of using /broadcast/st4/ingame, a producer could use /client/slmn/ingame which ties to a Client record on the SLMN.GG Airtable. The broadcast can then be set and updated there.

@slmnio slmnio added enhancement New feature or request feature: router Deals with the vue-router labels Jun 28, 2021
slmnio added a commit that referenced this issue Jun 28, 2021
@slmnio
Copy link
Owner Author

slmnio commented Jun 28, 2021

This commit adds clients in a way that matches the broadcasts pages. To maintain backwards compatibility (and because there's good reasons to keep a dedicated /broadcast/ URL), you can still access all broadcast overlays with /broadcast/.

You can migrate to a client-based solution by changing /broadcast/{key}/{page} to /client/{clientKey}/{page}. For example, /broadcast/st4/break to /client/slmn/break. You can create or update clients in the Clients tab of Airtable.

@slmnio slmnio closed this as completed Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: router Deals with the vue-router
Projects
None yet
Development

No branches or pull requests

1 participant