node-caspar-cg
node-caspar-cg copied to clipboard
CasparCG interface for node.js
It's been a while since I worked on this. Just submitting now in case anyone was having problems with client leakage due to reconnects.
If a connection is made with the reconnectionInterval option set, an issue arises when the CasparCG service is not available: timeout is called on 'connectionError' and on 'disconnected', creating 2...
Took a liking to this project and I'm gonna implement it on an open source project. Noticed a small typo here: https://github.com/respectTheCode/node-caspar-cg/blob/master/lib/data.js#L45 Fix to dataObJectToXml. Thanks!
#23
CLS outputs something like this: "TESTPATTERNS/1080P2500_TEST_A" MOVIE 809223 20160331173428 50 1/25 .....etc.... My guess is that the attribute names are as follows: `File, type, length, date, framesTotal?, fps?` Also while...