obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
769 stars 217 forks source link

Shutdown source when not visible is not working in studio mode #412

Closed shailander closed 1 year ago

shailander commented 1 year ago

Operating System Info

macOS 13

Other OS

No response

OBS Studio Version

29.1.2

OBS Studio Version (Other)

No response

OBS Studio Log URL

-

OBS Studio Crash Log URL

No response

Expected Behavior

The browser source should not call any api if the source is not visibile or not active.

Current Behavior

But it is still making the api call in both the cases,

  1. Not Active
  2. Not Visible

Steps to Reproduce

  1. Add a browser source which is calling api regulary
  2. Hide the browser source and then check the webpage logs
  3. The api call are still being made after hiding ...

Anything else we should know?

No response

Fenrirthviti commented 1 year ago

Duplicate of https://github.com/obsproject/obs-studio/issues/4120

I don't know if 4120 is specific to browser sources only, or if all sources in OBS have this issue.

shailander commented 1 year ago

This is working, browser source only shut's down when any other scene is selected. Not when the browser source is not visible or not active