Daniel Büchele

Results 14 comments of Daniel Büchele

I'm running into the same issue. Here is what is happening for me. I wanted to use this package in an Electron environment. This means `fetch` as a browser API...

No, I had my own implementation for Tallys, when the ATEMs didn't offer support for this. But some devices now have a way to connect Tally lights. However, I am...

How would a integration of Hyperdeck support look like? Does Hyperdeck has it's own SDK we would need to integrate in our app? Before deciding whether we add this or...

So basically we could send strings with the commands to `/hyperdeck/sendCommand`. The software would just take care of opening the connection.

This approach allows us to support any kind of commands and not needing to update the software when new commands become available. We can still have "shortcuts" for certain commands.

So what would the UI look like? We just need an IP for the hyperdeck, and a connection indicator showing a green light while connected. Is there anything else we...

Not sure if this is a good fit for atemOSC. If so, I would definitely prefer something more subtle than a button which is not needed in normal operation. What...

I agree. However, this seems not to be possible right now with electron: https://github.com/electron/electron/issues/3547

Oh wow! Turns out, I was just stupid. Thanks for pointing this out, I didn't realize the "Image" section was clickable itself and assumed that I had to select something...

The `?continue` query param is for the redirect URL is added by directus and is not specific to the oauth flow, is it? This makes me think we should be...