Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
elgraf: and cpu is overloaded
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
Originally Posted by: elgarf Hi,elgarf,Can I control "colour key"?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
Elgarf i tested, the audio, is fixed, working fine, but on change title to next row the video freezes, and cpu-Vmix up to 69%. On version of utc 24-03-2019 working fine, and other suggestion: the buttons always are black, only outline change the color, you can modify the button color y select a color for inside for each button and not only outline? Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@郭子涵, if there is no API functions for this, you can't ( @chococrisps35, I don't change anything related next/previous row or scripting at all. Can you switch on log, and send me it?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
i need your email elgarf for send the log
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 1/14/2018(UTC) Posts: 153 Location: Texas
Thanks: 6 times Was thanked: 9 time(s) in 5 post(s)
|
Great work Elgarf!
Some suggestions:
1.) On the score input widget, when setting to zero "0", the vMix overlay index does not show a zero. It actually shows blank. Any way to make the zero actually show?
2.) Some widgets allow selecting an index for editing. Others only allow entering an index number. It would be easier if all widngets had pull down menus to allow us to select the index.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@kevev,
1) I'll try to fix this. 2) Not sure I understood you, indexes are not in list format into button widget, because of expression into index field.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 1/14/2018(UTC) Posts: 153 Location: Texas
Thanks: 6 times Was thanked: 9 time(s) in 5 post(s)
|
Originally Posted by: elgarf @kevev,
1) I'll try to fix this. 2) Not sure I understood you, indexes are not in list format into button widget, because of expression into index field. What I mean is can we have all of the widget types have a pulldown menu for selecting the index name that the widget changes? Some widgets only have a text field for entering an index number. That is not good as we have to guess the index number.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@kevev, you can see index number into API result from http://127.0.0.1:8088/api For example, here is my script for updating score, based on set number. I can't use dropdowns in [Index] property, because my indexes are not predefined =( Annotacija 2019-10-15 141905.png (62kb) downloaded 9 time(s).Btw, there is no dropdowns only in button script
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@chococrispis35, I still waiting log=(
|
|
|
|
Rank: Member
Groups: Registered
Joined: 7/29/2018(UTC) Posts: 19 Location: England
Thanks: 9 times
|
Hi elgarf,
Been a while since I was able to get on the forum - hope everyone's ok :-) I would like to run two instances of UTC - one on a tablet and the other on the local laptop running VMix. I'm able to do this but there is a small issue. The reason behind running two instances is:
1. Quite often there is only one person controlling four separate streams (VMix and UTC on each one) so if some of the workload can be done by other people then that's a bonus.
2. Because of this I'd like the Referee at the table to control the scoring and the stream control desk can do everything else.
It seems to work well but if the REFEREE tries to update the score after I'VE changed something within UTC then it doesn't function without the REFEREE pressing 'Sync' first (and vice versa). (Capitals only used to differentiate between the two instances - I'm really not shouting).
Is there any way to have the two instances auto sync to address this issue? Maybe something that could be switched on or off to suit people's requirements.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Snooker Loopy, you can make button, which call sync every N seconds, script should be like: 1) UpdateState 2) Timer 1000 (or less or more) 3) GoTo 1
You also can execute this script on UTC startup.
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 7/29/2018(UTC) Posts: 19 Location: England
Thanks: 9 times
|
Originally Posted by: elgarf @Snooker Loopy, you can make button, which call sync every N seconds, script should be like: 1) UpdateState 2) Timer 1000 (or less or more) 3) GoTo 1
You also can execute this script on UTC startup. @elgarf, Thanks for your advice, think I've got the button working correctly but not sure how to execute on UTC start up. Do I put a tick in the box for 'Execute After Load' to achieve that part? Also, do I need to do the script on both instances of UTC?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 1/14/2018(UTC) Posts: 153 Location: Texas
Thanks: 6 times Was thanked: 9 time(s) in 5 post(s)
|
Originally Posted by: elgarf @kevev, you can see index number into API result from http://127.0.0.1:8088/api For example, here is my script for updating score, based on set number. I can't use dropdowns in [Index] property, because my indexes are not predefined =( Annotacija 2019-10-15 141905.png (62kb) downloaded 9 time(s).Btw, there is no dropdowns only in button script I am not sure I understand. I did look at the API. The images indexes are not listed. Is this why UTC is not able to just have a list of the images index for setting? If this is true, is there another way to get the images indexes?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Snooker Loopy, yep. Tick "Execute After Load", so script executes on loading your controller.
If you want see changes from referee, you can make this button on both controllers, BUT I think you can get problems with syncing (what if referee and you change one title at the same time)?
The best way is make completely different controllers for each person, I think.
@kevev, that's not as simple. 1) You can select index from dropdown menu in text field, score, etc. because that's simple widgets, they do one thing and nothing else. 2) Button is scriptable - it can do anything you want, but there are some inconveniences. One of them - indexes are not in dropdown list, mainly because index can be calculated from another values.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 1/14/2018(UTC) Posts: 153 Location: Texas
Thanks: 6 times Was thanked: 9 time(s) in 5 post(s)
|
Originally Posted by: elgarf @Snooker Loopy, yep. Tick "Execute After Load", so script executes on loading your controller.
If you want see changes from referee, you can make this button on both controllers, BUT I think you can get problems with syncing (what if referee and you change one title at the same time)?
The best way is make completely different controllers for each person, I think.
@kevev, that's not as simple. 1) You can select index from dropdown menu in text field, score, etc. because that's simple widgets, they do one thing and nothing else. 2) Button is scriptable - it can do anything you want, but there are some inconveniences. One of them - indexes are not in dropdown list, mainly because index can be calculated from another values.
Would it be possible to make a simple button widget?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/18/2014(UTC) Posts: 84
Was thanked: 10 time(s) in 8 post(s)
|
EDIT: SOLVED! I found @DWAM's post A newbie question here. Is it possible to use an if statement to drive the data in a text field? Here is what I am trying to do on a simple level. I have a period selection and I am using two separate text fields to have two different fonts and sizes for text. When I select Period 1 I would like to have an if statement that is something like "If Period = 1 then PeriodEndText = ST". Currently what I am doing is just manually selecting 1 and the typing ST in a text field I placed beside it. It works that way I am just trying to make it a bit more dummy-proof. lol Thanks for the help
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@kevev, not sure it will be such useful =( Btw, I'll think about it. Maybe there will be helper for scripting.
@curtismacd31, good to know you found solution. Scripting is also possible, but solution with list widget is simplier.
|
|
|
|
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