Adrian Schollmeyer

Results 69 comments of Adrian Schollmeyer

I just got it working with CEF 77.1.12, but I had to uninstall CEF after installing the files to the plugin directory to make it work. And I have no...

Can you provide any log files? Starting OBS in the terminal gives you log output.

Maybe #59 can help you if you figure out how to stop some of the scripts that are running.

obs-browser had a similar issue (obsproject/obs-browser#78). Apparently CPU usage can be resolved by enabling hardware acceleration and that should be not that hard to implement (as far as I have...

Should be fine if you pass these args using the provided source properties window.

Exactly. I've also noticed that using many keyframe animations can cause high CPU usage.

So it seems to fail demuxing the stream with ffmpeg. This is probably not related to obs-linuxbrowser itself, but rather a problem CEF of ffmpeg.

If you use PulseAudio, you can create a Null sink and point the CEF source via pavucontrol to that Null sink (or a Combine sink if you want to monitor...

Maybe we can implement an automatic device switch every time the source gets activated (as I did with automatic reload on scene activation)

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setSinkId You could use a custom JavaScript to set the output device of the media elements in your website manually. @marcmagus