vMix Forums
»
General
»
General Discussion
»
Automatically run a shortcut at a set time
Rank: Advanced Member
Groups: Registered
Joined: 9/23/2017(UTC) Posts: 249 Location: Toronto
Thanks: 13 times Was thanked: 19 time(s) in 17 post(s)
|
I know vMix can't schedule events based on time of day, is there some other way I can execute a shortcut at a specific time of day? I need a countdown to start at 7:15pm, so the show runs at 7:30, but am not always present at 7:15 to hit the button, so if I can somehow automate it, that would be perfect. Is there a way? third party?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
stick a radio alarm clock next to the computer, run the headphone out into the computer, trigger start of the show when noise level is over -6db on the input )
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/28/2015(UTC) Posts: 184
Thanks: 10 times Was thanked: 32 time(s) in 27 post(s)
|
One idea could be to start a script by Windows task scheduler. In the script make a http vMix web scripting call with the function "KeyPress"
Regards, Patrick
|
1 user thanked pm for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/12/2015(UTC) Posts: 482 Location: Kansas City, MO USA Thanks: 151 times Was thanked: 75 time(s) in 57 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/16/2013(UTC) Posts: 406 Location: Iowa Thanks: 281 times Was thanked: 32 time(s) in 29 post(s)
|
Autohotkey can send a webAPI command using a time trigger. Code:#SingleInstance Force
#Persistent
; Poll the time every second for precise timing....
SetTimer, CheckTheTime, 1000 ; 1000 is milliseconds
Return
CheckTheTime: ;{
TheTime := A_Hour . A_Min . A_Sec ; Create the time format to compare with
If (TheTime == 111400) ; Compare "The Time" with the trigger time of your chosing
{ ; Web API command goes here
msgbox Time Triggered ; Sample trigger command replaced by Web API command.
}
Return
;}
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/23/2017(UTC) Posts: 249 Location: Toronto
Thanks: 13 times Was thanked: 19 time(s) in 17 post(s)
|
pm wrote:One idea could be to start a script by Windows task scheduler. In the script make a http vMix web scripting call with the function "KeyPress"
Regards, Patrick This seems to be the simplest and easiest way to do this. Thanks!!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 5/14/2018(UTC) Posts: 112 Location: Netherlands
Thanks: 3 times Was thanked: 28 time(s) in 18 post(s)
|
Another option is to get a midi based clock, or if you have Qlab can trigger on time. Get rtpMidi to transmit it to Vmix and set.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/20/2014(UTC) Posts: 388
Thanks: 29 times Was thanked: 80 time(s) in 51 post(s)
|
|
1 user thanked kjones9999 for this useful post.
|
|
|
vMix Forums
»
General
»
General Discussion
»
Automatically run a shortcut at a set time
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close