Sam Gardner
Sam Gardner
I'm currently wrangling bmdcapture into QtCreator for a different purpose (headless capture and playout), but once I have it set up with Qt5 and qml I would be willing to...
I have indeed - I've been looking at a few projects over the past few months, libbmd, ffmpeg's relatively new decklink device classes and bmdtools. bmdtools appears to be the...
Hi, I have some code on a project of mine I can modify and push here to meet your request - just have a couple of questions: 1. My code...
1. I suppose its just setting up different swscale contexts for different specified file types - just large chunks of setting up that pipeline. No problem. 2. I'll do that...
I noticed that I was receiving the following in my connection watchdog code and found it was coming internally from the library: QNativeSocketEngine::bind() was not called in QAbstractSocket::UnconnectedState The call...
Thanks for the response. I could only find m_connectionTimer, which every 1 second if no data has been received calls handleConnectionTimeout, which emits disconnected. Within the library I can't see...
From what I've gathered with these switchers, it seems they continually ping all clients regardless of control signals to the switcher in a ping/pong protocol. I think this is why...