vMix Forums
»
General
»
3rd Party Software and Development
»
scripting: send UDP command to external device
Rank: Advanced Member
Groups: Registered
Joined: 11/13/2016(UTC) Posts: 42 Location: Brugge
Thanks: 5 times Was thanked: 1 time(s) in 1 post(s)
|
Hello, Would it be possible to send and UDP (or http) command out of VMIX to an external device ? Maybe in a script ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
Vb.net scripts should allow this, but it's difficult to confirm with so little information
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/13/2016(UTC) Posts: 42 Location: Brugge
Thanks: 5 times Was thanked: 1 time(s) in 1 post(s)
|
I want to send a string to an external device like a brightsign player by udp (or tcp-client) commands over the network. the brightsignplayer listens on a specific port.
so I hoped there was a vb.net command/script like this:
UDPClient.Connect("10.0.0.141", 11000) UDPClient.Send("play")
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/3/2014(UTC) Posts: 58 Location: UK
Thanks: 19 times Was thanked: 4 time(s) in 1 post(s)
|
Originally Posted by: JohanSpijker I want to send a string to an external device like a brightsign player by udp (or tcp-client) commands over the network. the brightsignplayer listens on a specific port.
so I hoped there was a vb.net command/script like this:
UDPClient.Connect("10.0.0.141", 11000) UDPClient.Send("play")
Did you get a solution please? UDP you woud just send the command btw. I want to send a telnet command on a custom port but i can not define a variable of type tcpclient which is at the route of any examples i can find Thanks Keith
|
|
|
|
vMix Forums
»
General
»
3rd Party Software and Development
»
scripting: send UDP command to external device
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