Choppy Gameplay in OBS

zootie101

New Member
I am pretty new to owning a pc, but I've been streaming from a laptop and ps5 for some time now. Ever since I switched to my new pc, I have not been able to get decent gameplay in OBS. I have tried every setting I could think of, but just can't figure it out. I've attached an OBS log for reivew. Please explain like I am 5 lol.

This was an attempt to run at 1280x720 at only 30 fps and I was still having lots of lag only on OBS
 

Attachments

  • 2024-12-16 18-11-00.txt
    15.3 KB · Views: 7

ciinTri

Member
Try disabling Game DVR via the steps in the link below, I recommend following Method 3 with Registry Editor. It is known that Game DVR can cause performance issues.

After that, keep running OBS in administrator mode to allocate dedicated resources to OBS. This should solve your encoding lag. Simply right click OBS and run as administrator.
Screenshot 2024-12-17 081611.png


Lastly, I recommend using Auto-Config Wizard if you don't know how to properly configure your encoder settings.
Screenshot 2024-12-17 082124.png


After doing the aforementioned steps, do a test recording for about 30 seconds and send a log file again.
 

zootie101

New Member
This seemed to make things run MUCH more smoothly. Thank you so much for the help. Here is the log file.
 

Attachments

  • new.txt
    15.2 KB · Views: 10

ciinTri

Member
Can you follow option two in this link? You can just download Disable_game_recording_for_captures.reg then run the file. Game DVR didn't seem to get completely disabled.

Did you use auto config-wizard? It's odd that it ended up using x264 encoder rather than hardware (h.264).
Can you set the output mode to simple in the settings and use "Hardware (H.264)"
Screenshot 2024-12-17 092702.png
 

zootie101

New Member
It seems like the DVR is still stuck on. I switched the encoder and ran the file. The recording is still unwatchable unfortunately
 

Attachments

  • why.txt
    15 KB · Views: 10

ciinTri

Member
Let's redo disabling GameDVR/Gamebar again. Run CMD in admin mode and copy and paste these commands, then restart your pc. You can just copy and paste the entire thing inside the quote.
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\System\GameConfigStore" /v "GameDVR_Enabled" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowGameDVR" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\AllowGameDVR" /v "value" /t REG_DWORD /d 0 /f

Try recording again after doing the above.

If it doesn't work, your vertical canvas (third party plugin) could be the culprit. Try recording in Safe Mode.
Screenshot 2024-12-17 015609.png
 
Top