logo

Live Production Software Forums


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

Notification

Icon
Error

64 Pages«<2122232425>»
Options
Go to last post Go to first unread
JAIRODJ  
#441 Posted : Saturday, January 27, 2018 5:15:30 PM(UTC)
JAIRODJ

Rank: Advanced Member

Groups: Registered
Joined: 9/1/2015(UTC)
Posts: 126
Man
Location: Ecuador

Thanks: 2 times
Was thanked: 16 time(s) in 12 post(s)
Hello, elgarf
I produce a music program with video clips.
And now I use a powershell script to get the title and the artist of the video and this data is sent to a xaml graphic, it is practically autonomous since in addition to obtaining the titles the script is programmed to activate the overlay (any number) to a certain time of beginning the video and before finalizing the video.
The situation or the difficulty is that it opens a console window and loads a lot of information that comes from the data that must be obtained to keep the information updated.
I consult if a function like this can be added to UTC, in the Text Field window, to handle it in a visual way with interfaces that are easier to use.
kevev  
#442 Posted : Saturday, January 27, 2018 6:30:37 PM(UTC)
kevev

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)
Looking for a way to do select entries from multiple list widgets without populating xaml overlay until after pressing a button widget. It does not look professional when entering data in the overlay one entry at at time. Is this possible?
chezter  
#443 Posted : Monday, January 29, 2018 3:52:49 AM(UTC)
chezter

Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 15

Was thanked: 1 time(s) in 1 post(s)
elgarf wrote:
@chezter, hmmm... I don't see nothing bad. You also can look into windows event log, there should be event connected with UTC, maybe it show error more clear.

There's nothing, I do not know what it can be, I'm in w10.
Eh updated graphics drivers, framework etc.
It just stops working, it's more I thought it was saturation and just leave the scoreboard active, nothing more. But the same closes automatically.
The process reduces memory varies between 300 to 1000

chezter attached the following image(s):
EDFD.png (19kb) downloaded 15 time(s).

You cannot view/download attachments. Try to login or register.
elgarf  
#444 Posted : Monday, January 29, 2018 7:27:02 AM(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)
1gb of RAM is slightly big. Mine eats about 50-100mb with my volleyball controller. Wait until next version with build date, it will be soon available, I'm working on one key shortcuts (for example 1, or just Z or etc.). It almost finished.

Maybe you using old version, or there is problem with connection of vmix and utc.

@JAIRODJ, are you taking info about tracks from vmix or from external software? I'm trying to minimize data transfer, and less queries to vmix.

@kevev, at this time you can make it through proxy xaml title, which will be invisible for anyone, and scripting (if you want I'll make an example). I'll think to make data transfer pause. Maybe for sports it not very actual.
JAIRODJ  
#445 Posted : Monday, January 29, 2018 10:53:27 AM(UTC)
JAIRODJ

Rank: Advanced Member

Groups: Registered
Joined: 9/1/2015(UTC)
Posts: 126
Man
Location: Ecuador

Thanks: 2 times
Was thanked: 16 time(s) in 12 post(s)
Basically the script gets the data through the localhost of vmix
"http://localhost:8088/API/"

After selecting the title data of the entry with the video list

List - Bruno Mars - Liquid store blues

$title_name = Liquid store blues
$title_artist = Bruno Mars

Send the information to vmix with API commands

"http://localhost:8088/API/?Function=SetText&Input=$input_no&SelectedName=$title_name&Value="
"http://localhost:8088/API/?Function=SetText&Input=$input_no&SelectedName=$title_artist&Value="

The activation of the overlay depends on the position of the video when reproduced (10 seconds after the video starts and 20 seconds before ending the video)

"http://localhost:8088/API/?Function=OverlayInput$ovin&Input=$input_no"
"http://localhost:8088/API/?Function=OverlayInput$ovout&Input=$input_no"
elgarf  
#446 Posted : Tuesday, January 30, 2018 6:49:27 AM(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)
@JAIRODJ, at this time there is no string manipulation functions in UTC. Sooo... you can achieve input title, but can't split it into parts. I can add such capabilities in later updates.

Btw, there is new version.

I made one-key shortcuts more user-friendly, so when you write something into TextField/Score/etc shortcuts like [Z] or [1] will not work. You should drop focus from widgets by pressing [Return] or clicking outside widget. Btw, [Return] or [Space] shortcuts may work weird =)

Also selection border doesn't stop if you move your mouse outside of the UTC window.

Direct download link
JAIRODJ  
#447 Posted : Tuesday, January 30, 2018 2:11:40 PM(UTC)
JAIRODJ

Rank: Advanced Member

Groups: Registered
Joined: 9/1/2015(UTC)
Posts: 126
Man
Location: Ecuador

Thanks: 2 times
Was thanked: 16 time(s) in 12 post(s)
Thanks @elgarf for your response.
Hopefully in the future you can help us with this self-titled option
regards
kevev  
#448 Posted : Wednesday, January 31, 2018 1:13:12 PM(UTC)
kevev

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)
elgarf wrote:
@kevev, at this time you can make it through proxy xaml title, which will be invisible for anyone, and scripting (if you want I'll make an example). I'll think to make data transfer pause. Maybe for sports it not very actual.


Yes an example would be great. Also can we have my request officially supported in a later version? It would be easier than using a proxy xaml. :)

One more request: I think you answered me on this one previously, but I have not seen the feature added. For the Score widget, it would be nice if we could manually set the score buttons values manually as US Football uses +1, +2, +3, +6. Also could we have -1, -2, -3, -6 buttons? Can you please please please add this option? Or maybe just duplicate the Score widget for football and maybe other sports in the menu of widget options? :)

