I'm using Construct 3 to make a live interactive mini-game for the live broadcaster to interact with his audience, I noticed that OBS's BrowserSource can open web pages directly through OBS itself, I plan to host the game on my website, and Use OBS's BrowserSource function to directly capture the game, but after my actual measurement, I found that OBS's BrowserSource can't load the game correctly, it doesn't even appear on the loading screen, only a pure solid color screen.
I found on the Internet that OBS itself does not support Webgl, so I need to enable the GPU. I did enable the GPU for testing, but my game still cannot be opened.
I found a few Webgl games on the Internet, all of them can be loaded and even played correctly, I don't know where I am wrong
I hope someone can tell me, or is it because I have enabled Worker or a feature that most other browsers support, but BrowserSource doesn't support, so I can't open it?