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 a user toggles off transcoding, we run into a 500 error where the backend tries to read the file before FFMPEG has released its handle. We can either choose to wait for it to complete by waiting x time until we don't get an exception anymore, or we can take the job ID of the last transcoder job and check for completion.
The text was updated successfully, but these errors were encountered:
When a user toggles off transcoding, we run into a 500 error where the backend tries to read the file before FFMPEG has released its handle. We can either choose to wait for it to complete by waiting x time until we don't get an exception anymore, or we can take the job ID of the last transcoder job and check for completion.
The text was updated successfully, but these errors were encountered: