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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: