josephdadams / TallyArbiter

The flexible and customizable camera tally light system
http://www.tallyarbiter.com
MIT License
281 stars 98 forks source link

Livestream Studio6 Support #23

Open leonelmarbor opened 3 years ago

leonelmarbor commented 3 years ago

hi, I am trying to develop a Tally system for Studio 6 but it seems that it is complicated to get their API. I am not a Programmer or have much experience in this kind of development. I have tried to make a tally system on NodeMCU Arduino IDE like the one they make for VMix.

josephdadams commented 3 years ago

If you can reach out to LiveStream/Vimeo about a software API, we can consider adding support for it into Tally Arbiter. It would be great to see their software support more than just the single tally platform listed. It would probably go a long way toward more users for them.

leonelmarbor commented 3 years ago

I already send them several emails asking for it. non respond.

leonelmarbor commented 3 years ago

Hi Joseph, I try to think a workaround tally on Livestream. is it possible to trigger Livestream tally on a StreamDeck and Compagnion. assign the shortcut of Livestream.
( Cam 1 Livestream Studio 6 keboard shortcut + CUT PGM + tally Cam 1)

josephdadams commented 3 years ago

I am not quite sure what you are trying to do. But it sounds like you want to send hotkey presses from Companion to Livestream Studio, and at the same time, trigger a tally state in Tally Arbiter. I don't know about the hotkey portion, but assuming you can do that, then you could certainly use the Generic OSC module to send tally states into Tally Arbiter. Of course, if you ever changed state outside of Companion, it would not be accurate.

Is this what you want to do?

leonelmarbor commented 3 years ago

so I found out that VICREO listener works for the hotkeys, so if that works it will help. Please can you help me out in figure out the steps.. have Companion running VICREO listening on port 10001. can you point out how to configure Tally Arbiter. thanks

josephdadams commented 3 years ago

Sure. Just add a new source type in Tally Arbiter “incoming OSC”. Make note of whatever port number you choose as that’s the port you’ll send to from Companion with the generic osc module.

From Companion, you’ll want to send /tally/preview_on with a string that contains the device id that you want to put into preview. You can find the device id for any device you’ve created by trying to edit the device.

Hope this helps.

leonelmarbor commented 3 years ago

Hi , there are several sources but no Incoming OSC.

josephdadams commented 3 years ago

“Open Sound Control (OSC)”

josephdadams commented 2 years ago

We should be able to use the commands that have been discovered here: https://github.com/bitfocus/companion-module-vimeo-livestreamstudio6 to add support for this product. @JTF4

MatteoGheza commented 2 years ago

@josephdadams @JTF4 I'm setting up a new source file so we can work on this.

JTF4 commented 2 years ago

Sounds good.

MatteoGheza commented 2 years ago

https://github.com/josephdadams/TallyArbiter/tree/device_livestreamstudio6