Ryan Foster

Results 601 comments of Ryan Foster

> > The next major part is updating `obs-studio`'s build system to support ARM64 on Windows, which requires some extensive rewrites as the build system implicitly only knows Windows as...

> Well, we could release a alpha version that lacks that feature, put a huge dialog with huge font, that is non-dismissible for 30 seconds, saying that by continue using...

This is getting noisy, and I would _really_ like to keep comments here to reviewing the code changes rather than policy, thanks.

Any test builds would likely be provided on PRs on the [obs-studio repo](https://github.com/obsproject/obs-studio). In the meantime, I would like to keep comments focused on review or feedback from people who...

I don't think we can update to libsrt 1.5.3 or we'll run into the issues linked in #240. Restating that, if possible, I'd like to see the patches for SRT...

As discussed off-thread with @PatTheMav , updating libsrt to 1.5.3 has known issues in OBS Studio on Windows. These are supposedly resolved in libsrt 1.5.4, which is not yet out/stable....

I do see that. We don't currently ship them with OBS Studio itself because they aren't needed. Qt's default configuration is "dynamic OpenGL". The old [Qt 5.15 build instructions](https://doc.qt.io/qt-5/configure-options.html#opengl-options-for-windows) explain...

Are the OpenGL DLLs copied in the obs-studio Qt Charts PR in CMake 3? Does Qt Charts fail to work if the OpenGL DLLs are not in the obs-studio directory?

> > **Update** With Pat's help I managed to compile without any openGL dependence. > > **Update** With the update from 6.4.3 to 6.5.2, QtMultimedia fails to build when one...

I did some digging and it looks like `-DQT_BUILD_TOOLS_BY_DEFAULT:BOOL=OFF` is the culprit here. We can try setting it back to ON just in the qttools configuration. I filed [QTBUG-125067](https://bugreports.qt.io/browse/QTBUG-125067) in...