Page 1 of 1

Send tcp-command

Posted: 14 Aug 2017 18:44
by sbourghardt
Hi,
In september we will start broadcasting a live morning show toghether with anothe station using Station Playlist. They will listen to our broadcast via a stream. But every 25 minutes we will have to start their commersial block via a TCP-command.

I wonder if it's possible and how I set up a TCP-command that will send the command "Play" via IP.

Re: Send tcp-command

Posted: 14 Aug 2017 19:11
by radio42
You can use the control-command EXEC_SEND_TCP, e.g.:

Code: Select all

EXEC_SEND_TCP 192.168.0.1:8042|Play

Re: Send tcp-command

Posted: 15 Aug 2017 14:54
by sbourghardt
Thanks