does anyone have a copy of the previous version of CLR Browser Source, the one that did have SingleProcess support? With the performance issues using multiple CLR widgets, I cannot use more than 3 global without having to restart them mid-broadcast to bring back original performance.
THis needs to be the version of CLRBS that used Chrome 31 I believe.
And when I say performance issues, I am mainly talking in the area of CSS transitions and animations and the framerate of said animations. I do quite a bit of animations, and in the previous version I used (with Chrome 31 as the engine), everything always worked at nearly browser speeds. now, after about 3 browser sources are running, the framerate of the CSS animations drops to around 15fps or less (regardless of what fps setting I have for each source).
I have tired it with and without the CSS Hardware Acceleration trick (using
-webkit-transform: translate3d(0, 0, 0); ). No difference, the framerate still suffers with more than 3 sources.
All the sources I use are just HTML, JavaScript, CSS and images, with some web fonts as well. No Flash what so ever.
I dont see any increased CPU or memory usage when the slowdowns occur, and everything else in OBS appear to run fine.