Question / Help Dropping frames, not sure why

Broachster14

New Member
Hi all, I started using OBS pretty recently, after I got an HD PVR2 from Hauppauge. I'm not sure why I am dropping frames, but then again, my settings may be way off, i'm new to this. Here are some specs:
Samsung Series 7 Chronos:
8gb ram
Intel Core i7-3615QM CPU @2.30GHz
NVIDIA GeForce GT 630M
Download speed: 25mbps
upload speed: 15mbps

OBS Settings:
Quality Balance = 10
Max Bitrate = 3000
Buffer Size = 3000
Resolution = Custom = 796x448 (used the select region size tool for this)
Streaming from my xbox via the Happauge
CPU never goes above 30%
From my observations, frames will drop in groups, sometimes 500 or so at a time, then run smooth for a while, and repeat.
 

Broachster14

New Member
Code:
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 796x448
  Output resolution: 796x448
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Using auxilary audio input: Microphone (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: MP3
    bitrate: 192
Using Window Capture
Using Window Capture
------------------------------------------
Video Encoding: x264
    fps: 42
    width: 796, height: 448
    preset: faster
    CBR: no
    CFR: no
    max bitrate: 3000
    buffer size: 3000
    quality: 10
------------------------------------------
Total frames rendered: 18244, number of frames that lagged: 1 (0.01%) (it's okay for some frames to lag)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 796x448
  Output resolution: 796x448
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Using auxilary audio input: Microphone (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: MP3
    bitrate: 192
Using Window Capture
Using Window Capture
------------------------------------------
Video Encoding: x264
    fps: 42
    width: 796, height: 448
    preset: faster
    CBR: no
    CFR: no
    max bitrate: 3000
    buffer size: 3000
    quality: 10
------------------------------------------
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-lax.justin.tv/app
bufferTime: 1402, outputRateWindowTime: 1000, dropThreshold: 1902
RTMPPublisher::BufferedSend: Socket buffer is full (408398 / 408576 bytes), waiting to send 1837 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (408398 / 408576 bytes), waiting to send 1837 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (406927 / 408576 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (406927 / 408576 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (405306 / 408576 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (407916 / 408576 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (408162 / 408576 bytes), waiting to send 3310 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (408140 / 408576 bytes), waiting to send 632 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (408315 / 408576 bytes), waiting to send 632 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (404974 / 408576 bytes), waiting to send 3848 bytes
Total frames rendered: 17840, number of frames that lagged: 1 (0.01%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 628 (1.8%), Number of p-frames dropped: 2230 (6.6%), Total 2858 (8.4%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 7.46 ms] [avg calls per frame: 1] [children: 34%] [unaccounted: 66%]
| scene->Preprocess - [26.5%] [avg time: 1.975 ms] [avg calls per frame: 1]
| video encoding and uploading - [7.52%] [avg time: 0.561 ms] [avg calls per frame: 1] [children: 7.4%] [unaccounted: 0.121%]
| | CopyResource - [0.255%] [avg time: 0.019 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.067%] [avg time: 0.005 ms] [avg calls per frame: 0]
| | call to encoder - [7.01%] [avg time: 0.523 ms] [avg calls per frame: 0]
| | sending stuff out - [0.067%] [avg time: 0.005 ms] [avg calls per frame: 0]
==============================================================
 
Top