Skip to content

2.0.0

Compare
Choose a tag to compare
@mrlika mrlika released this 27 Sep 11:13
· 1 commit to main since this release
c43d73e

This release introduces the ability to implement custom segment storage, allowing for persistent storage of VOD streams using IndexedDB. This ensures that media segments remain stored in the browser after the web page reloads. You can see an example of how to set up IndexedDB storage here.

What's Changed

  • Breaking API Update: Minor configuration change to support custom segment storage. This update is not expected to impact most users.
  • Memory Storage Improvements: The default segment memory storage now automatically applies memory limits based on the user's browser to prevent site crashes on memory usage overflow.
  • Custom swarmId Support: You can now specify a custom swarmId through the URL in the demo component.
  • IndexedDB Example: The demo component now includes an example of using IndexedDB for segment storage.
  • New streamUrl Parameter: The demo component now includes a streamUrl parameter.

Full Changelog: 1.0.5...2.0.0