12.0.1

Released 2025-10-16
Highlights
  • Improved url expiry support
Release notes

Fixes

  • fix(ProgressivePlayer): improved error handling when loading a failing url. The player will now try to refresh the url and re-load on initial load if the updateSrc callback is provided
  • fix(SegmentPlayer): improved error handling when loading a failing url. The player will now try to refresh the url and re-load on initial load if the updateSrc callback is provided.
  • fix(SegmentPlayer): improved error handling when a url for a pre-buffered video or audio element expires. Previously only the active elements was using the error recovery mechanisms, but now all media elements do.