If I looked at log correct it looked like trying stream and record same time. You have present on slow, change to something like veryfast or close to that. Someone else can chime in on this that might have better idea on it. Just trying share some advice from what I see. It a trial and error so keep at it.
Where can I choose to not record? I know in OBS Classic you could choose whether or not to record AND stream or just stream/record. I don't see that option on here.
It actually was just recording in the first log, and just streaming in the second log. The recording in the first log used the stream encoder (In Simple Output Mode: Settings > Output > Recording > Recording Quality > Same as stream), which is why it's listed as "simple_h264_stream".
To answer the question of how to not record and stream automatically at the same time, that setting is located at Settings > General > Automatically record when streaming. I think that setting is disabled by default.
In any case, on to your actual issue...
04:50:10.609: Output 'simple_file_output': Total encoded frames: 51920
04:50:10.609: Output 'simple_file_output': Total drawn frames: 51919
04:50:10.609: Output 'simple_file_output': Number of skipped frames due to encoding lag: 3 (0.0%)
04:50:10.609: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 19476 (37.5%)
22:14:39.538: Output 'simple_stream': Total encoded frames: 296263
22:14:39.538: Output 'simple_stream': Total drawn frames: 296263
22:14:39.538: Output 'simple_stream': Number of lagged frames due to rendering lag/stalls: 63966 (21.6%)
The issue you're having is rendering lag. Specifically, the biggest issue is getting the rendered graphics from the graphics card to the encoder, which could be an issue between the graphics card, PCI-E slot, and motherboard. You should verify that your graphics card is operating at the correct speed. You can check this with
GPU-Z. I think the max speed for the GT 710 is PCI-E 2.0 x8 (unless that's the PCI-E 3.0 x1 variant) and the GT 610 is PCI-E 2.0 x16.
You have some options to try to alleviate this:
- Set your OBS video output and game capture sources at 30 FPS or lower.
- Lower your OBS video output resolution.
- Turn down your in-game graphics settings and FPS.
- Run your game in fullscreen mode.
- Switch your main graphics card to your integrated graphics (if your motherboard has it, it might be better than the 710).
- Switch your main graphics card to the 610 for the increased graphics bandwidth but reduced graphics performance (it'll only have more bandwidth if both cards are PCI-E 2.0).
- Get a graphics card that runs at PCI-E 3.0 x16.
Incidentally, you were not experiencing encoder slowdowns, so you can probably set your encoder back to something between veryfast, fast, or medium once you solve your render lag issue, but one thing at a time here.