Page 1 of 1

Trigger a clip from a web interface

Posted: Sun Mar 20, 2022 10:14
by andreamatteo.bassi
Goodmorning all,
I'm trying to create a simple slideshow of photo in html. My goal is that after each image a new clip start in Arena. I think the web server is perfect for this but I can't find a way to trigger for example clip in 1,1 to start.
There's anyone can help me do this ? I'm looking for the code to put in HTML page for trigger that clip.
Thank you

Re: Trigger a clip from a web interface

Posted: Mon Mar 21, 2022 21:11
by edwin
Check the live documentation. If you have Arena running and the Webserver enabled you should be able to test this from here.

https://resolume.com/docs/restapi/

The '/composition/layers/{layer-index}/clips/{clip-index}/connect' command is the one i think you are looking for.