Oh thank you!
I got the document SCS OSC V4-1.pdf a few weeks ago from Mike. Did you mean this?
Search found 5 matches
- Mon Sep 30, 2024 7:39 pm
- Forum: SCS General
- Topic: Control scs by http request
- Replies: 8
- Views: 8450
- Sun Sep 29, 2024 10:29 am
- Forum: SCS General
- Topic: Control scs by http request
- Replies: 8
- Views: 8450
Re: Control scs by http request
We are multimedia and theatre artists. As in each of our pieces, we deal with multimedia interaction with the audience. This time the audience is asked questions about topics from the play at certain points. You can cast with your smartphone. The answers are converted live in real time using a voice...
- Sun Sep 29, 2024 7:31 am
- Forum: SCS General
- Topic: Control scs by http request
- Replies: 8
- Views: 8450
Re: Control scs by http request
Thanks for the food for thought. I have now written a small php script for my local server that carries out this task. Here is a little code that illustrates the principle. Greetings and thanks! Andre <?php function sendOSCMessage($address, $port, $message) { // prepare OSC message $oscMessage = bui...
- Sun Sep 29, 2024 3:18 am
- Forum: SCS General
- Topic: Control scs by http request
- Replies: 8
- Views: 8450
Re: Control scs by http request
Ok. Thank you! Now I have installed the loopback adapter. Now I have in scs Settings/RemoteAppInterface the IP: 169.254.247.147 port 58000 in th cue control settings I have tried these A 169.254.247.198 B 127.0.0.1 I used this request/ command "http://localhost:58000/ctrl/go" http://localhost:58000/...
- Sat Sep 28, 2024 7:15 pm
- Forum: SCS General
- Topic: Control scs by http request
- Replies: 8
- Views: 8450
Control scs by http request
Hello, I 'm new at this forum, but a scs user for many years. Would be great to help me in the following case: We send a http request to scs. And then the cue list should go to the next cue. SCS only prompts "Remote app connection successful" We used this request/ command "http://localhost:58000/ctr...