Auto start (play) session at startup

Hello everyone,

I was wondering if there is a way to make OSC autostart (the play button) to load the default session at startup?

Thank you all

No, you can only do that by launching OSC directly from a terminal.

Or create a desktop shorcut with the good command no ?

Yes it should work as well.

Sorry to bother, but can you please elaborate on how to do that? I am hardly a user :slight_smile:

Your computer runs Windows ? Linux ? Apple os ?

So

1- create a desktop shortcut as usual
2- change the ''cible'' (i'm French so it may differ for you)

put in that field

C:\Users\nlb\Downloads\open-stage-control-1.13.2-win32-x64\open-stage-control-1.13.2-win32-x64\open-stage-control.exe -- --load C:\Users\nlb\Desktop\exampleSession.json --port 8080

You have to customize the path to your situation. Mind the -- before adding the options.

Here i load the exampleSession.json stored on the Desktop and set the port option to 8080 (https://127.0.0.1:8080 to reach the interface)

The available options are described in Server configuration - Open Stage Control (ammd.net)

tell me if it's ok for you !

I tried. It loads my session, but without any images (and i have a lot), and server's not running.

What did i miss ?...

Comme cible, j'ai ceci, à priori tout y est :

"E:\Documents MAO\OpenStageControl\Appli\open-stage-control-1.13.2-win32-x64\open-stage-control.exe" -- --load "E:\Documents MAO\OpenStageControl\Sessions\Ma Session V2.json" --port 8080

if your image is in the same directory that your session json file, it works

It worked!
now I can remotely tuen on my server computer, leave for 10 minutes, and arrive to my studio to find everything is up and running!
Many thanks!

1 Like