You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the storage space is running out while transcoding, the transcodes doesn't stop but keeps transcoding like there's nothing wrong. It even throws the success event and gives you a video file but one that is corrupt and can't be played.
I have implemented a routine that checks the storage space in the progress event, so i actually do know when this occurs but have no idea if there is a way to cancel the transcoding?
It would be even better if the transcoder just stops transcoding in this case and throw an error.
The text was updated successfully, but these errors were encountered:
When the storage space is running out while transcoding, the transcodes doesn't stop but keeps transcoding like there's nothing wrong. It even throws the success event and gives you a video file but one that is corrupt and can't be played.
I have implemented a routine that checks the storage space in the progress event, so i actually do know when this occurs but have no idea if there is a way to cancel the transcoding?
It would be even better if the transcoder just stops transcoding in this case and throw an error.
The text was updated successfully, but these errors were encountered: