Page 1 of 1

Remote control and content load

Posted: Fri Feb 11, 2022 17:09
by andre
Hi all
I'm thinking about buying Resolume Arena for our ledwall, but I want to install the hardware behind it and control it from the front.
I've read that some of you uses VLC or OSC, but in this way I will have to go on the back of the ledwall every time I need to load a new content.
Isn't there a manger producer like Pandora's Box or Watchout have?
Thanks,
Andre

Re: Remote control and content load

Posted: Fri Feb 11, 2022 17:38
by Zoltán
Yes, with the API you can load files to clips slots remotely. and control UI features.
https://resolume.com/support/en/restapi

Re: Remote control and content load

Posted: Fri Feb 11, 2022 17:58
by andre
Zoltán wrote: Fri Feb 11, 2022 17:38 Yes, with the API you can load files to clips slots remotely. and control UI features.
https://resolume.com/support/en/restapi
Do you mean that I need to develop my own uploader or can I upload files in the web interface?

Re: Remote control and content load

Posted: Fri Feb 11, 2022 18:32
by Zoltán
You can use curl in terminal or a command line to call the web address, so you don't necessarily need to develop.

https://resolume.com/docs/restapi/#/clip/clip_openfile

Something like this should do it
curl -X POST http://[IP_Address]:8080/api/v1/composition/layers/1/clips/1/openfile -d "file://[File_absolute_path]"

Re: Remote control and content load

Posted: Fri Feb 11, 2022 18:35
by andre
Zoltán wrote: Fri Feb 11, 2022 18:32 You can use curl in terminal or a command line to call the web address, so you don't necessarily need to develop.

https://resolume.com/docs/restapi/#/clip/clip_openfile
Well, not really user friendly.
Thanks for pointing be to this possibility

Re: Remote control and content load

Posted: Fri Feb 11, 2022 18:52
by Zoltán
You can also use VNC to connect to the machine ;)