Seriously, I F**ING LOVE THIS PLUGIN !
I can make my own plugins using my webdev skills, this is pure awesomeness ! Very smooth animations, transparency, nothing's missing!
There is juste one little issue, the browser is not always refreshed in video in some cases. For examples :
- Stop and start streaming when nothing changed in the web page, the browser only shows up after something visible changed on it.
- When some elements that were not fully loaded such as webfonts do not show up once they're loaded.
The workaround is to force the browser to be updated periodically, for example by adding an almost invisible transparent blinking pixel.
I'm experiencing issues with HTML5 videos and audio, they don't seem to be playing at all, none of the following works in OBS (but works in Firefox and Chrome) :
Code:
var snd = new Sound('file.mp3');
snd.play();
However, it works with a Flash MP3 player. These days, using a Flash Player to play a single sound file is like using a trebuchet to kill a fly...
Keep up the good job ;)