https://en.wikipedia.org.../American_football_rules

Thank You so very much for UTC! It has saved us from headaches.
elgarf  
#449 Posted : Friday, February 2, 2018 2:06:22 AM(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)
I've updated UTC with Score styles (basic/basketball/american football) and some functions for string manipulation.

@kevev, download new version, please. Also there is example to using proxy title.

@JAIRODJ, I can make sample for auto overlay music titles, but it's not so time accurate =) you can trigger overlay at +-5 sec time from your desired time point.

First post
JAIRODJ  
#450 Posted : Friday, February 2, 2018 9:52:04 AM(UTC)
JAIRODJ

Rank: Advanced Member

Groups: Registered
Joined: 9/1/2015(UTC)
Posts: 126
Man
Location: Ecuador

Thanks: 2 times
Was thanked: 16 time(s) in 12 post(s)
Hello, if you would help an example of how to use the new functions for self-title in music clips.
Thank you
tkachuk.alex  
#451 Posted : Friday, February 2, 2018 10:11:09 AM(UTC)
tkachuk.alex

Rank: Advanced Member

Groups: Registered
Joined: 7/8/2016(UTC)
Posts: 49
Man
Ukraine
Location: Ukraine

Thanks: 11 times
Was thanked: 5 time(s) in 3 post(s)
Hi!
Have a problem. I use UTC on laptop connecting via ethernet to vmix PC. But few days ago it suddenly close and now don't work.
When I try to open UTC, it started and closed after 30-40 sec. The IP and PORT field are empty. I try to enter valid IP and Port and press Update State but nothing happens, and UTC closed after 30-40 sec. I try to create button or Text field, anything, but nothing happens, and UTC closeed.
Maybe I need some Windows components to reinstall, or something else? Please help
elgarf  
#452 Posted : Friday, February 2, 2018 10:48:54 AM(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)
@tkachuk.alex, try to remove vMix UTC folder into your documents folder. If log is enabled, show me your log file.
tkachuk.alex  
#453 Posted : Friday, February 2, 2018 11:47:03 AM(UTC)
tkachuk.alex

Rank: Advanced Member

Groups: Registered
Joined: 7/8/2016(UTC)
Posts: 49
Man
Ukraine
Location: Ukraine

Thanks: 11 times
Was thanked: 5 time(s) in 3 post(s)
elgarf wrote:
@tkachuk.alex, try to remove vMix UTC folder into your documents folder. If log is enabled, show me your log file.

Thx. I check log, and there was a mistake at ip adrees saved before. There was "," instead ".". So I fix this parametr at xml, and everything work perfectly.
But, some information for you. I change IP at last game, and make this mistake in UTC, I remember this, after State update, I saw this and then I fix it at UTC, and UTC work great. But somehow at xml he saved ip with mistake.
chococrispis35  
#454 Posted : Monday, February 5, 2018 6:16:51 AM(UTC)
chococrispis35

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'm using UTC for baseball and I've created 3 buttons for balls, strikes and outs, how can I reset balls and strikes in each out, and the fourth ball resets strikes?
elgarf  
#455 Posted : Monday, February 5, 2018 7:26:00 AM(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)
@chococrispis35, You can enable reset shortcut for strikes and balls score widgets, name them and make button with two ExecLink commands.
thanks 1 user thanked elgarf for this useful post.
chococrispis35 on 2/6/2018(UTC)
chezter  
#456 Posted : Monday, February 5, 2018 8:12:20 PM(UTC)
chezter

Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 15

Was thanked: 1 time(s) in 1 post(s)
I still have the error, it closes only after a few minutes that goes well.
I have come to the events of errors and I have caught this.
chezter attached the following image(s):
error.jpg (307kb) downloaded 18 time(s).

You cannot view/download attachments. Try to login or register.
elgarf  
#457 Posted : Monday, February 5, 2018 8:33:22 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)
@chezter, There is ".Net Runtime" error right below your, occured at the same time. It should help a little more.
chezter  
#458 Posted : Monday, February 5, 2018 11:54:59 PM(UTC)
chezter

Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 15

Was thanked: 1 time(s) in 1 post(s)
elgarf wrote:
@chezter, There is ".Net Runtime" error right below your, occured at the same time. It should help a little more.

show this
chezter attached the following image(s):
error 2.png (16kb) downloaded 7 time(s).

You cannot view/download attachments. Try to login or register.
elgarf  
#459 Posted : Tuesday, February 6, 2018 12:07:22 AM(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)
Hmmm... What about "Details" tab?
kevev  
#460 Posted : Tuesday, February 6, 2018 5:42:59 PM(UTC)
kevev

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)
elgarf wrote:
I've updated UTC with Score styles (basic/basketball/american football) and some functions for string manipulation.

@kevev, download new version, please. Also there is example to using proxy title.

@JAIRODJ, I can make sample for auto overlay music titles, but it's not so time accurate =) you can trigger overlay at +-5 sec time from your desired time point.

First post


Thank You elgarf!!!!! You are my hero! The new Score styles work great! Also thank you for the proxy example.

Another request I have, if possible, is a list widget that handles images and a button widget that handles images. This would allow for quickly changing an image in an overlay.

I am still having the issue where after using UTC for more than 30 minutes it gets slugish. Clicking buttons and lists take a very log time to react. This gets worse as time goes by.
I am wondering if it is the logging that is causing this issue. I have "Enable Log" un-checked and UTC still creates logs. They get very big over time(over 20MB). Can you verify that
un-checking the box disables all logging?
Users browsing this topic
Guest (6)
64 Pages«<2122232425>»
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.