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
arekkipli  
#1 Posted : Wednesday, May 4, 2022 12:50:01 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
Hi everyone,
Sorry I'm new here.

So,
I have a preset of vMix that contains:
Input 1 = VIDEO
Input 2 = vMix call video
Input 3 = Still Image (Logo)

I wanna schedule auto show the logo on my vMix video output, using .bat file:

start http://192.168.x.xxx:8088/api/?Function=OverlayInput1&Input=3

but when I run that .bat, it's doesn't overlay the Input 3, instead overlay Input 2.
What's wrong with the code?

Thank you.
richardgatarski  
#2 Posted : Wednesday, May 4, 2022 1:37:47 PM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,812
Location: Stockholm

Thanks: 137 times
Was thanked: 292 time(s) in 246 post(s)
you need to specify the Value
arekkipli  
#3 Posted : Wednesday, May 4, 2022 1:43:21 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
I've tried ?Function=OverlayInput1&Value=Input&Input=3

and it's still overlays the input 2.
doggy  
#4 Posted : Wednesday, May 4, 2022 5:11:33 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,075
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: richardgatarski Go to Quoted Post
you need to specify the Value


not for the overlay function Richard
doggy  
#5 Posted : Wednesday, May 4, 2022 5:28:40 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,075
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: arekkipli Go to Quoted Post
Hi everyone,
Sorry I'm new here.

So,
I have a preset of vMix that contains:
Input 1 = VIDEO
Input 2 = vMix call video
Input 3 = Still Image (Logo)

I wanna schedule auto show the logo on my vMix video output, using .bat file:

start http://192.168.x.xxx:8088/api/?Function=OverlayInput1&Input=3

but when I run that .bat, it's doesn't overlay the Input 3, instead overlay Input 2.
What's wrong with the code?

Thank you.


try using Curl

Code:
Curl "http://127.0.0.1:8088/api/?Function=OverlayInput1&Input=3"
arekkipli  
#6 Posted : Wednesday, May 4, 2022 5:31:53 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: richardgatarski Go to Quoted Post
you need to specify the Value


not for the overlay function Richard


checked the shortcut function tabel and yes I didnt see any Value in Overlay, except multiview move or something.

For now I already got my problem solved, though I wish someone would reply for the solution :)

What I did:
1. Assign shortcut on vMix to Overlay the logo.
2. Create vbs script to press the key
3. Create bat file to automatically run the vbs.
arekkipli  
#7 Posted : Wednesday, May 4, 2022 5:37:59 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
Quote:
try using Curl

Code:
Curl "http://127.0.0.1:8088/api/?Function=OverlayInput1&Input=3"


Tried this curl too, the result still the same. (vMix overlays the Input 2)
doggy  
#8 Posted : Wednesday, May 4, 2022 5:45:10 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,075
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: arekkipli Go to Quoted Post
Quote:
try using Curl

Code:
Curl "http://127.0.0.1:8088/api/?Function=OverlayInput1&Input=3"


Tried this curl too, the result still the same. (vMix overlays the Input 2)


Well it worked here
thanks 1 user thanked doggy for this useful post.
arekkipli on 5/4/2022(UTC)
arekkipli  
#9 Posted : Wednesday, May 4, 2022 5:53:19 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
Originally Posted by: doggy Go to Quoted Post


Well it worked here


Thank you so much.

Maybe something wrong with my vMix.
I'll try later on another PC.

anyway, what version of vMix You use?

doggy  
#10 Posted : Wednesday, May 4, 2022 6:02:45 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,075
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: arekkipli Go to Quoted Post

anyway, what version of vMix You use?



what's yours ?
arekkipli  
#11 Posted : Wednesday, May 4, 2022 6:06:53 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
25.0.0.29
arekkipli  
#12 Posted : Wednesday, May 4, 2022 6:09:45 PM(UTC)
arekkipli

Rank: Member

Groups: Registered
Joined: 1/5/2022(UTC)
Posts: 11
Indonesia
Location: east java

Thanks: 2 times
Ohhh I'm sorry, I missed to add "" <-- this quote mark.

It works!
Thank you so much.
Appreciated.
doggy  
#13 Posted : Wednesday, May 4, 2022 6:12:55 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,075
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: arekkipli Go to Quoted Post
25.0.0.29


Lisence?
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.