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

Move media storage to new partitioned file storage #36

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

cute-the-niini
Copy link
Member

Continuing the move from giant blobs in IndexedDB to OPFS-backed partitioned file storage, this moves media files to the new partitioned file storage. Note that we cannot yet relax the restrictions on video recording sizes because we require all chunks to fit in memory. We may relax things by writing chunks to a temporary bucket instead of holding them in memory --- this would also open up the possibility of doing higher quality recording.

@cute-the-niini cute-the-niini added enhancement New feature or request c:kernel Changes to the Kate emulator kernel (requires strict audits!) labels Dec 25, 2023
@cute-the-niini cute-the-niini merged commit ebb931e into main Dec 25, 2023
1 check passed
@cute-the-niini cute-the-niini deleted the patch/move-media-store branch December 25, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:kernel Changes to the Kate emulator kernel (requires strict audits!) enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant