-
Notifications
You must be signed in to change notification settings - Fork 17
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
vMix? #285
Comments
OK Sorry I now used the (windows) docker commands and get the vMix settings, but when I make the connection, it crashes. [node-vmix] Sending message to vMix instance via socket FUNCTION SUBSCRIBE TALLY /opt/sisyfos-audio-controller/server/dist/server/src/utils/mixerConnections/VMixMixerConnection.js:137 TypeError: Cannot destructure property 'inputGain' of 'store_1.state.faders[0].fader[assignedFaderIndex]' as it is undefined. Node.js v18.16.1 |
BTW docker on Windows WSL2 if it matters. If vMix is closed, sisyfos starts fine, but as soon as vMix starts this crash happens. |
Hi @stevespaw best regards |
Thanks for the reply Kasper @olzzon ! |
@stevespaw It's related to the doesChannelExists, it looks like it is taken for given that all channels in Sisyfos has a fader assigned to it. To fix the issue in the code either "this.doesChannelExists" check should be enhanced to also check whether it's assigned to a fader, or a second check "if (!state.faders[0].fader[assignedFaderIndex])" should be added like in this example:
|
@stevespaw As this is from prior to the last refactor (that might have broken the vMix protocol) |
Still no luck with the nkrno version. I have tried every combination of faders and setting that I can think of. It still crashes when I launch vMix: |
docker pull ghcr.io/nrkno/sofie-sisyfos-audio-controller:master This is what I ran BTW. |
@olzzon @alvancamp I am back to a project that I would love to use this. I See that it supports vMix :-) now! I have a use case for Mixbus (ardour) and another that is vMix (this is a big one).
I am using docker. I do not see any setting for vMix. And I still can't seem to get a connection to Mixbus working. Here my run:
docker run --volume /opt/sisyfos-audio-controller:/opt/sisyfos-audio-controller/storage -p 1176:1176 -p 5255:5255 -p 5255:5255/udp -p 3819:3819/udp --restart always olzzon/sisyfos-audio-controller:develop
Any help to get this off of the ground would be appreciated! Thanks
The text was updated successfully, but these errors were encountered: