Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend: Wait until FFMPEG has released a file before attempting to serve it to the user #54

Open
GOATS2K opened this issue Jan 20, 2023 · 0 comments
Labels
api Related to the REST API bug Something isn't working

Comments

@GOATS2K
Copy link
Owner

GOATS2K commented Jan 20, 2023

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.

@GOATS2K GOATS2K added bug Something isn't working api Related to the REST API labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the REST API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant