stream-labs / obs-studio-node

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

fix media cache shutdown crash #1361

Closed summeroff closed 1 year ago

summeroff commented 1 year ago

Description

Motivation and Context

moved unregistering to source from media cache to release callback instead of source destruction callback. add explicit cleaning of media cache on a shutdown.

How Has This Been Tested?

launch SLD many times and check that there is no crash on shutdown.

Types of changes

Checklist: