Envek / obs-studio-node-example

Learn how to use OBS Studio from your Electron app for screen video recording
GNU General Public License v2.0
104 stars 19 forks source link

Can provide demo with browser_source #49

Open 925999193 opened 1 year ago

925999193 commented 1 year ago

const bwSet = { "shutdown":true, "url":"https://goole.com", } const browserSource = osn.InputFactory.create("browser_source", "browser_source",bwSet); scene.add(browserSource); i use this code bug no effect