I want to control CasparCG Client with OSC so i can push a button in Companion and start a Group.
I found the syntax: /control/UID/play but nothing happend. I also used some Apps like @Maurice78Simple Remote Trigger
nothing happend.
I did just that. In the 2.0.8 it doesn’t save the OSC settings and in the 2.2.0 nothing happens. When I address CasparCG Client via the Websocket it reacts.
function doFunction(){ var ws = new WebSocket("ws://127.0.0.1:4250/"); ws.onopen = function(){ws.send('{"path" : "/control/17/play", "args" : [1]}')};
Is it possible something is blocking my OSC commands? Or is it a bug in the client?
//edit
Ok I have now tested Companion and the client on another system. (Mac OSX) Controlling the server from both the client and Companion works fine only OSC doesn’t work on the Mac itself or remotely to the client on a Windows machine.
Hi, have been running a previous realise of clint 2.2.0, and server for a couple of years. Updated to latest, even latest Companion a few days ago, everything seemed to work fine.
When I now start the machine, all at the same. It does not work to send OSC from Campanion to Caspar. Where am I looking? Can not see that gate has changed anywhere, gets frustrated.