Bug Report Dropped Frames really fast?

ItsKens

New Member
Just wondering if its normal for the dropped frames to just pile up super fast and if not whats the problem?

Code:
Open Broadcaster Software v0.452a - 64bit ( ^ω^)
-------------------------------
CPU Name: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
CPU Speed: 3605MHz
Physical Memory:  8142MB Total, 5906MB Free
stepping id: 9, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 8, total cores 4
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 680
  Video Adapter Dedicated Video Memory: 2091581440
  Video Adapter Shared System Memory: 2147479552
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
------------------------------------------
Audio Encoding: AAC
    bitrate: 192
------------------------------------------
Video Encoding: x264
    fps: 60
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    max bitrate: 5000
    buffer size: 2000
    quality: 8
------------------------------------------
bufferTime: 2044, outputRateWindowTime: 1000, dropThreshold: 2544
Total frames rendered: 8346, number of frames that lagged: 394 (4.72%) (it's okay for some frames to lag)
Number of b-frames dropped: 2765 (19%), Number of p-frames dropped: 3676 (26%), Total 6441 (45%)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
------------------------------------------
Audio Encoding: AAC
    bitrate: 192
------------------------------------------
Video Encoding: x264
    fps: 60
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    max bitrate: 5000
    buffer size: 2000
    quality: 8
------------------------------------------
Total frames rendered: 149, number of frames that lagged: 1 (0.67%) (it's okay for some frames to lag)
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 9.404 ms] [avg calls per frame: 1] [children: 96.6%] [unaccounted: 3.45%]
| scene->Preprocess - [49.2%] [avg time: 4.625 ms] [avg calls per frame: 1]
| video encoding and uploading - [47.4%] [avg time: 4.455 ms] [avg calls per frame: 1] [children: 8.95%] [unaccounted: 38.4%]
| | CopyResource - [0.106%] [avg time: 0.01 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.0851%] [avg time: 0.008 ms] [avg calls per frame: 0]
| | call to encoder - [8.69%] [avg time: 0.817 ms] [avg calls per frame: 0]
| | sending stuff out - [0.0744%] [avg time: 0.007 ms] [avg calls per frame: 0]
==============================================================

Memory Leaks Were Detected.
 

Warchamp7

Forum Admin
Dropped frames means your network isn't capable of maintaining the Bitrate and Buffer you have set. What's your upload speed?
 

ItsKens

New Member
upload is usually 11+

Corrected..Im now doing the speed test from Virginia server same as twitch server. Getting 8
 

Warchamp7

Forum Admin
You should generally keep your bitrate and buffer the same for technical reasons. I'd try dropping your bitrate to 2000 and then moving both up a bit at a time if that works fine and you're not satisfied with the quality.
 
Top