-
-
Notifications
You must be signed in to change notification settings - Fork 877
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
Allow for a guest to be pushed up or down in the order. scene building, etc. #434
Comments
Example: Always wanting the hosts shown together, and the guests grouped together. |
@jrotenstein Would you want to make GROUPs then? or is just ordering enough? ordering is something I could add quickly, while groups would need to be next month or two. |
Changing the order would be sufficient to do this. I hadn't even thought of "grouping". |
Yeah, the ability to have a query parameter like Similarly, it would be great for keeping kind of a dynamic scene where participants come and go -- if you had four participants being displayed this way using those individual feeds as four sources in an OBS scene, and participant three leaves, participant four would become participant three, so there would not be a visible gap in the OBS scene. |
Added some features here &order=N, where N is the order priority you want to give a video. I also added a way for the director to dynamically adjust the value remotely. Hopefully this is a decent start on this feature. |
This seems to now be partially possible with What I would like to do is define a layout with the slots in the positions I want with a 0-indexed slot numbering in a &layout defined parameter on a &scene(=n)&room, e.g.:
In the director view: At the moment this works for 90%, because currently I now need to issue that api request with again the full &layout json, from the example scene, to the director/scene view to force the feeds to load in and move to the correct positions, instead of automatically updating when I change slot and/or receive an extra feed. (Mixer also requires re-setting the desired layout when new feeds become available you want to assign to slots or after changing slots, similar to the api layout set request) This would reduce the need for /mixer (which currently does not really work if you use more than 2 rooms during production, or forces you to make groups (which isn't tamper proof as stated in the docs. Not defining a &layout on a scene but using |
No description provided.
The text was updated successfully, but these errors were encountered: