github shaka-project/shaka-player v2.3.0

latest releases: v4.16.9-main, v4.16.9, v4.15.21-main...
7 years ago

2.3.0 (2017-12-22)

New features:

Demo app:

Bugfixes:

  • Fixed interpretation of EXT-X-START in HLS
  • Fixed URI extension parsing in HLS
  • Offline storage API can now download multiple items in parallel

Docs:

  • FAQ, architecture diagrams, and tutorials have all been updated.

Broken compatibility:

  • Text parser plugins now take a Uint8Array, not an ArrayBuffer. All
    application-specific text-parsing plugins MUST be updated.

Deprecated:

  • The AbrManager configuration interfaces and plugin APIs which were
    deprecated in v2.2 have now been removed. Applications with custom
    AbrManager implementations MUST be upgraded to the v2.2 API now.
  • The plugin interface for text parsers which was deprecated in v2.1 has now
    been removed.
  • The remove() method on shaka.offline.Storage now takes a URI instead of
    a StoredContent instance. Applications which use offline storage SHOULD
    update to the new API. Support for the old argument will be removed in
    v2.4.
  • The streaming.infiniteRetriesForLiveStreams config was removed.
    Applications using this feature MUST use the streaming.failureCallback
    config and the method player.retryStreaming() instead.

Don't miss a new shaka-player release

NewReleases is sending notifications on new releases.