Julian Waller
Julian Waller
Thanks, this is a good start. I'll wait until its a bit more filled out before merging though. Also the future ideas all sound like good things to do I...
That's great to hear :) My original motivation for this library was for cross platform usage (primarily linux for myself as that doesn't have support from the official sdk)
I shall try and include some simple examples here soon. Until then, perhaps these will help you get started on sending: https://github.com/GuildTV/atem-keyboard/blob/master/AtemKeyboard/Program.cs And receiving: https://github.com/GuildTV/xplosion-gfx-atem-bridge/blob/master/XplosionGFXKeyTie/XplosionGraphicsLinker.cs
There is a component here which will build a state object of the atem, but everything here is very poorly documented so it is a bit hard to find. You...
This does look like it would be possible for us to support (using the `localAddress` property when opening the connection). But I have to question whether we should, as this...
I don't think there is anything for us to do here, unless someone can argue why this can't be done with routing by the os
nodejs is dropping support for 32bit windows in I think node 23 https://github.com/nodejs/node/pull/53184 electron may continue to support it for releases beyond that point
Yes, I use this daily through https://github.com/bitfocus/companion-satellite, so it is actively maintained. There isn't a whole lot to do other than updating dependencies as it works, but if there was...
> * How far can the controller be taken away from the receiving dongle before loosing connectivity? I haven't tried pushing it, but it is working for me mostly fine...
I don't remember how the sleep behaves, I don't use that portion myself