Question / Help Why does my stream lag/buffer/load for my viewers when playing PUBG, & others

Your GPU is fully loaded from the game you play, so OBS and VCE isn't able to process and encode the video:
Code:
23:08:02.601: Output 'adv_stream': Total frames output: 232062 (233847 attempted)
23:08:02.601: Output 'adv_stream': Total drawn frames: 190998 (337193 attempted)
23:08:02.601: Output 'adv_stream': Number of lagged frames due to rendering lag/stalls: 146195 (43.4%)
23:08:02.601: Output 'adv_stream': Number of dropped frames due to insufficient bandwidth/connection stalls: 1785 (0.8%)
23:08:02.605: ==== Streaming Stop ================================================
23:08:02.931: Video stopped, number of skipped frames due to encoding lag: 234478/234846 (99.8%)
How to fix: limit the fps of your game to the monitor refresh rate by activating vsync and/or activating some frame limiter. Your game must not use 100% of the GPU.
 
Back
Top