...
Current value | Is file for download (Can customer access the actual file, or is it closed in an app) | New value |
---|---|---|
audio/mpeg | Yes | audio/vnd.bokbasen.complete+-public |
audio/mpeg | Only for use in closed ecosystem where user cannot access file (e.g in app). If you are using complete file for streaming (progressive download) see audio/mpeg3 at the bottom. | audio/vnd.bokbasen.complete+-private |
application/zip | Yes | audio/vnd.bokbasen.zipped+-public |
application/zip | Only for use in closed ecosystem where user cannot access file (e.g in app). | audio/vnd.bokbasen.zipped+-private |
vnd.apple.mpegURL | HLS is only for use in closed ecosystems (e.g in app). | audio/vnd.bokbasen.hls+-private |
audio/mpeg3 | Complete progressive download is only for use in closed ecosystems (e.g in app). If you are simulating streaming in your app using progressive downloads, this option gives you better performance than the complete download as caching is adjusted to fit a streaming scenario. | audio/vnd.bokbasen.progressive+-private |
The new values might change a little bit but will be confirmed when system is available for testing.
...