Hi Max,
This is a known issue regarding version 9.9.1 and 'Send TCP Messages (String)' 's underlying rosstalk.sendMessages() ogScript command.
The issue has been resolved in 9.10, which is releasing within a week.
In the meantime, if you replace the existing ogScript command to be
rosstalk.sendMessage("localhost", 5250, [your message here]);
rather than
rosstalk.sendMessage("localhost", 5250, [your message here], null);
as it was previously, this will resolve your issue on 9.9.1 and allow you to send messages to the CasparCG server.
------------------------------
Michael Quach
------------------------------
Original Message:
Sent: 05-08-2024 11:26
From: Max Rouard
Subject: Dashboard isn't sending TCP Messages
Hi,
It simply was a visual logic Send TCP Messages with 127.0.0.1 as IP, 5250 as port and the string I wanted to send (a play command).
Downloaded Dashboard today so 9.9.1
Thanks,
Max
------------------------------
Max Rouard
------------------------------
Original Message:
Sent: 05-08-2024 11:22
From: Michael Quach
Subject: Dashboard isn't sending TCP Messages
Hi Max,
Would you be able to post the ogScript being used to send the TCP message, as well as the DashBoard version where you've experienced this issue?
Thanks,
------------------------------
Michael Quach