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

Update downloader functionality to split out media files (video + audio) to be sideloaded as dependencies #330

Open
rtibbles opened this issue Apr 21, 2021 · 0 comments

Comments

@rtibbles
Copy link
Member

Description

There are significant challenges with nesting video and audio files in zip files - mostly that it is not possible to universally support Range requests from inside zipfiles (c.f. learningequality/kolibri#7776 (comment))

With le-utils v0.1.28 and above, we have available both video and audio dependency format presets - this means that we can unpack and side load any media files during HTML5 zip generation. Adding this to our downloader functionality will also allow us to standardize proper paths for referencing external files in a way that uses relative paths and is not vulnerable to different deployment scenarios.

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