Raitch Posted May 3, 2018 Share Posted May 3, 2018 Hello, I've been for a long time making an overlay meant for OBS streams. Before I started working too much on it I confirmed that Babylon worked in OBS. However I only tested in Ubuntu/Linux OBS and it works perfectly, but found out the hard way today that I can't really get it to work for Windows OBS. Have been googling quite a bit trying to find a solution and here's what I've come up with: Both Linux and Windows OBS uses CEF. However due to some inconsistencies in Windows, they seem to differ and have GPU disabled by default I run OBS with gpu enabled I visited HTML5Test through OBS and confirmed that both WebGL and WebGL 2 were checked Yes But when trying to simply run Playground with OBS I get "Your browser does not support WebGL" error and no 3D is shown And this is basically where I'm stuck. I'm not sure if there's some other core feature missing that HTML5Test/me am missing to run babylon.js. Has anyone had similar problems before with CEF or just know what more Babylon.js requires apart from WebGL to be run? All clues are helpful at the moment. Cheers! Quote Link to comment Share on other sites More sharing options...
Raitch Posted May 3, 2018 Author Share Posted May 3, 2018 Okay so apparently I only have this issue on my Windows 10 computer and not on by Windows 7 computer when testing around. Not really sure why that's the case. Quote Link to comment Share on other sites More sharing options...
Guest Posted May 3, 2018 Share Posted May 3, 2018 I was not aware of this project. Looks really cool But unfortunately we cannot help more here as this seems related to OBS itself Quote Link to comment Share on other sites More sharing options...
JohnnyDevNull Posted May 3, 2018 Share Posted May 3, 2018 Maybe the playground has a browser check? https://stackoverflow.com/a/9851769/3634274 Or http://php.net/manual/de/function.get-browser.php Then you could test it with a local installment. Do you know the user agent of this browser? Or can you fake it? Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted May 3, 2018 Share Posted May 3, 2018 http://www.babylonjs-playground.com/#LBK25C console.log(navigator); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.