Skip to content

v2.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@shaka-bot shaka-bot released this 23 Aug 22:50

2.5.0-beta (2018-08-24)

New Features:

  • Drift is now tolerated in DASH live streams
  • Storage can be initialized without Player
  • DASH Representation IDs are now exposed in a new field in Track
  • A safe margin parameter was added for clearing the buffer
  • Added 'retry' event to networking engine
  • Emsg not referenced in MPD will now be ignored
  • Extra data given for RESTRICTIONS_CANNOT_BE_MET
  • A mime type option was added to Player.load
  • Added Widevine SAMPLE-AES support in HLS
  • The |manifestUri| method on Player was changed to |assetUri|
  • Added new request type TIMING for clock sync requests

Deprecated:

  • Passing a ManifestParser factory to Player.load is deprecated and support
    will be removed in v2.6. Instead, please register any custom parsers with a
    MIME type, and pass a MIME type instead. MIME types can also be used to
    force the selection of any built-in manifest parsers.
  • The |manifestUri| method on Player was changed to |assetUri|. The old method
    is deprecated and will be removed in v2.6.