OBS Browser: How to Use Chrome Instead of Chromium

Thanks for the reply @#Harold!

Do you know if there is a way to get OBS Browser to NOT launch in --app mode, so the Infobar will be there.?
I am developing an app that uses speech recognition, and either mic access is denied, or speech recognition is denied, or both.
 

Harold

Active Member
There's a launch option you can use that allows you to run with the browser source having access to mic, etc

Code:
 --enable-media-stream

It is currently unclear if you need one or two hyphens for the start of the option.
 
I had been using that switch already. Did not work for me.

Although, I did find a reference to a switch, —enable-speech-input, which got me closer because now I see an actual session gets started… but the console shows me there is a speech recognition “network” error.

hmmm….
 

konsolenritter

Active Member
started… but the console shows me there is a speech recognition “network” error.

Maybe your speech recognition needs a special port/connection to upload the bites to an web service? Possibly that connection/port isn't allowed for obs due to your firewall (just guessing). So you could switch off your firewall for just a moment to check if such condition...
 
Top