Rank: Advanced Member
Groups: Registered
Joined: 10/19/2015(UTC) Posts: 41 Location: Italy
|
Good evening, in the scripting function you want to run http strings to command other objects on the internal network, can I do it? thank you I await answers greetings Hector
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/19/2015(UTC) Posts: 41 Location: Italy
|
do I have to enter this string? http: // admin: admin@192.168.200.119/cgi-bin etc. etc. how can I do?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
Quote:do I have to enter this string? http: // admin: admin@192.168.200.119/cgi-bin etc. etc. how can I do? Maybe explain what you want to achieve also google: vb.net httprequest and/or webrequest
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/19/2015(UTC) Posts: 41 Location: Italy
|
I would like to run this script to send commands to devices outside vmix
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
to turn your coffee maker on (i'm guessing) Quote: Code:Dim request As WebRequest = WebRequest.Create("http://x.x.x.x:xxxx/brewcoffee")
Dim response As HttpWebResponse = request.GetResponse()
Console.WriteLine((CType(response, HttpWebResponse)).StatusDescription)
response.Close()
as mentioned before: google: vb.net httprequest and/or webrequest there are plenty of examples to be found
|
|
|
|
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