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
ichn1  
#1 Posted : Tuesday, October 18, 2016 10:14:50 AM(UTC)
ichn1

Rank: Advanced Member

Groups: Registered
Joined: 6/25/2016(UTC)
Posts: 61

Thanks: 1 times
Was thanked: 5 time(s) in 3 post(s)
hello ,

please i need to send this request
"http://127.0.0.1:8088/api/?Function=StartStreaming" without cout

by adding a shortcut to vmix for midi device

need this to control another vmix machine


regards

Mathijs  
#2 Posted : Tuesday, October 18, 2016 6:58:10 PM(UTC)
Mathijs

Rank: Advanced Member

Groups: Registered
Joined: 5/24/2015(UTC)
Posts: 370
Location: Netherlands

Thanks: 16 times
Was thanked: 81 time(s) in 72 post(s)
Go to Settings - Scripting.
Click Add.
Paste this:

Dim client = WebRequest.Create("http://127.0.0.1:8088/api/?Function=StartStreaming")
Dim response = client.GetResponse()

Of course change the 127.0.0.1 to the ip address of the other machine you want to control.
Give your script a name at the top
Click save

Now go to Settings - Shortcuts
Click Add
Click Find
Press the key on your midi device
As Function, Click Scripting and select ScriptStart
At Value, type the name you did give the script
Click OK

Done
thanks 1 user thanked Mathijs for this useful post.
Jurgen on 6/28/2021(UTC)
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.