2

I am trying to use backdrop-filter in an info webpage that I am building for streaming. I would like to use backdrop-filter to blur a part of an HTML5 canvas of the website.

If my knowledge is correct, OBS Browser implements Chromium and in Chromium this can be turned on with the Experimental Web Platform Features flag.

Is there a way to turn this on in OBS Studio?

1 Answer 1

2

I figured it out finally: I had to add the following to the command line arguments: --enable-experimental-web-platform-features

I also need webgl support, so the final shortcut looks like this for me:

"C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe" --enable-gpu --enable-experimental-web-platform-features 
7
  • Is this still working for you? I've copied "C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe" --enable-gpu --enable-experimental-web-platform-features to my short cut and still have the initial issue on github.com/obsproject/obs-browser/issues/41 Commented May 3, 2018 at 8:58
  • Hi, yes it still works for me. I just tested both OBS 20.1.3 and 21.1.0 and both versions worked for me.
    – molbal
    Commented May 3, 2018 at 9:06
  • Hmm okay. I use 21.1.0 on Windows and accessing get.webgl.org through OBS for instance gives me error. I run my shortcut with your example but no dice. Do you know which release you are using? github.com/obsproject/obs-browser/releases Commented May 3, 2018 at 9:16
  • Okay this issue seems to be limited to my specific Windows 10 computer. My Windows 7 computer works accordingly Commented May 3, 2018 at 11:01
  • Hey, do you still need help? Sorry was occupied lately
    – molbal
    Commented May 4, 2018 at 20:29

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .