Skip to content

Add mux processing status tracking to media server #18

@jawndiego

Description

@jawndiego

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions