fzwoch / obs-webkitgtk

Yet another OBS Studio browser source
GNU General Public License v2.0
8 stars 4 forks source link

Alerts aren't working, but other websites are able to load #6

Closed rightpad closed 7 months ago

rightpad commented 7 months ago

I've tried from multiple providers (Twitch & StreamElements), and verified that simulated events are correctly being triggered by having them play in a separate browser outside of OBS (Firefox). Full websites will load, but the alert element URLs never play.

OS: Fedora 39 OBS Version: 30.0.0-rc2 (64-bit)

obs-studio-plugin-webkitgtk version: 0~git20231023.3c0978b

fzwoch commented 7 months ago

image

Works with Streamlabs at least. Perhaps check if no proprietary codecs are being used on the alerts?

rightpad commented 7 months ago

No proprietary codecs as far as I can tell. When I looked in the firefox webdev tools, the audio is coming through as a wav, and all the animations are HTML/CSS based. I also noticed that the WebKitGTK sources do not appear in the audio mixer as a source to adjust levels. Does the plugin have the capability of playing audio?

fzwoch commented 7 months ago

No, there is no audio support.

rightpad commented 7 months ago

Thanks. Seeing how I wasn't able to get the plugin working and there's no audio support, I've decided to use a build of OBS built with the included browser-source plugin at compile time. I appreciate the help with diagnosing the issue, best of luck with the project.