Ryan Foster

Results 601 comments of Ryan Foster

> 01:44:15.288: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GT 710/PCIe/SSE2 > 01:44:15.288: OpenGL loaded successfully, version 3.3.0 NVIDIA 470.199.02, shading language 3.30 NVIDIA via Cg compiler >...

Has this definitely been isolated to the capture card? If so, what capture card is this?

> Should we log if the "Ignore streaming service setting recommendation" box is checked? I forsee people coming into Discord going "why is my Twitch stream not working OBS sucks"...

> I'd personally prefer a more conservative increase, such as to 5000 or 6000 Kbps, but I do agree that this default should be increased. For the record, this is...

I've looked over this, and the one thing that gives me pause is the QTStr -> tr change in `shared/properties-view/properties-view.cpp`. This feels a little out-of-scope for this PR, and feels...

> Fwiw I have the same problem on Windows 10, is there a bug for this or should I file one? (e.g. I have to toggle some aspect of Application...

The only time I've seen this occur is if the screen goes to sleep or turns off from inactivity. I'd recommend following the debugging instructions mentioned in @gxalpha's [comment above](https://github.com/obsproject/obs-studio/issues/8320#issuecomment-1439801724)....

In C++, you can simply omit the parameter name from the function signature if you're not going to use it, like so: ``` void OBSProjector::mouseReleaseEvent(QMouseEvent *) { setCursor(Qt::ArrowCursor); } ```...

> And finally, the syntax errors are coming from the following, where the definition of `PSA_PAKE_OPERATION_INIT` is because `MBEDTLS_PSA_BUILTIN_PAKE` is defined > > ``` > #define PSA_PAKE_OPERATION_INIT {PSA_ALG_NONE, 0, 0,...

Per off-thread discussion, we're going to hold off on merging this change because removing the x86 Windows deps would make doing complete Windows legacy CMake builds of obs-studio a bit...