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
JohanSpijker  
#1 Posted : Monday, May 8, 2017 5:19:01 PM(UTC)
JohanSpijker

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 ?


DWAM  
#2 Posted : Monday, May 8, 2017 5:37:44 PM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
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
JohanSpijker  
#3 Posted : Monday, May 8, 2017 6:07:25 PM(UTC)
JohanSpijker

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")

smudge1977  
#4 Posted : Thursday, November 8, 2018 8:40:08 AM(UTC)
smudge1977

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 Go to Quoted Post
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
Users browsing this topic
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.