Wix Playground Vidi Versions Save

v0.5.6

6 years ago

v0.5.5

6 years ago

Upgraded all runtime and dev dependencies to latest versions, including:

  • dashjs v2.6.4
  • hls.js v0.8.9
  • eventemitter3 v3.0.0

v0.5.3

6 years ago

Upgraded hls.js to 0.8.5.

v0.5.2

6 years ago
  • Upgraded to dash.js 2.6.2.
  • More cleanups to project scripts and infrastructure.

v0.5.1

6 years ago

Another round of package upgrades and project cleanups. Now uses dash.js v2.6.0 (last not broken) and hls.js v0.8.4.

v0.5.0

6 years ago
  • Upgraded all project's dependencies to latest versions. This included updates for hls.js and dash.js.
  • Exported MediaStreamTypes from main entry point.

v0.4.0

7 years ago
  • When the preload attribute is set to none, 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.0

7 years ago
  • _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.

v0.2.1

7 years ago

Travis now publishes _vidi_ to npm only from the node 6 (LTS) build job.