Trigger a clip from a web interface

Post your questions here and we'll all try to help.
Post Reply
andreamatteo.bassi
Posts: 1
Joined: Sun Mar 20, 2022 10:09

Trigger a clip from a web interface

Post 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

edwin
Team Resolume
Posts: 1207
Joined: Thu Oct 07, 2004 10:40

Re: Trigger a clip from a web interface

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

Post Reply