Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Releases: wix-playground/vidi

v0.5.6

21 Jan 17:30
Compare
Choose a tag to compare

v0.5.5

29 Dec 19:24
Compare
Choose a tag to compare

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

24 Oct 20:59
Compare
Choose a tag to compare

Upgraded hls.js to 0.8.5.

v0.5.2

12 Oct 22:49
Compare
Choose a tag to compare
  • Upgraded to dash.js 2.6.2.
  • More cleanups to project scripts and infrastructure.

v0.5.1

11 Oct 22:46
Compare
Choose a tag to compare

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

20 May 22:47
Compare
Choose a tag to compare
  • 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

22 Jan 00:06
Compare
Choose a tag to compare
  • 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.1

24 Dec 19:52
Compare
Choose a tag to compare

v0.3.0

19 Dec 14:05
Compare
Choose a tag to compare
  • _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

11 Dec 18:56
Compare
Choose a tag to compare

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