guido-visser / vMix-M5Stick-Tally-Light

A script to run on a M5Stick-C to use the device as a Tally Light for vMix
74 stars 18 forks source link

Support for more sources? #18

Open RaBoom opened 3 years ago

RaBoom commented 3 years ago

Hi,

a friend of mine would like to use this project with a Blackmagic ATEM. I've hacked together a working version by reusing code from this, but dropped a lot of functionality in the process. I would like to implement a more proper version, would you like me to make a pull request to this project when I am done, or would you prefer if I simply fork this project? In the process I would probably abstract the communication layer a bit to bring in more seperation between underlying video switchers and the UI.

Best Regards

guido-visser commented 3 years ago

Hi, I'm planning on integrating this with Tally Arbiter. That server can connect to numerous sources, such as ATEM, TriCaster and OBS. It kind of already works, because TA has a vMix emulator built in.

However, you're welcome to fork my project and make adjustments. You can even create pull requests if I like the implementation.

Good luck!