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
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
We need to be able to support creating multiple qualities of media files
How
Media is uploaded via downloader microservice, as normal
Based on configuration, converter converts the same file into multiple different qualities and uploads them to S3
Twilight (which will be rewritten in Go to code share w/ identifier) will get quality information from converter, and will create the relevant episode_files_v1 entries in the database
3.5 OPTIONALLY: Twilight sends a message to identifier to add an entry to the database.
events (api gateway) will return these different qualities over the soon to be spec'd out API endpoints for getting s3 links
See #6 for some basic (not 100% true anymore) sketches of what the episode_files_v1 table looks like
The text was updated successfully, but these errors were encountered:
Scope
We need to be able to support creating multiple qualities of media files
How
downloader
microservice, as normalconverter
converts the same file into multiple different qualities and uploads them to S3episode_files_v1
entries in the database3.5 OPTIONALLY: Twilight sends a message to
identifier
to add an entry to the database.See #6 for some basic (not 100% true anymore) sketches of what the
episode_files_v1
table looks likeThe text was updated successfully, but these errors were encountered: