Rank: Newbie
Groups: Registered
Joined: 10/19/2023(UTC) Posts: 2 Location: Riga
|
Hello, I have 2 pc's in network. I want to control PC2 with PC1 scripts. I wanna write a script on PC1 that triggers a function on PC2. I have enabled WEB controller on PC2 but don't know where to start in script. Could anyone give me a script example for a basic function? Thanks!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/24/2021(UTC) Posts: 508 Location: athens Thanks: 123 times Was thanked: 71 time(s) in 67 post(s)
|
Originally Posted by: Papriks Hello, I have 2 pc's in network. I want to control PC2 with PC1 scripts. I wanna write a script on PC1 that triggers a function on PC2. I have enabled WEB controller on PC2 but don't know where to start in script. Could anyone give me a script example for a basic function? Thanks! Hello. A simple example is like this Code:
Dim client = WebRequest.Create("http://192.168.10.102:8088/api/?Function=OverlayInput1&Input=2")
Dim response = client.GetResponse()
response.Close
|
|
|
|
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