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
|
|
|
|
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
|
1 user thanked Mathijs for this useful post.
|
|
|
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