Krzysztof Zegzula

Results 7 comments of Krzysztof Zegzula

I stumbled upon the same issue with Qt 6.2.3 and MSVC 2019. It turns out that my compiler needs `QX_GCC_WORKAROUND_TEMPLATE_SPEC_INLINE` to be defined as `inline` to stop these errors.

In case anybody needs a quick and dirty fix, as I had, change https://github.com/SuperFlyTV/casparcg-connection/blob/24c8170186acb08de2230c8629d3b1bd6475f576/src/lib/ResponseParsers.ts#L325 to `return i`, or maybe something like `return { name: i }` I did not investigate...

What is the purpose of doing this conversion here? NDI converts to UYVY/UYVA internally, and AFAIK it uses vector instructions, so it does this as fast as a CPU can...

Hi! Did you get any chance to test the fix? I have a node-vmix build that includes the fix running 24/7 for some time now and my issue appears to...

I'll gladly participate on behalf of TV 2 Norge. As LSG and Stable API users we're mostly interested in the future of how Sofie can be interacted with from the...

> Rewrite the child in wasm. Correct me if I'm wrong, but aren't threads in WASM also built on top of the platform features (Web Workers / Worker Threads)? Rewriting...

I would like to suggest one more thing that the option of restoring a Rundown Playlist snapshot for debugging could do, which is not deleting Playlist's `activationId`. It would be...