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

Add mux processing status tracking to media server #18

Open
jawndiego opened this issue Apr 3, 2024 · 0 comments
Open

Add mux processing status tracking to media server #18

jawndiego opened this issue Apr 3, 2024 · 0 comments

Comments

@jawndiego
Copy link
Contributor

from 0xTranqui --
rough sketch:

In this route, do the following

for all mux uploads, set the a new variable called "processing". this will always be set to true at the beginning
once the upload is "set", then start another await/promise that will wait to get the result of the processing, and then update the "processing" field to either be "ready" or "error".
this will make it so we dont have to add item specific lookups for their processing state into the site, saving load times (since they can live in the media server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant