Skip to content

Releases: Eyevinn/media-event-filter

v3.4.1

30 Oct 10:09
Compare
Choose a tag to compare

3.4.1 (2024-10-30)

Bug Fixes

  • loaded triggered after seek and then pause (8e187e1)

This issue would only appear if using Shaka with a non-default rebufferingGoal, due to a bug in the canplaythrough logic combined with ratechange and pauses.

v3.4.0

30 Sep 06:16
Compare
Choose a tag to compare

3.4.0 (2024-09-30)

Features

v3.3.0

18 Sep 08:50
Compare
Choose a tag to compare

3.3.0 (2024-09-18)

Features

  • end seeking and buffering more aggressively (f8e97c9)
  • move buffer and seek handling to canplay (38d9574)
  • set playsinline on the video element (ebc42da)

v3.2.0

17 Sep 12:39
Compare
Choose a tag to compare

3.2.0 (2024-09-17)

Bug Fixes

  • correctly reset deferred seeked (349ebd0)

Features

  • add heuristics for deferring played during seek/buffer (9132248)
  • move buffer recovery detection to canplaythrough (858abc7)
  • prevent multiple ended events if seeking while ended (6cc5b24)
  • seeked should only trigger with readyState 4 (800f75b)

v3.1.0

12 Sep 11:53
Compare
Choose a tag to compare

3.1.0 (2024-09-12)

Bug Fixes

  • prevent buggy buffer behaviour in new Chrome (a45bfa6)

Features

  • improve timeupdate buffer recovery logic (66e1e28)

v3.0.0

02 Sep 11:14
Compare
Choose a tag to compare

3.0.0 (2024-09-02)

  • feat!: remove allowResumeAfterEnded option (5f72f17)

BREAKING CHANGES

  • allowResumeAfterEnded argument removed (this is now
    the default behaviour)

v2.3.0

08 Jul 08:31
Compare
Choose a tag to compare

2.3.0 (2024-07-08)

Features

  • support playing again after ended (abaaa45)

v2.2.1

02 Jul 09:56
Compare
Choose a tag to compare

2.2.1 (2024-07-02)

Bug Fixes

v2.2.0

02 Jul 08:59
Compare
Choose a tag to compare

2.2.0 (2024-07-02)

Features

  • enable reuse of MediaElement (8f0dd2b)

v2.1.0

28 Jun 13:05
Compare
Choose a tag to compare

2.1.0 (2024-06-28)

Features

  • prevent buffering at end of stream (a397518)