We covered how to identify the cause of frame drops or unstable bitrate in the Unstable Bitrate section.

If the Stats panel in OBS shows dropped frames under “Dropped Frames (Network)”, it means there are issues with packet generation or transmission.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-81b1-b233-f8c747d6f590-image.png


To diagnose and resolve these issues, follow the steps below:

  1. Review and address any suggestions provided by the OBS log analyzer. Instructions
  2. Ensure you're using the best server based on your location. In your StreamVi dashboard, go to Settings.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-818b-8f70-e95e328bbbd2-image.png


Click the Run Ping Tests button.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-8195-8879-e2ac5e985d3f-image.png


After that, each server will be pinged. Identify a few with the lowest ping and test your upload speed to them using the Speed Test button.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-81af-b284-ee93120a8c46-image.png

Typically, a ping under 100ms is acceptable, especially when using mobile internet. Wired connections should have lower pings.


Once you click Speed Test, a window with a speed graph will appear.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-81d0-b3b4-cad6909a4808-image.png

Make sure you select a server for which your upload speed exceeds your set OBS bitrate with a comfortable margin.


You can find your current bitrate setting in OBS under Settings → Output → Bitrate.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-81c9-af8c-d21641e99cd3-image.png

If the test result shows an upload speed lower than your set bitrate (e.g., the test shows 22 Mbps but OBS is set to 30,000 Kbps or 30 Mbps), reduce your bitrate to a safe level — for example, 18,000 Kbps. This provides headroom for possible fluctuations in your internet connection.

If you're confident your internet plan provides higher speeds but still experience issues, it's recommended to run a route trace — more on that below.


Important Note:

ISPs typically advertise download speeds, but live streaming depends on upload speeds — these are different values.

You can check your connection speed using speedtest.net, selecting the same region as chosen in StreamVi. However, note that Speedtest displays average speeds, which may vary — sometimes higher, sometimes lower. Also, Speedtest and our service may use different hosting providers and routes (explained below).

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-815f-8495-efa4b0a55945-image.png


Key Detail:

Speedtest results are approximate because it uses small data packets, which don’t reflect full upload channel utilization. Our built-in speed test is more accurate as it uses larger packets and better simulates real streaming conditions.


Diagnosing Server Connection Issues with PingPlotter

PingPlotter is a tool that accurately identifies network issues along the route to a server. The free version is sufficient. Download it from: https://www.pingplotter.com

Your internet connection to a game or streaming server passes through many intermediate nodes (routers), forming a route. These nodes may include your local network, your ISP, backbone providers, or data centers.

If any node along the route experiences congestion, delays, or packet loss, it can affect your connection — causing high ping, lag, or disconnections.

PingPlotter traces the route and simultaneously pings each node using ICMP requests, allowing you to see:

  • Where latency (ping) increases
  • Where packet loss occurs
  • Whether the issue is consistent or intermittent
  • Whether the values remain stable over time (important for identifying peak-time congestion)

Each node is shown as a separate line, allowing you to spot, for example, that ping is stable up to hop 5, but spikes and packet loss begin at hop 6 — this is likely the bottleneck.

To begin, enter the server's address and click “Play”:

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-819f-8b68-f1a9c1be7568-image.png

The longer PingPlotter runs, the more accurate the results become, capturing data on stability, load spikes, and packet loss. You can run it in the background — it uses minimal bandwidth and doesn't interfere with internet use or other tasks.


Let’s look at a test example where the server is far from your current location:

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-812a-a200-d45567042773-image.png


🔍 Traceroute Analysis: Identifying the Problem

The graph shows data for each hop, including:

  • PL% (Packet Loss %) — the percentage of packet loss
  • Avg / Max / Cur — average, maximum, and current latency
  • Visual latency graph on the right per node

🔴 Key Observations:

  1. Hops with dashes show 100% packet loss but don’t affect the connection

    These nodes ignore ICMP requests (common with firewalls or routers) and don’t affect the next hops. Ignore them unless loss continues beyond.

  2. The first hop is your local router. Latency is normal for local traffic, but not ideal here due to Wi-Fi use.

  3. Hop 15: 36.8% packet loss and increased latency (71.3 ms)

    IP: 92.53.93.157 — this node is where the real issues begin:

    • Latency increases sharply
    • The graph shows high, spiking pings
  4. Always analyze from the top down, addressing problems at the closest possible hop first.


🧠 Conclusion

From the trace, we can conclude:

  • The bottleneck is at hop 15 — 92.53.93.157, owned by a hosting provider. This is where actual packet loss and rising latency begin and continue downstream.
  • Previous hops with loss are false positives — they don’t affect further hops and are common in ICMP-blocked routers.
  • The lower graph shows consistent loss over time, meaning the problem is ongoing and not just a temporary spike.

You can use this trace to contact your ISP, pointing out the specific problematic node. Alternatively, send it to our tech support team — we’ll help analyze it and prepare a message for your provider if needed.

PingPlotter includes a handy “Share” → “Create Share Page” feature so you can quickly generate a link to your test results.

1ee1d7c4-dfdf-802e-b647-d67f230c4d45%2F1ee1d7c4-dfdf-81b3-a851-d5d92ce1bb12-image.png