vMix Forums
»
General
»
3rd Party Software and Development
»
Vmix UTC how to get started, use cases & advanced tips
Rank: Member
Groups: Registered
Joined: 11/5/2018(UTC) Posts: 14  Location: Bielsko-Biała
|
Hi to all.
I'm trying to set UTC on a second computer. Specifically a timer on the scoreboard. The other computer cannot see my GT input. The main computer can see, but I can't set the timer. I change to mm / ss and I have hh / mm / ss all the time. Besides, it doesn't work for me. What am I doing wrong?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 11/5/2018(UTC) Posts: 14  Location: Bielsko-Biała
|
Ok, on the main computer I did. It works! But on the second it does not see the source of GT ...Why?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721   Location: Bordeaux, France Thanks: 243 times Was thanked: 792 time(s) in 589 post(s)
|
Quote:The other computer cannot see my GT input. vMix UTC is not supposed to see any inputs from vMix! vMix UTC is designed to "control" vMix inputs and outputs remotely using API commands. So, first, make sure, your UTC computer is correctly connected to vMix computer over the network. The LED must be green. Then start with basic examples: there are many available at the beginning of this thread, including how to create and control a scoreboard with a timer.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458   Thanks: 20 times Was thanked: 218 time(s) in 128 post(s)
|
@marek69, is vMix API accessible on the second computer by link? http://IP:port/api
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/7/2020(UTC) Posts: 4  Location: Naccache Thanks: 1 times
|
Hi guys,
I need help in this please. I am new in UTC and i am stuck in the bellow issue.
i have a strap with a 2 minutes countdown triggered by a button widget (Button 1) in utc. right after this script command I've placed a timer to pause the script for 120000ms (2 minutes). then another script command in the same widget to take out the strap after the timer reaches zero.
A second button widget (Button 2) is used to force the strap out before the end of the 120000ms.
All is working good here until I've decided to press button 1 widget again before the 120000ms timer end. The button becomes unusable until the timer ends... Is there a way to bypass the timer and reset it to zero so the button becomes available again?
N.B: i have zero knowledge in scripting :/
Appreciate your help Many thanks
FT
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 6/6/2020(UTC) Posts: 8  Location: Minnesota Thanks: 5 times
|
Hey I'm just hearing about UTC and am excited of the potential uses.
I haven't seen if UTC can control NewBlueFX Titler live via Vmix hotkeys - but I don't see why it couldn't. Am I right?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 5/17/2021(UTC) Posts: 3 
|
Hey guys,
I am new here and I just found this awesome tool. Everything I need is working as expected except one tiny thing and I wanted to ask you if you have the same problem? Or am I doing something wrong?
Basically - if I use Clock widget -> when the time comes the clock widget keeps spamming the trigger all over again.
Example:
- create a button - in execute I place link name: "test" - as a script in button I use Fullscreen (toggle) - in clock I add scheduler with exec link "test" - then I set the clock and thats it
When current PC time reaches the time set in Clock widget it starts but instead of running the function once it keeps toggling fulscreen on / off until I do something about it... Timer widget works correctly. Only clock widget does this. I also tried and when I use clock to start a timer -> it happens as well. Timer keeps resetting and starting over and over again...
@DWAM or anyone - would you by any chance know whats happening here?
Btw. I am on latest VMIX (24 I think) and on latest UTC.
Please let me know how to proceed here. Thank you!
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 5/17/2021(UTC) Posts: 3 
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/27/2020(UTC) Posts: 31  Location: Porto Alegre Thanks: 8 times Was thanked: 2 time(s) in 2 post(s)
|
I have a question that I haven't been able to find out yet. After creating all my UTC project for the event, opening that same project on another machine, synchronizing the IP (machine2 - utc with machine1 - vmix), some buttons do not work correctly. In my case, by clicking on the button where a layer was in / out, playing it in an overlay, the button works as if it had been pressed twice, making the first action and then the second, that is, entering the scoreboard and the scoreboard comes out. And the correct one, where it was created and tested, would only make the exit action, after clicking the button again. Does anyone know why this happened?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 9/30/2020(UTC) Posts: 13
Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
How can I open a folder with today's date?
get.date
dateTime.ToString("yyyyMMdd")
*Win(C:\Users\MyUsername\Desktop\20210722)
|
|
|
|
Rank: Member
Groups: Registered
Joined: 3/26/2021(UTC) Posts: 26   Location: Norway
|
Originally Posted by: DWAM  Howto use vMix UTC to schedule commands in vMix
It is a regular subject in the forum: "How can I schedule recording to start automatically?" or "How can I start any action in vMix at a particular time?". There are many answers and various methods to this, but vMix UTC is certainly one of the easiest and the most appropriate one.
Here's a small howto to help you to run any command in vMix at a defined time.
1. Open vMix UTC. It can be either on the same computer as vMix or any other computer on the network
2. Create a "Button Widget": - First give it a name, for example "Recording" - In the Hotkeys section, tick the "Execute" box and fill the "Link" area with a reference name like "StartRecording". This link name is used to call this button action from other widget. - Finally, click the + sign in the "Script" area to create a new Command. For this example, select "Start Recording" in the dropdown menu - That's it for this part. Click OK. You can try this command by clicking the Button: Recording should start in vMix. If not, you did something wrong! ;o)
3. Now create a "Clock Widget": - First give it a name, like "My Schedule Commands" for example - Click the + sign in the "Scheduler" area - Select the time when you want the command to be executed and fill the "ExecLink" area with the exact same name you gave to the Execute Link at step 2 above. Here, you should write "StartRecording" - That's it! Click OK to validate your schedule task.
Et voila! At the exact time you indicated, the Recording button is called by the Clock Widget and vMix starts recording.
Obviously, you can use any command here. For example, you could start a playlist, switch to any input, trigger an overlay, play a video or whatever.
Notes: - The Clock Widget accepts many schedule tasks to be executed. You can create as many "ExecuteLinks" as you need towards several Button Widgets. - Button Widgets can also contain several commands. Simply click the + sign to add another command.
That's it! Hope you like it. Have fun vMixing! I've just tested this and it works like a charm. But! It executes the button multiple times until the next minute (Yes I've added seconds in the time). So if I have set it to CutDirect from Preview when the time is 01:00:00, it keeps pressing the button all the time until a new minute. How do we fix this? Now it Cuts, and of course the selected input is still in preview, but if I were to select a new preview to prepare, it will imediantly just cut to the new input in the preview right away. Thanks in advance.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/20/2019(UTC) Posts: 52  Location: Firenze Was thanked: 4 time(s) in 4 post(s)
|
HOW CHANGE TEAMS LOGO IMAGES ON A GT TITLE USING UTC
Hello everybody, i would like some suggestions on the best way to manage changing teams logo images on a scoreboard graphic created wit GT Title Designer from UTC.
Thank you in advance
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/17/2019(UTC) Posts: 1   Location: Manitoba
|
I have been using an excel spreadsheet to store the file paths to the image files. Create a excel data source in UTC. Then link the data source to a drop down list that will be populated with the image file paths (ie: D:\myfiles\hometeam.png). Set the title mapping on the list to target the GT graphic and the image container.
1) Create Excel with Filepaths (drive/folder/name and extension) 2) Create datasource for excel in UTC 3) Create list and populate from datasource 4) title mapping set to GT Graphic and container for image
Hope this helps
|
|
|
|
Rank: Member
Groups: Registered
Joined: 3/12/2019(UTC) Posts: 21  Location: Hamburg Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: prairiemarsh  3) Create list and populate from datasource
Hi prairiemarsh, how do you populate the data from the excel sheet. I have created a datasource with my excel table in UTC, but in the list widget does not show it under "Data Source / Property"? Thanks Henrik  UTC Datasource.jpg (199kb) downloaded 0 time(s).
|
|
|
|
vMix Forums
»
General
»
3rd Party Software and Development
»
Vmix UTC how to get started, use cases & advanced tips
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