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
mixsystem  
#1 Posted : Wednesday, October 30, 2019 6:26:21 AM(UTC)
mixsystem

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
doggy  
#2 Posted : Wednesday, October 30, 2019 7:14:46 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 921 time(s) in 760 post(s)
Yes
mixsystem  
#3 Posted : Wednesday, October 30, 2019 7:21:13 AM(UTC)
mixsystem

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?
doggy  
#4 Posted : Wednesday, October 30, 2019 8:53:33 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 921 time(s) in 760 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
mixsystem  
#5 Posted : Wednesday, October 30, 2019 5:28:43 PM(UTC)
mixsystem

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
doggy  
#6 Posted : Wednesday, October 30, 2019 6:43:34 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 921 time(s) in 760 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
Users browsing this topic
Guest
Similar Topics
Scripting a file name change (General Discussion)
by Jp12687 1/23/2024 11:44:03 PM(UTC)
vmix scripting overlays (General Discussion)
by Kekso_10 10/23/2023 11:31:39 PM(UTC)
Scripting if statements (General Discussion)
by Papriks 10/19/2023 7:25:44 AM(UTC)
vMix 27 feature request for Scripting (Feature Requests)
by WatsonPrunier 9/28/2023 1:11:00 AM(UTC)
Strange scripting issue (General Discussion)
by nomski 8/30/2023 5:40:19 PM(UTC)
Right click copy/paste in Scripting (Feature Requests)
by WaltG12 5/14/2023 6:14:17 AM(UTC)
Global parameters in scripting and more dynamic values (Feature Requests)
by Mano Bakker 4/14/2023 8:52:32 PM(UTC)
Vscheduler 2023-Alternative way for vmix scripting (3rd Party Software and Development)
by nikosman88 4/13/2023 9:00:32 AM(UTC)
Goal Scripting question (General Discussion)
by Salleman 3/21/2023 10:01:15 PM(UTC)
Brain has Exploded - Scripting (General Discussion)
by Simsyuk 3/1/2023 4:23:48 AM(UTC)
Titling & scripting help/thoughts (General Discussion)
by MSFTGuruGuy 2/26/2023 3:21:22 AM(UTC)
WEB SCRIPTING - LOOP (General Discussion)
by GHz 1/16/2023 11:56:24 PM(UTC)
Scripting DataSource multiple rows (General Discussion)
by cchhita 1/14/2023 2:18:36 AM(UTC)
Scripting .net - Get button / Joystick / Midi values? (3rd Party Software and Development)
by Tuomas 1/6/2023 8:55:29 PM(UTC)
Mix2, Mix3 switching with web scripting (General Discussion)
by gre2gor 11/7/2022 8:05:02 PM(UTC)
Vmix Scripting | How can I get into a variable a DynamicValue (3rd Party Software and Development)
by mateogallegotv 9/14/2022 6:23:19 PM(UTC)
Scripting for Virtual sets (General Discussion)
by Paul Camino 9/14/2022 8:16:49 AM(UTC)
vb.net scripting - first layer of input to preview (General Discussion)
by AdiA 7/12/2022 3:02:50 PM(UTC)
vMix VB.Net Scripting Environment Improvements (Feature Requests)
by engelschall 6/28/2022 3:59:28 AM(UTC)
Custom User Information on Inputs for Scripting and Commenting (Feature Requests)
by engelschall 6/26/2022 9:47:27 AM(UTC)
Game made with Scripting (3rd Party Software and Development)
by svetotehnik 6/17/2022 2:09:29 AM(UTC)
Scripting and function calls (General Discussion)
by richardnottv 5/28/2022 4:47:40 AM(UTC)
Scripting: Set PanX Y & Zoom Overlay Type PictureInPicture (General Discussion)
by SPbAG 5/15/2022 11:24:13 PM(UTC)
Scripting Alert (General Discussion)
by Oreille1 4/26/2022 9:30:50 PM(UTC)
Clear Contents with Scripting (GT)
by MitchDevlin 4/12/2022 8:23:12 PM(UTC)
[SCRIPTING] REST API Client (General Discussion)
by gpdipalmerahtimur 4/5/2022 2:50:18 PM(UTC)
OVERLAY SCRIPTING (General Discussion)
by Suhil 3/16/2022 7:52:25 AM(UTC)
Real Input Cloning through vMix Scripting (General Discussion)
by engelschall 3/14/2022 8:01:09 PM(UTC)
Audio Sidechain Compression through vMix Scripting (General Discussion)
by engelschall 3/14/2022 7:41:25 PM(UTC)
Scripting: I'd like to pass a Dynamic Input value from one script to another (General Discussion)
by sojorner 3/13/2022 7:44:30 AM(UTC)
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.