videojs / videojs-contrib-eme

Supports Encrypted Media Extensions for playback of encrypted content in Video.js
Other
203 stars 72 forks source link

fix: fix cleanup issues #220

Closed dzianis-dashkevich closed 5 months ago

dzianis-dashkevich commented 5 months ago

Fix legacy eme cleanup issues.

if we call manually cleanup, we set the videoElement reference to null, so when dispose is triggered (auto-cleanup), the reference will be null.