Skip to content
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

Livestream Studio6 Support #23

Open
leonelmarbor opened this issue Nov 30, 2020 · 12 comments · May be fixed by #335
Open

Livestream Studio6 Support #23

leonelmarbor opened this issue Nov 30, 2020 · 12 comments · May be fixed by #335
Assignees
Labels
in progress Working on it!

Comments

@leonelmarbor
Copy link

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 josephdadams changed the title is there someone that have Experience on implement Tally Arbiter on Livestream Studio6. thanks Livestream Studio6 Support Nov 30, 2020
@josephdadams josephdadams added the missing API We can't work with this tally source because we don't have the protocol. label Dec 1, 2020
@josephdadams
Copy link
Owner

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
Copy link
Author

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

@leonelmarbor
Copy link
Author

leonelmarbor commented Feb 28, 2021

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
Copy link
Owner

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
Copy link
Author

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

Repository owner deleted a comment from leonelmarbor Mar 1, 2021
@josephdadams
Copy link
Owner

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
Copy link
Author

Hi , there are several sources but no Incoming OSC.

@josephdadams
Copy link
Owner

“Open Sound Control (OSC)”

@josephdadams
Copy link
Owner

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

@josephdadams josephdadams removed the missing API We can't work with this tally source because we don't have the protocol. label Dec 3, 2021
@MatteoGheza
Copy link
Collaborator

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

@JTF4
Copy link
Collaborator

JTF4 commented Dec 3, 2021

Sounds good.

@MatteoGheza
Copy link
Collaborator

@josephdadams josephdadams added the in progress Working on it! label Jan 1, 2022
@MatteoGheza MatteoGheza linked a pull request Jan 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Working on it!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants