vMix Forums
»
General
»
3rd Party Software and Development
»
Vmix UTC how to get started, use cases & advanced tips
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi all,
I can't seem to be able to use my xkeys with UTC, the MIDI widget doesn't see it.
I might not do the right thing I guess…
Great job guys !
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
If title includes an image field, this can also be assigned to a data source.
For example c:\vmix\picture\ball.png
this is full path.
Can it be a relative path?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/17/2016(UTC) Posts: 17 Location: New Zealand
Thanks: 7 times
|
Hello, Great software! Thank you very much. I have a situation where I have 2 PC's running Vmix, and a laptop. I want to trigger both PC's from the laptop for various states. I can obviously set the IP address in VmixUTC to control one machine, but I am having trouble controlling the second. I am using the API command on the button and I am setting a value of http://10.0.0.254:8088/API/?Function=CutDirect&Input=1 This URL works fine in the browser on the machine running VmixUTC but does not function within VmixUTC. What am I doing wrong? I have tried with and without the 'http://' Thanks David
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@davidelsbury, check new version and try variant without http://
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 4/17/2016(UTC) Posts: 17 Location: New Zealand
Thanks: 7 times
|
Originally Posted by: elgarf @davidelsbury, check new version and try variant without http:// Thank you! I am away from my Vmix machines for the next month (we close down for Christmas and summer) but will take a look in Jan. Really appreciate it. David
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/25/2019(UTC) Posts: 38 Thanks: 1 times Was thanked: 5 time(s) in 5 post(s)
|
Hi, I have created a controller to control my lower 3ths. The widgits are mapped to differnt titles in vmix and the fields in the tiles are connected to a datasource. I have 2 buttons previous and next to scroll in the datasource Everithing is working fine on the local machine but when i run de UTC on a remote machine it take a lot of time to sync all fieds. Is there a way to improve the sync speed? In attach you can find a screenshot of the controller screenshot utc.png (122kb) downloaded 88 time(s).Kind regards Koen Deschepper
|
1 user thanked Le-bo2d9 for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: elgarf 1) set addresd of your http feed; 2) set XPath query, you can test it, there are many online services to do that; 3) in properties add titles, that take info from xml.
After executing XPath query, external data will get list of strings, then first string is correspond to first title, etc.
Loop checkbox is when you have, for example, 4 titles, and 2 of them are similar. You get 2 strings in the list, but first string is correspond to the first and the third title.
Hi elgarf! I think I need help about using XML as Datasource... May XML comes out of a like http://localhost/utcteamlist.php?team=1 The result is Code:<?xml version="1.0" encoding="utf-8"?>
<team>
<spieler>
<name>Player01</name>
<nummer>1</nummer>
<bild>1</bild>
</spieler>
<spieler>
<name>Player29</name>
<nummer>29</nummer>
<bild>29</bild>
</spieler>
...
</team>
i have built a widget you see in the 2 pictures below. ExternalDataXML.jpg (14kb) downloaded 5 time(s). ExternalDataXML2.jpg (34kb) downloaded 8 time(s).The path to vmixgenericxmldataprovider.dll is checked and valid. I do not get any data rows.... Where is my fault?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
@elgarf More questions...
1. Example: The first half of a handball match is ending. BUT there are still penalties that extend beyond the end of the first half. I want to pause it at the end of the first half and then continue at the beginning of the second half. In handball, two penalty times per team are possible at the same time, so a total of 4. How do I enter the ExecLinks PausePenaltyH1 PausePenaltyH2 etc. in the 'On Completion' field? That doesn't work comma seperated.
2. '2nd half' is not displayed in handball and the game clock starts at 0, but the clock continues at the beginning of the second half from 30:00 to 60:00. But I have no way to control it. I would have to change the default time. There is no hotkey or script for this. If I have Default Time 30:00, the timer stops, but if I then change the default time to 1:00:00, the timer reset to 00:00 I've made a button with 30 scripts "GameClock+1" but as soon as I start the timer it starts at 00:00 Do you have a advice for that?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
12 days an no answer? Why did I deserve this??
I kept trying, and now it is loading lines at least once, but not as you can read here everywhere. If I define only one field in XPath '//team/spieler/name', then 20 rows are loaded. This is correct, there are 20 Players. If I define 2 fields, like '//team/spieler/name|//team/spieler/number' Then 40 rows are loaded and NOT 20 rows in the format <name> | <number> How does that come? The checkbox "Table" makes no difference.
And another question: How can I edit the ZIndex Value in each widget? I found that reading a vmc file what I've renamed to xml. I know the ZIndex from (HTML) programming, where it can be used to regulate which elements are in the foreground or background. I wanted to hide some "FX" widgets (seen in a demo video) behind other widgets so that they didn't take up any space.
CU and THX burie
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: Le-bo2d9 Hi,
I have created a controller to control my lower 3ths. The widgits are mapped to differnt titles in vmix and the fields in the tiles are connected to a datasource. I have 2 buttons previous and next to scroll in the datasource Very nice layout , Koen but how did you manage to hide the headers of each widget? This saves so much space and is clear.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/25/2019(UTC) Posts: 38 Thanks: 1 times Was thanked: 5 time(s) in 5 post(s)
|
Originally Posted by: burie Very nice layout , Koen but how did you manage to hide the headers of each widget? This saves so much space and is clear.
Hi burie, When you right click the widget you can click "Toggle caption" this will hide/show the headers. Kind regards Koen
|
1 user thanked Le-bo2d9 for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 5/19/2019(UTC) Posts: 5 Location: Araçatuba Thanks: 3 times Was thanked: 8 time(s) in 3 post(s)
|
Hello masters in UTC! Is it possible to work with sum of prices in vMix UTC? I need to feed a Virtual Auction title, here in Brazil we use the REAL currency. In addition to needing to have ", 00" at the end, I would need a period "." after the amount passed "999.00" to be able to stay like this: R $ 1,000.00. How to make this sum in vMIx UTC? Any suggestion?
Thank you
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/25/2019(UTC) Posts: 38 Thanks: 1 times Was thanked: 5 time(s) in 5 post(s)
|
Originally Posted by: Edy Santos Hello masters in UTC! Is it possible to work with sum of prices in vMix UTC? I need to feed a Virtual Auction title, here in Brazil we use the REAL currency. In addition to needing to have ", 00" at the end, I would need a period "." after the amount passed "999.00" to be able to stay like this: R $ 1,000.00. How to make this sum in vMIx UTC? Any suggestion?
Thank you Hi Edy, I think you need to use excel and there you can setup the cell format for your numbering Kind regards Koen
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/21/2020(UTC) Posts: 4 Location: Brussels Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
Hello all, I noticed that you can add a slider into UTC. It's also quite straightforward to attach it to an input or an output. But I was wondering if it's possible to add an audiometer into the UTC as well since you would want to see the audiolevels in the UTC??? (without having to look at the vMix-window itself) I was thinking something in the line of a DataProvider like you do when you want to see the Preview- and/or the Program-videosignal in UTC.
I was also wondering if there would be a way to attach a Behringer BCF2000 moving-fader-panel to the PC with that UTC to be able to do some mixing with it. (It's always better to have physical faders if you want to do proper mixing)
The goal is to have an audio-mixer-person to work in a seperate room mixing all the audio on the main vMix. I already have UTC-panels for a video-mixing-person and a graphics operator, so it would be nice to have a UTC-panel for the sound mixer person... Is this possible?
Thank you, Michel.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/2/2016(UTC) Posts: 6 Location: Uruguay
Thanks: 4 times
|
Hello Vmixers, Im trying to manage some custom title made it with Gt designer, but i can't change between png icons, can somebody help me to understand how must be? Sorry for my english. Some pictures: I tryed to use "setimagenative" and "setimage", but can't select image to use, maybe error its on a template. I Can't figure it out!! Thanks !!! a lot!
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/25/2020(UTC) Posts: 5 Location: Cochabamba
|
excuse me I wanted you to help me this option does not come out SetOutputExternal2 function because this would happen, if you could help me with that it would be great. I leave you my email for anything jahuervt@gmail.com. I also wanted to ask about the Scortbug toggle button as it is programmed to run everything else
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Jahuer, Looks like there was bug with SetOutputExternal2. I think it's fixed in today release.
Not sure about scorebug toggle. What do you mean?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/25/2020(UTC) Posts: 5 Location: Cochabamba
|
Saludos amigos, no se si alguien pueda ayudarme con esta pregunta, miren estoy trabajando en automatizar las publicidades con el utc. Programe ya la publicidad par que entre a una cierta hora ingresa pero no vuelve a la película, como podría solucionar eso or favor agradezco de antemano su ayuda. Y otra consulto en utc se puede poner títulos automáticos de las películas?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@Jahuer, english, please =)
You can add OnCompletion trigger to your ad video in vMix or use WaitForCompletion command in UTC script.
There are several solutions on forum to automatically title videos, UTC script can be a bit complex.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/25/2020(UTC) Posts: 5 Location: Cochabamba
|
Greetings friends, I do not know if someone can help me with this question, look I am working on automating advertisements with the utc. Schedule the advertising so that it enters at a certain time, it enters but does not return to the movie, how could I solve that? Please thank you in advance for your help. And another query in utc can you put automatic titles of the movies?
|
|
|
|
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