This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
Releases: wix-playground/vidi
Releases · wix-playground/vidi
v0.5.6
v0.5.5
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
- When the
preload
attribute is set tonone
, vidi will configure hls.js so that it won't preload chunks of the stream until user clicks play. This works around an hls.js behavior where loading of the first chunk hides the poster even if playback was not started yet. - Upgraded all deps.
v0.3.1
- Upgrade dash.js to 2.4.0: https://github.com/Dash-Industry-Forum/dash.js/releases/tag/v2.4.0
- Upgrade hls.js to 0.6.15: https://github.com/dailymotion/hls.js/releases/tag/v0.6.15
v0.3.0
- _vidi_ is now available as a minified and optimized UMD build, and can be used by simply adding a
<script>
element in your document. See example usage: https://jsfiddle.net/agrhadr4/3/ - Updated all dependencies to latest versions. This included hls.js, ts-loader, and several @types packages.
- Corrected levels mapping for HLS and DASH streams.