HTML Template rolls through stop marker

I have been using Bodymovin/Lottie → Streamshapers Ferryman and when I play out my template, it rolls through the full animation without a stop. If I hit the stop command, it plays from the stop marker. When using Streamshapers templates, the template stops on the markers and proceeds after the next command. Server is 2.4.0, Client is 2.3.0.

This is an error in your templates JavaScript code and not in Caspar. So if you want to have help ask the streamshaper guys or at least post your template here.

Hey @chewy, I just found you request here. Even if we solved you problem in our Discord, I want to present the solution here for everyone too.

The problem is, that your markers needs to have a length/duration. The template doesn’t play from one marker to the next marker - it plays the hole “start” marker duration on “PLAY” and the “stop” marker duration on “STOP”. Even the “next1” … “next2” … markers works like that.
After playing a marker, the player stops on the last frame of it. If you double click the marker in AfterEffects you can add a duration to it. Otherwise you can add it right in StreamShapers Ferryman.

You can find the necessary conventions for Aftereffects here:

Hope that helps for your next templates :slight_smile: