OBS Stream Frame Rate Drops But Recording Is Fine

When streaming and recording simultaneously in OBS Studio, experiencing a sudden drop in stream frame rate while your recording remains perfectly smooth points to a specific set of issues. This article provides a step-by-step troubleshooting guide to help you identify and resolve this mismatch, focusing on network instability, encoder overload, and OBS configuration settings that impact stream delivery without affecting local recordings.

1. Analyze the OBS Stats Dock

The first step is to identify whether the frame drops are caused by your network or your hardware.

  1. In OBS Studio, go to the top menu and select View > Docks > Stats.
  2. Look at the three main frame drop categories:
    • Dropped Frames (Network): If this number is increasing, your internet connection cannot handle the streaming bitrate. This is the most common reason why streams lag while local recordings remain smooth.
    • Frames missed due to rendering lag: This indicates a GPU bottleneck.
    • Skipped frames due to encoding lag: This indicates a CPU or GPU encoder bottleneck.

If the Stats dock shows “Dropped Frames (Network),” your computer is encoding the video perfectly (which is why the recording is smooth), but your connection cannot upload it to the streaming platform.

3. Check for Dual Encoder Conflicts

If you are using two different encoders—one for streaming and one for recording—your system might be overloaded.

  1. Go to Settings > Output and set the Output Mode to Advanced.
  2. Check the Streaming tab and the Recording tab.
  3. If you are using different encoders (for example, x264 for streaming and NVIDIA NVENC for recording), your system has to work twice as hard.
  4. The Fix: Set both streaming and recording to use the same hardware encoder (such as NVIDIA NVENC, AMD HW, or Intel QuickSync). Under the Recording tab, you can select (Use stream encoder) to save system resources.

4. Run OBS Studio as Administrator

Without administrator privileges, Windows may not prioritize OBS Studio’s GPU demands, prioritizing your game instead. This can cause the streaming thread to lag while the recording thread stays stable.

  1. Right-click on your OBS Studio shortcut.
  2. Select Run as administrator.
  3. To make this permanent, right-click the shortcut, go to Properties > Compatibility, check Run this program as an administrator, and click Apply.

5. Disable Windows Game Mode and HAGS

Sometimes Windows background features conflict with OBS Studio’s ability to allocate resources evenly between streaming and recording.