logo

Live Production Software Forums


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

Notification

Icon
Error

5 Pages«<2345>
Options
Go to last post Go to first unread
ukcpw  
#61 Posted : Monday, September 16, 2019 5:49:24 AM(UTC)
ukcpw

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 !
郭子涵  
#62 Posted : Saturday, November 30, 2019 10:41:29 PM(UTC)
郭子涵

Rank: Member

Groups: Registered
Joined: 5/25/2019(UTC)
Posts: 23
China

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?
davidelsbury  
#63 Posted : Thursday, December 5, 2019 5:48:25 AM(UTC)
davidelsbury

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
elgarf  
#64 Posted : Wednesday, December 11, 2019 7:23:47 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@davidelsbury, check new version and try variant without http://
thanks 1 user thanked elgarf for this useful post.
davidelsbury on 12/19/2019(UTC)
davidelsbury  
#65 Posted : Thursday, December 19, 2019 12:01:09 PM(UTC)
davidelsbury

Rank: Member

Groups: Registered
Joined: 4/17/2016(UTC)
Posts: 17
Location: New Zealand

Thanks: 7 times
Originally Posted by: elgarf Go to Quoted Post
@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
Le-bo2d9  
#66 Posted : Thursday, February 27, 2020 5:30:44 PM(UTC)
Le-bo2d9

Rank: Advanced Member

Groups: Registered
Joined: 3/25/2019(UTC)
Posts: 38
Belgium

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 84 time(s).

Kind regards

Koen Deschepper
thanks 1 user thanked Le-bo2d9 for this useful post.
AndreaU on 2/9/2021(UTC)
burie  
#67 Posted : Monday, March 30, 2020 3:53:47 AM(UTC)
burie

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2019(UTC)
Posts: 54
Germany

Thanks: 5 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: elgarf Go to Quoted Post

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?
burie  
#68 Posted : Monday, March 30, 2020 2:27:09 PM(UTC)
burie

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2019(UTC)
Posts: 54
Germany

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?
burie  
#69 Posted : Saturday, April 11, 2020 2:37:15 PM(UTC)
burie

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2019(UTC)
Posts: 54
Germany

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
burie  
#70 Posted : Saturday, April 11, 2020 3:10:38 PM(UTC)
burie

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2019(UTC)
Posts: 54
Germany

Thanks: 5 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: Le-bo2d9 Go to Quoted Post
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.

Le-bo2d9  
#71 Posted : Sunday, April 12, 2020 3:30:06 AM(UTC)
Le-bo2d9

Rank: Advanced Member

Groups: Registered
Joined: 3/25/2019(UTC)
Posts: 38
Belgium

Thanks: 1 times
Was thanked: 5 time(s) in 5 post(s)
Originally Posted by: burie Go to Quoted Post
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
thanks 1 user thanked Le-bo2d9 for this useful post.
burie on 4/12/2020(UTC)
Edy Santos  
#72 Posted : Thursday, April 23, 2020 10:40:30 PM(UTC)
Edy Santos

Rank: Newbie

Groups: Registered
Joined: 5/19/2019(UTC)
Posts: 5
Man
Brazil
Location: Araçatuba

Thanks: 2 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
Le-bo2d9  
#73 Posted : Friday, April 24, 2020 6:51:31 AM(UTC)
Le-bo2d9

Rank: Advanced Member

Groups: Registered
Joined: 3/25/2019(UTC)
Posts: 38
Belgium

Thanks: 1 times
Was thanked: 5 time(s) in 5 post(s)
Originally Posted by: Edy Santos Go to Quoted Post
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

MichelVRT  
#74 Posted : Tuesday, April 28, 2020 9:27:42 PM(UTC)
MichelVRT

Rank: Newbie

Groups: Registered
Joined: 4/21/2020(UTC)
Posts: 4
Belgium
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.
tridenator  
#75 Posted : Monday, May 11, 2020 12:50:28 PM(UTC)
tridenator

Rank: Newbie

Groups: Registered
Joined: 12/2/2016(UTC)
Posts: 6
Location: Uruguay

Thanks: 3 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:

UserPostedImage
UserPostedImage

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!
Jahuer  
#76 Posted : Friday, July 31, 2020 6:00:48 AM(UTC)
Jahuer

Rank: Newbie

Groups: Registered
Joined: 7/25/2020(UTC)
Posts: 5
Bolivia
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
elgarf  
#77 Posted : Friday, July 31, 2020 8:37:01 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 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?
Jahuer  
#78 Posted : Tuesday, November 10, 2020 1:11:42 PM(UTC)
Jahuer

Rank: Newbie

Groups: Registered
Joined: 7/25/2020(UTC)
Posts: 5
Bolivia
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?
elgarf  
#79 Posted : Tuesday, November 10, 2020 6:29:37 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 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.
Jahuer  
#80 Posted : Sunday, November 15, 2020 12:00:08 PM(UTC)
Jahuer

Rank: Newbie

Groups: Registered
Joined: 7/25/2020(UTC)
Posts: 5
Bolivia
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?
Users browsing this topic
Guest
5 Pages«<2345>
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.