Bug Report Stream freezes like crazy

Sska

New Member
Hello, I was using OBS for some time and it was perfect choice for me, but today when I updated till latest version my stream started spiking. The only solution was to lower bitrate, but I did check my upload speed(thought maybe ISP going mad today) and it was good as usually. I am not really sure what to do =/
I also tried to lower fps, lower resolution, lower stuff basically, but the only option was, again, to lower bitrate :(
Here is my log:
Code:
Open Broadcaster Software v0.452a - 64bit ( ^ω^)
-------------------------------
CPU Name: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
CPU Speed: 3292MHz
Physical Memory:  8131MB Total, 5029MB Free
stepping id: 7, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 4, total cores 4
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 560 Ti  
  Video Adapter Dedicated Video Memory: 1025966080
  Video Adapter Shared System Memory: 3221372928
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1920x1080
------------------------------------------
Loading up D3D10...
Using 5.1 speaker setup
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 1920, height: 1080
    preset: veryfast
    CBR: no
    max bitrate: 3000
    buffer size: 3000
    quality: 9
------------------------------------------
using shared texture capture
SO_SNDBUF already at 172032
bufferTime: 2855, outputRateWindowTime: 1000, dropThreshold: 3355
Total frames rendered: 1503, number of frames that lagged: 3 (0.20%) (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: 6.504 ms] [avg calls per frame: 1] [children: 92.1%] [unaccounted: 7.9%]
| scene->Preprocess - [0.0308%] [avg time: 0.002 ms] [avg calls per frame: 1]
| video encoding and uploading - [92.1%] [avg time: 5.988 ms] [avg calls per frame: 1] [children: 44.1%] [unaccounted: 47.9%]
| | CopyResource - [0.384%] [avg time: 0.025 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [3.44%] [avg time: 0.224 ms] [avg calls per frame: 0]
| | call to encoder - [39.4%] [avg time: 2.56 ms] [avg calls per frame: 0]
| | sending stuff out - [0.938%] [avg time: 0.061 ms] [avg calls per frame: 0]
==============================================================

p.s Big thank you to Jim, such a nice software!
 

R1CH

Forum Admin
Developer
Re: Stream spiking like crazy

What do you mean by spiking? Your log shows no frame drops or other apparent issues.
 

Sska

New Member
Re: Stream spiking like crazy

R1CH said:
What do you mean by spiking? Your log shows no frame drops or other apparent issues.

I meant that my stream freezes every 4 seconds for like 1-4 seconds.
 

Sska

New Member
Re: Stream spiking like crazy

I did not check vods tbh, but I asked another person to check stream and it was freezing.

EDIT: Just recorded new vod and yes, it is freezing there as well :cry:
 

Muf

Forum Moderator
Re: Stream spiking like crazy

Sska said:
EDIT: Just recorded new vod and yes, it is freezing there as well :cry:
Freezes that show up in the VOD should be in the log as "dropped frames", and freezes that don't show up in the VOD are bugs in the network code. If your system was unable to handle encoding or similar, it should show up as long frame processing time (>33ms) in the profiler results. If your freezes show up in the VOD and aren't noted as dropped frames, and the profiler shows 6ms frame processing, then there is something wrong with your capture source. Are you using a capture card? If so, are the drivers up to date? Are you using software capture or game capture?

EDIT: Nevermind, I see that you're using game capture. It might be something related to that.
 

Sska

New Member
Re: Stream spiking like crazy

Are you using a capture card? If so, are the drivers up to date?
You mean video card? If so, then yes, drivers are up to date.
Also I am using game capture 64 bit WOW client. As well as 64 bit Binaries of OBS.

So far, thank you very much guys, did not expect such a swift replies :)
 
Top