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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
swarmId
through the URL in the demo component.streamUrl
parameter.Full Changelog: 1.0.5...2.0.0
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions