logo

Live Production Software Forums


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

Notification

Icon
Error

Options
Go to last post Go to first unread
Hoof  
#1 Posted : Tuesday, September 8, 2020 3:27:38 AM(UTC)
Hoof

Rank: Newbie

Groups: Registered
Joined: 9/8/2020(UTC)
Posts: 2
United States

Thanks: 1 times
Hello all,
I am new to vMix and might be missing something obvious. I built an application that uses the vMix API to update a scoreboard title. This title has game clock, scores, quarter and down and yards to go (American Football). Everything works great when the title is in both the preview and live windows, but as soon as I put something else in the preview window the title stops updating on the live screen.


This is an example call my application makes to change the clock:
http://localhost:8088/API/?Function=SetText&InputTitle=CustomScoreboard.gtzip&SelectedName=Clock.Text&Value=7:33

and to change the score looks like this:
http://localhost:8088/API/?Function=SetText&InputTitle=CustomScoreboard.gtzip&SelectedName=HomeScore.Text&Value=27

Why does the title stop updating when it's not in the preview window?

Thank you for any help with this!
stigaard  
#2 Posted : Tuesday, September 8, 2020 4:34:10 AM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 380 times
Was thanked: 100 time(s) in 79 post(s)
InputTitle is not a valid parameter in the url. It should be Input with the value of the input UUID, number or name.
thanks 1 user thanked stigaard for this useful post.
Hoof on 9/8/2020(UTC)
Hoof  
#3 Posted : Tuesday, September 8, 2020 5:23:48 AM(UTC)
Hoof

Rank: Newbie

Groups: Registered
Joined: 9/8/2020(UTC)
Posts: 2
United States

Thanks: 1 times
Originally Posted by: stigaard Go to Quoted Post
InputTitle is not a valid parameter in the url. It should be Input with the value of the input UUID, number or name.


Thank you so much! This fixed it.

I guess I should have RTFM before just using someone else's example of updating a title.
Users browsing this topic
Guest
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.