logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kaka99  
#1 Posted : Wednesday, December 22, 2021 7:40:16 PM(UTC)
kaka99

Rank: Newbie

Groups: Registered
Joined: 3/2/2020(UTC)
Posts: 1
Slovakia
Location: Banska Bystrica

Hello,

I would need advice on how to trigger a certain action through a script.

During a live broadcast from a hockey game or basketball, it captures data from the timekeeper via json, which we then import into vMix and display in the timekeeper. The data also includes information about the siren after the third, at the goal or the referee calls the box with a timer. The signal works so that "HORN" has the state 0 and when they press its start in the timer box, it sends a signal 1

We would need to do this through a script so that when HOrn reaches 1 (it's always only for a second), it starts the audio overlay in Vmix.

Would you like advice on how to create a script that would play the siren as an overlay whenever the specific value of "HORN" from the json file was 1?

Many thanks for sugestion.
doggy  
#2 Posted : Wednesday, December 22, 2021 8:37:26 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: kaka99 Go to Quoted Post
Hello,

I would need advice on how to trigger a certain action through a script.

During a live broadcast from a hockey game or basketball, it captures data from the timekeeper via json, which we then import into vMix and display in the timekeeper. The data also includes information about the siren after the third, at the goal or the referee calls the box with a timer. The signal works so that "HORN" has the state 0 and when they press its start in the timer box, it sends a signal 1

We would need to do this through a script so that when HOrn reaches 1 (it's always only for a second), it starts the audio overlay in Vmix.

Would you like advice on how to create a script that would play the siren as an overlay whenever the specific value of "HORN" from the json file was 1?

Many thanks for sugestion.
"

https://forums.vmix.com/...86-Scripting-for-Dummies

Unless the script reads your json file directly the only way to check the "HORN" status is to put that data into a title ( hidden from view) and let the script read that and let the script respond to that value (play audio file). No need to put the Horn Audio input in overlay
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.