-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Feature request = Assignment of backup instances #268
Comments
Would love this feature |
Just bumping this to see if there are any active plans/ideas on implementing this feature? For more complex setups, this would be an immense time/error saver, vs. manually duplicating all actions on all buttons. The main complication I can see is in handling feedback and variables (although feedback might not be so bad in a lot of cases) but at least having this for actions would be a big win. |
I see a couple of challenges which need good solutions for this: Different connections from the same module can have different actions/feedbacks exposed Building on that, what if the systems are setup slightly differently, and need slightly different parameters? perhaps inputs to the mixer are patched slightly differently for reasons out of your control Do we need a way to add actions that address the 'pool' as well as an option to address an individual connection in that pool? Which do we use for feedback? I dont really have any experience in this area of using backups for this kind of equipment, so I am not entirely sure if these concerns are valid, or how best to solve them. |
"Useful for any system that often is backed by a secondary backup system (media servers / lighting consoles / seamless switchers, or even (if multiple backup instances could be applied) projectors and such (for global shutter commands)." |
or is this "the possibility copy the commands sent to an instance to another similar instance. ex: 2 resolume, 1 is backup- i need to copy all the commands from the main to the backup resolume." from my thread witch you closed earlier as it was a duplicate, an easier solution? |
I would echo that sentiment. The idea would be to send identical commands to the backup device; the idea being that they are identically configured and should be running in lock-step with the primary. For setups where the backup system is doing something different, then that would have to be programmed manually as a second device. But there are many, many production that have identical systems running in tandem for which this would be applicable. In terms of feedback/variables: If instances are flagged as primary/backup (or primary/secondary/tertiary/etc) then feedback could come from the primary system. To be fancy/stretch goal--if the primary loses connection then feedback comes from secondary, etc. This could include cases where the primary is manually disabled via a button for cases where it's not working properly but still connected. Octopus does this, or something very similar; although it's a while since I've used it so can't remember all the specifics. But it does have a primary/backup concept, and can support multiple backups. They all get the exact same commands as the primary. |
Yeah the initial implementation could definitely make the assumption that everything is identical. |
Yes this please!!!!! |
Any updates on this? |
To come back to @Julusian ’s concerns from his last post: I think assuming things are identical is the end assumption, not just the initial one, if things aren’t identical then the programmer doesn’t have a primary/backup setup and it isn’t Companion’s place to make decisions in that circumstance. I’m the example of vMix, I wonder how many people use guids rather than the input name or index? I suppose with appropriate hooks, a module could be aware of backups, and a primary using guids could somehow communicate alternate means of reference…? But that’s really getting into the weeds and over complicating things for the majority of cases. In the spirit of “don’t let perfection be the enemy of good enough”, I do think an initial implementation with some “here be dragons” warning would make a lot of people very happy! Oh, and I do like the idea I read in a duplicate thread of specifying an instance-level delay time for each backup instance. |
Regarding Stephen Harrison: I see you point, but that was not the thought behind it. We’re talking a true backup where it NEEDS to be the same. Like a HOT backup ppt machine or QLAB instance. In real life you would edit on one machine, sync all content to the second and just need a way of controlling them both without having to enter two command on a single companion button. I think you’re overthinking the request. And yes, having a possibility to delay the command to the backup instance it valid.
|
On the contrary, I agree with you completely, that the backup systems do need to be identically configured, and that that is the user's responsibility, not Companion's. |
Couldn’t agree more with y’all. Identical is the way to go. We can’t go over complicating things. If your use case is different then can go an alternate route. |
ok, it sounds like there is a plan formed here now then. one question I had hasnt been answered
I'm thinking this as a case of you might intentionally want to unsync them at some point, so you can check your routing or something. for example, set the primary to red and backup to blue. It sounds like what this needs now is someone with time to figure out a how to implement it and then do it |
The way I envisioned it, was two separate instances, and having the option at any of them to assign the other as backup. With the condition it needs to be the same type of instance. In this backup instance setting it would be great to have a general delay setting or the likes. And having feedback from both would be awesome (as in a orange square if one of the instances is not available and red if both are.
|
Any new progress in this realm? |
Describe the feature
The possibility to assign a backup instance to a main instance in instance settings. E.g. you have a QLAB main system and want to control a QLAB backup system. All buttons can be made with just a command for the QLAB main system, but because the backup system is assigned as backup instance for the main, all commands are sent to both.
This can be passed by, by just adding cues for both instances on each button, but by having a general "follow" / "clone" / "backup" option, it will save a lot of work.
Perhaps the feature can be further enhanced by being able to send a delay option for the backup command.
Is this platform dependent (windows, mac, ..)?
no
If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along
Usecases
Useful for any system that often is backed by a secondary backup system (mediaservers / lighting consoles / seamless switchers, or even (if multiple backup instances could be applied) projectors and such (for global shutter commands).
The text was updated successfully, but these errors were encountered: