Remote control and content load

Post your questions here and we'll all try to help.
Post Reply
andre
Posts: 6
Joined: Fri Feb 11, 2022 17:02

Remote control and content load

Post 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

Zoltán
Team Resolume
Posts: 7537
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Remote control and content load

Post 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
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

andre
Posts: 6
Joined: Fri Feb 11, 2022 17:02

Re: Remote control and content load

Post 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?

Zoltán
Team Resolume
Posts: 7537
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Remote control and content load

Post 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]"
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

andre
Posts: 6
Joined: Fri Feb 11, 2022 17:02

Re: Remote control and content load

Post 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

Zoltán
Team Resolume
Posts: 7537
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Remote control and content load

Post by Zoltán »

You can also use VNC to connect to the machine ;)
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

Post Reply