lunofono / lunofono_player

A Flutter widget to play content bundles for Lunofono
GNU General Public License v3.0
0 stars 1 forks source link

Load bundles from a bundle file #28

Open llucax opened 3 years ago

llucax commented 3 years ago

The app should be able to load bundles from a bundle text file specification.

At first, all media resources should probably be full remote URLs to avoid depending on reading local files or assets and be usable in both mobile and web.

Reading from the filesystem could be also an option to gets started more easily with mobile. URLs can also be interpreted as relative URLs to the bundle specification file.

Eventually bundle packages (for example, a ZIP file with the bundle specification + all the media files) could also be used for bundle distribution and in this case

Depends on a first implementation of: https://github.com/lunofono/lunofono_bundle/issues/9

llucax commented 3 years ago

Depends on https://github.com/lunofono/lunofono_player/issues/29