SuperFlyTV / casparcg-connection

node.js Javascript/TypeScript library for CasparCG connection and commands.
https://www.npmjs.com/package/casparcg-connection
MIT License
87 stars 22 forks source link

Image Scroller? #206

Open dvdavide opened 6 months ago

dvdavide commented 6 months ago

I have looked everywhere but I can't seem to find a way to play an image scroller. When I create one from within the CasparCG client, the command that the server receives are simply:

LOADBG 1-15 "CREDITS" SPEED 2 BLUR 2 AUTO or PLAY 1-15 "CREDITS" SPEED 2 BLUR 2

These commands work if I enter them from the console, but from what I tried within casparcg-connection the speed and blur parameters are ignored and I just get the credit roll squeezed into the height of the page.

I also attempted using the custom command as per the last update #205 but I could not make it work.

Could anyone show me if there is a way to play the image scroller, or alternatively an example of how to format the custom command?

Thank you for your attention.