I had the same problem and stumbled upon
this note that says you can pass flags to the OBS shortcut and they will be forwarded to the chromium browser source.
Adding those flags improved the performance of my browser sources immensely:
Code:
"C:\Program Files\obs-studio\bin\64bit\obs64.exe" --ignore-gpu-blacklist --enable-zero-copy --disable-software-rasterizer --enable-native-gpu-memory-buffers --disable-gpu-vsync --enable-gpu
Hello !
Can you please elaborate a bit how did it help with the performance ? Like.. consuming less ? Working better ? What kind of obs browser sources did you use ? ( some are heavy )
Also, any issues that you came across while having those flags ? Please provide some specs, too <3
Also, I wanted to point out that you have this flag : --ignore-gpu-blacklist that on the note you provided , it says it should be --ignore-gpu-blocklist ( not blacklist )
And that within the code, last thing that can be seen is --enable-gpu but there are 13 options with a follow-up, nothing with just " --enable-gpu ", if you could complete the follow-ups, please <3 Thank you !