Bug Report FPS not going above 5

penorzilla

New Member
Hello,

I am having an issue since the most recent update. When I Preview or Stream, my FPS will start at ~30 and then immediately drop to 4-5 fps range. This is seen in the OBS program at the bottom right hand side where it tells me the FPS. Because of this my streaming is extremely choppy.

Here is my log file(It seems that a lot of frames are lagging):

**Note**
If I restart my computer, the first preview will run flawlessly at 30FPS, but when I stream it'll drop to 5.

I have reset my Options and nothing seems to fix this issue.

Code:
Open Broadcaster Software v0.47a - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
CPU Speed: 3104MHz
Physical Memory:  4095MB Total, 4095MB Free
stepping id: 5, model 10, family 6, type 0, extmodel 0, extfamily 0, HTT 1, logical cores 8, total cores 4
Windows Version: 6.2 Build 9200 
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 285
  Video Adapter Dedicated Video Memory: 1046151168
  Video Adapter Shared System Memory: 3220779008
------------------------------------------
Adapter 2
  Video Adapter: Microsoft Basic Render Driver
  Video Adapter Dedicated Video Memory: 0
  Video Adapter Shared System Memory: 268435456
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1920x1080
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (High Definition Audio Device)
------------------------------------------
Using auxilary audio input: Microphone (USB camera)
------------------------------------------
Audio Encoding: AAC
    bitrate: 192
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 15
    width: 1920, height: 1080
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 3300
    buffer size: 6300
    quality: 10
------------------------------------------
SharedTexCapture hooked
SharedTexCapture hooked
Total frames rendered: 26, number of frames that lagged: 18 (69.23%) (it's okay for some frames to lag)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 151.074 ms] [avg calls per frame: 1] [children: 99.5%] [unaccounted: 0.502%]
| scene->Preprocess - [0.0291%] [avg time: 0.044 ms] [avg calls per frame: 1]
| video encoding and uploading - [99.5%] [avg time: 150.272 ms] [avg calls per frame: 1] [children: 99.5%] [unaccounted: 0.0053%]
| | CopyResource - [98%] [avg time: 147.991 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.000662%] [avg time: 0.001 ms] [avg calls per frame: 0]
| | call to encoder - [1.5%] [avg time: 2.272 ms] [avg calls per frame: 0]
| | sending stuff out - [0%] [avg time: 0 ms] [avg calls per frame: 0]
==============================================================
 

paibox

heros in an halfshel
For some reason, CopyResource (copying the texture from your video card to send it to the encoder) is taking obscenely long. Does this happen even if you're not capturing a game?

Otherwise, try to limit your frame rate in the game you're capturing, or lowering the settings, to make sure that the video card has some processing power left over for rendering the frame and sending it to main system RAM for the encoder to deal with it.

I've personally used a GTX 260 with OBS without any major issues, so your video card shouldn't be the problem here, but a game maxing out your GPU definitely could.
 

penorzilla

New Member
It does it when looking at the Desktop, playing a game or anything.

I have used both Software Capture and Game Capture same problem.

I didn't use it for a month or so, and then I finally used it again and I get this problem.

I installed and used XSplit, that works fine but I like the lightweighted-ness of OBS, and the open source.

My Graphics drivers are up to date as well.
 

paibox

heros in an halfshel
Ah, one more question. Is the stream itself actually choppy as well? A friend of mine, who has a GTX 480, has a problem similar to this. The preview window updates at some really low frame rate, possibly around four or five frames per second, but the stream looks fine. Have links to any recorded videos on Twitch?
 

paibox

heros in an halfshel
Ah nope, no videos. Either you've got Twitch set to not record your broadcasts or you have them set to private. (A lot of people have their recordings set to private, so nothing weird in that case.)

Also damn, that sucks. I'm not quite sure what to suggest, bar a reinstall or borrowing a video card from someone and trying that one instead... maybe downgrading your drivers, actually? I know I use a pretty old set of drivers for my GTX 260, since the new ones aren't working so great for me with that card.
 

penorzilla

New Member
Meh, I'll just use XSplit for now I suppose. I noticed it work half the time and then just explode the other half.
 

Grimio

Member
Do you have the newest drivers installed for your GPU? Unlikely that this is the cause, but it's worth a try.
 
Top