I like this software so I wanted to mention what I've found:
As you've probably noticed, trying to use software capture in Windows 8 has a tendency to drop your system's framerate down. On two independent machines I had my games drop in framerate from 60fps down to 45 when attempting to stream. This is obviously unacceptable for anything where split second timings are required. (Dustforce in my case.)
Looking into it, I was noticing that despite admin privileges for OBS, and the disable Aero button being checked, the glassy Frames of Aero were not disappearing. I attempted to turn this off manually. As it turns out, while you can turn off the glassy frames, you cannot disable the underlying problem: Windows Desktop Window Manager.
http://msdn.microsoft.com/en-us/library/windows/desktop/hh848042(v=vs.85).aspx
Turns out Windows 8 simply cannot have this turned off. You'll notice a comment at the bottom of the article from a developer complaining about such with OpenGL. If you do some more searching around you'll discover some comments from Microsoft essentially saying tough luck.
Playing around with this some more, I found a workaround in the form of not capturing the whole desktop (which inherently invokes the Windows DWM). Simply capturing individual windows (interior for sure, but I had success with the whole window as well) popped me back up to 60FPS on the machines I tested it on. Note that even if the window was taking up the entire screen so that the end result is exactly the same the frame rate is not diminished at all.
In the end I learned to fiddle about more with scenes and capture windows and am better off for it. Only thing I wish now is if there were ways to script triggers between scenes. But I suppose I could write that myself...
TLDR:
Windows DWM is a bigger problem than Aero
Windows 8 can't turn off DWM
Capturing Individual Windows does increase performance.
As you've probably noticed, trying to use software capture in Windows 8 has a tendency to drop your system's framerate down. On two independent machines I had my games drop in framerate from 60fps down to 45 when attempting to stream. This is obviously unacceptable for anything where split second timings are required. (Dustforce in my case.)
Looking into it, I was noticing that despite admin privileges for OBS, and the disable Aero button being checked, the glassy Frames of Aero were not disappearing. I attempted to turn this off manually. As it turns out, while you can turn off the glassy frames, you cannot disable the underlying problem: Windows Desktop Window Manager.
http://msdn.microsoft.com/en-us/library/windows/desktop/hh848042(v=vs.85).aspx
Turns out Windows 8 simply cannot have this turned off. You'll notice a comment at the bottom of the article from a developer complaining about such with OpenGL. If you do some more searching around you'll discover some comments from Microsoft essentially saying tough luck.
Playing around with this some more, I found a workaround in the form of not capturing the whole desktop (which inherently invokes the Windows DWM). Simply capturing individual windows (interior for sure, but I had success with the whole window as well) popped me back up to 60FPS on the machines I tested it on. Note that even if the window was taking up the entire screen so that the end result is exactly the same the frame rate is not diminished at all.
In the end I learned to fiddle about more with scenes and capture windows and am better off for it. Only thing I wish now is if there were ways to script triggers between scenes. But I suppose I could write that myself...
TLDR:
Windows DWM is a bigger problem than Aero
Windows 8 can't turn off DWM
Capturing Individual Windows does increase performance.