-
Notifications
You must be signed in to change notification settings - Fork 12
Labels
priority: mediumFeatures that we really want to see implemented, bugs that we do want squashedFeatures that we really want to see implemented, bugs that we do want squashed📹 scope: recordingImprovements/additions/fixes to timelapse recordingImprovements/additions/fixes to timelapse recording🕵️ needs investigation
Description
Users can get the following error when trying to encode:
QuotaExceededError: Codec reclaimed due to inactivity.
at h.checkForEncoderError (169-81d3387434aa0d9f.js:1:179115)
at h.add (169-81d3387434aa0d9f.js:1:172833)
at f.add (169-81d3387434aa0d9f.js:65:3134)
at k (create-fa9a5caadc554714.js:1:7693)
at async S (create-fa9a5caadc554714.js:1:10468)
at async es.onstop (create-fa9a5caadc554714.js:1:21200)
This is preceded by a bunch of warnings about GC:
A VideoSample was garbage collected without first being closed. For proper resource management, make sure to call close() on all your VideoSamples as soon as you're done using them.
Seems like this happens during encoding, as the user has multiple session groups, which makes it not eligible for re-muxing.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: mediumFeatures that we really want to see implemented, bugs that we do want squashedFeatures that we really want to see implemented, bugs that we do want squashed📹 scope: recordingImprovements/additions/fixes to timelapse recordingImprovements/additions/fixes to timelapse recording🕵️ needs investigation