Command rest

Hello Forum…

I’m trying to get the REST Command System to work between two broadcasters as a Client Server.

So, I went to the configuration/remote control module: I configured the server on our Mairlist Server (With Multiinstance)

Then I created the command in my Mairlist Client. It’s connected via VPN, so there’s no problem opening ports. I opened ports 9300, TCP, and UDP in Windows Defender on the Server as Inbound Ports.
In the client, I used the command “PLAYER 1-1 PAUSE/STOP.”

When I run the command, nothing happens.

Does anyone have any ideas to resolve this problem ?

If there is no error message regarding the REST connection in the log then it might be this problem:

The command for manually starting/stopping/pausing a player only works if the Playlist is in Assist mode.

So in Auto mode you‘d need to chain it with the command to switch from Auto to Assist.

AUTOMATION 1 OFF; PLAYER 1-1 PAUSE/STOP

I don’t know if the chaining is possible via REST too. You might need to test it.