casparcg-connection icon indicating copy to clipboard operation
casparcg-connection copied to clipboard

Implement CALL-command

Open busla opened this issue 7 years ago • 5 comments

I´m trying to send a string from a web client to a CCG server which renders a HTML5 template. Normally I would use CALL 1-1 UPDATE STRING.

How would I implement this using casparcg-connection?

thanks 😄

busla avatar Jan 17 '17 14:01 busla

Sorry, CALL is one of the few not implemented yet. I will have a look at it.

jesperstarkar avatar Jan 17 '17 14:01 jesperstarkar

Thanks for the quick reply 😄

.. and for sharing.

busla avatar Jan 17 '17 15:01 busla

This will fix my issue in the meantime: https://github.com/respectTheCode/node-caspar-cg/blob/master/lib/connection.js#L192

busla avatar Jan 17 '17 15:01 busla

Just read this issue, I guess I could AMCP customCommand?

https://github.com/SuperFlyTV/casparcg-connection/issues/54#issuecomment-275159402

busla avatar Jan 25 '17 22:01 busla

Sure @busla, I forgot about that one.

jesperstarkar avatar Jan 27 '17 10:01 jesperstarkar

This is fixed as of version 6.0.0

mint-dewit avatar Nov 11 '22 09:11 mint-dewit