Question / Help Stream fine - Gameplay choppy

Krazy

Town drunk
I'm not sure that unchecking actually prevents the source from being active, I think it just stops it from being displayed.
 

Bensam123

Member
What Krazy said. I think that may be counterintuitive and not very well described. Xsplit also had the same issue. As long as the sources are in the scene, they're active, even if they aren't displayed. I'm pretty sure the check box just controls the opacity.

This should probably be noted somewhere so people don't get confused as to what the checkbox actually does (unload the source instead of modifying opacity).
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
The source is actually technically semi-active (just not calling the render function), this is a bug, and will be fixed in the next version. Webcams/capture cards don't technically count as they function differently, so they will always be active
 

MrrLee

New Member
Okay so I made a new Scene and made one for Software and one for Game Capture. Software one when I was playing lagged on stream, though Game Capture runned 99% flawlessly!

VoDs(If anyone cares):
http://sv.twitch.tv/mrrrrlee/b/364947665 - Game capture
http://sv.twitch.tv/mrrrrlee/b/364949601 - Software Capture

Thanks everyone for the suggestions and for helping me, Krazy seemed to have the right answer my specific problem and will hope Jim shall fix the bug :)

Log if you need it for help with coding.

Code:
Open Broadcaster Software v0.47a - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz
CPU Speed: 2798MHz
Physical Memory:  4091MB Total, 1731MB Free
stepping id: 5, model 14, family 6, type 0, extmodel 0, extfamily 0, HTT 1, logical cores 8, total cores 4
Windows Version: 6.1 Build 7601 S
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: ATI Radeon HD 5700 Series
  Video Adapter Dedicated Video Memory: 1063890944
  Video Adapter Shared System Memory: 1876684800
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (High Definition Audio Device)
------------------------------------------
Using auxilary audio input: Microphone (High Definition Audio Device)
------------------------------------------
Audio Encoding: MP3
    bitrate: 160
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 2000
    buffer size: 2000
    quality: 10
------------------------------------------
SharedTexCapture hooked
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-ams.justin.tv/app
bufferTime: 1983, outputRateWindowTime: 1000, dropThreshold: 2483
SharedTexCapture hooked
Total frames rendered: 5069, number of frames that lagged: 6 (0.12%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (High Definition Audio Device)
------------------------------------------
Using auxilary audio input: Microphone (High Definition Audio Device)
------------------------------------------
Audio Encoding: MP3
    bitrate: 160
Using Monitor Capture
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 2000
    buffer size: 2000
    quality: 10
------------------------------------------
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-ams.justin.tv/app
bufferTime: 1923, outputRateWindowTime: 1000, dropThreshold: 2423
Total frames rendered: 7877, number of frames that lagged: 420 (5.33%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (High Definition Audio Device)
------------------------------------------
 
Top