stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
593 stars 99 forks source link

check for both outputs to lock unintentional settings change #1420

Closed summeroff closed 3 months ago

summeroff commented 4 months ago

Description

Motivation and Context

fixes stream stops when user open settings page while streaming. when we read current settings to send them to UI we reinitialize encoders. have to check encoders for both outputs to no update it accidentally.

How Has This Been Tested?

Types of changes

Checklist: