New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

shaka-player

Package Overview
Dependencies
Maintainers
2
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shaka-player - npm Package Versions

1
3638

1.6.4

Diff

Changelog

Source

1.6.4 (2016-03-03)

Bugfixes:

  • Updated Promise polyfill with fixes backported from v2
  • Fixed Edge EME compatibility & InvalidStateErrors
    • https://github.com/shaka-project/shaka-player/issues/282
  • Fixed HttpVideoSource use with clear content (Thanks, Sanborn!)
    • https://github.com/shaka-project/shaka-player/pull/292
  • Fixed uncompiled-mode performance regression introduced in v1.6.3
    • https://github.com/shaka-project/shaka-player/issues/288
joeyparrish
published 1.6.3 •

Changelog

Source

1.6.3 (2016-02-08)

Features:

  • Added opt_clearBufferOffset for audio (Thanks, Itay)
    • https://github.com/shaka-project/shaka-player/pull/254
  • Fetch segments from new location after manifest redirect (Thanks, Rob)
    • https://github.com/shaka-project/shaka-player/pull/266

Bugfixes:

  • Several IE11 stability issues and race conditions fixed
    • Fixed incompatibilities when clearing the SourceBuffer
    • Ignore spurious 'updateend' events
    • Added stack-based messages to all assertions
    • Fixed some unit test compatibility issues
    • Fixed race conditions caused by Promise polyfill
    • https://github.com/shaka-project/shaka-player/issues/251

Docs:

  • Update browser support docs with regard to IE & Firefox

Test app fixes:

  • Fixed slider controls for IE11
  • Turned off seek bar tooltips for IE11
joeyparrish
published 1.6.2 •

joeyparrish
published 1.6.1 •

Changelog

Source

1.6.1 (2015-12-07)

Bugfixes:

  • Fixed handling when all streams are removed in a manifest update.
  • Fixed annotation mistakes in preparation for a new compiler release.
  • Fixed Promise polyfill errors in compiled mode.
    • https://github.com/shaka-project/shaka-player/issues/236
joeyparrish
published 1.6.0 •

Changelog

Source

1.6.0 (2015-11-17)

Features:

  • Partial IE11 & PlayReady support. (Thanks, Jono!)
    • https://github.com/shaka-project/shaka-player/pull/176
    • live and offline content not working
    • non-zero start times not working
    • IE11 fails to decode some test assets
      • https://github.com/shaka-project/shaka-player/issues/224
  • Added support for setPlaybackStartTime on live streams.
    • https://github.com/shaka-project/shaka-player/pull/231
  • Improved support for live streaming corner cases.
    • https://github.com/shaka-project/shaka-player/issues/139
    • https://github.com/shaka-project/shaka-player/issues/140
    • https://github.com/shaka-project/shaka-player/issues/141
    • https://github.com/shaka-project/shaka-player/issues/145
    • https://github.com/shaka-project/shaka-player/issues/185
  • Now builds with three different configs by default.
    • Full build (all features enabled).
    • DASH MP4 VOD. (Only DASH w/ SegmentBase, no WebM.)
    • DASH MP4 live. (Only DASH w/o SegmentBase, no WebM.)
    • https://github.com/shaka-project/shaka-player/issues/116
  • Changed startNumber implementation to be more consistent.
    • https://github.com/shaka-project/shaka-player/issues/192
  • Added a new Promise polyfill for IE11.
  • Added support for WebM w/ unknown size in the Segment element.

Bugfixes:

  • Expired sessions (for example, when using key rotation) are now cleaned up.
    • https://github.com/shaka-project/shaka-player/issues/210
  • Manifests can now be reprocessed without an update when availabilityStartTime passes.
    • https://github.com/shaka-project/shaka-player/issues/172

Test app features:

  • Added Chromecast support to the demo app. (No changes to the library for this.)
    • https://github.com/shaka-project/shaka-player/issues/117
  • Removed force-prefixed feature for improved IE11 support.
    • https://github.com/shaka-project/shaka-player/issues/222
  • Added links to the project and the docs.

Broken Compatibility:

  • Removed Player methods deprecated since v1.5.0.
    • enableAdaptation
    • getAdaptationEnabled
    • setStreamBufferSize
    • getStreamBufferSize
    • setLicenseRequestTimeout
    • setMpdRequestTimeout
    • setRangeRequestTimeout
    • setPreferredLanguage
    • setRestrictions
    • getRestrictions
    • https://github.com/shaka-project/shaka-player/issues/203
    • https://github.com/shaka-project/shaka-player/issues/93
  • Removed support for the old-style ContentProtection callback, deprecated since v1.5.0.
    • https://github.com/shaka-project/shaka-player/issues/203
    • https://github.com/shaka-project/shaka-player/issues/71
joeyparrish
published 1.5.2 •

joeyparrish
published 1.5.1 •

Changelog

Source

1.5.1 (2015-10-07)

A roll-up of recent bugfixes.

Bugfixes:

  • Fixed a major memory leak introduced in 1.5.0.
    • https://github.com/shaka-project/shaka-player/issues/184
  • Deleting encrypted offline content now deletes persistent sessions.
    • https://github.com/shaka-project/shaka-player/issues/171
  • Static content using SegmentTemplate is now truncated at the Period's duration.
    • https://github.com/shaka-project/shaka-player/issues/187
    • https://github.com/shaka-project/shaka-player/issues/173
  • Key status error reporting is now more consistent and provides more information.
  • Reduced flakiness in some tests.
  • Requests used for clock sync no longer allow caching.
    • https://github.com/shaka-project/shaka-player/issues/191
tdrews
published 1.5.0 •

Changelog

Source

1.5.0 (2015-09-17)

Features:

  • Added method to set playback start time.
    • https://github.com/shaka-project/shaka-player/issues/122
    • https://github.com/shaka-project/shaka-player/pull/123
  • Added a text-styling API.
    • https://github.com/shaka-project/shaka-player/issues/115
  • Added support for AdaptationSet groups.
    • https://github.com/shaka-project/shaka-player/issues/67
  • Added a new configuration API.
    • https://github.com/shaka-project/shaka-player/issues/93
  • License preprocessing can now modify HTTP method and server URL.
    • https://github.com/shaka-project/shaka-player/issues/134
    • https://github.com/shaka-project/shaka-player/issues/135
  • Added an API to load captions not specified in the manifest.
    • https://github.com/shaka-project/shaka-player/issues/133
  • Added support for live streams using SegmentList.
    • https://github.com/shaka-project/shaka-player/issues/88
  • Added support for multiple BaseURL elements for failover.
    • https://github.com/shaka-project/shaka-player/issues/68
  • Gave IAbrManager implementation the ability to clear the buffer when switching streams.
    • https://github.com/shaka-project/shaka-player/pull/144
  • Added setNetworkCallback API to DashVideoSource to modify network requests.
    • https://github.com/shaka-project/shaka-player/issues/148
  • Improved error reporting for unplayable content.
  • Added support for multiple DRM schemes per ContentProtection and simplified DRM scheme configuration.
    • https://github.com/shaka-project/shaka-player/issues/71
  • Improved documentation for license pre- and post-processing.
    • https://github.com/shaka-project/shaka-player/issues/137

Bugfixes:

  • Restricting all video tracks now fires an error event.
    • https://github.com/shaka-project/shaka-player/issues/179
    • https://github.com/shaka-project/shaka-player/issues/170
  • Changing text tracks now fires an adaptation event.
    • https://github.com/shaka-project/shaka-player/issues/147
  • Fixed bad interactions between pausing and negative playback rates.
    • https://github.com/shaka-project/shaka-player/issues/130
  • Fixed support for negative r values in SegmentTimeline.
    • https://github.com/shaka-project/shaka-player/issues/162
  • Fixed bugs that could cause infinite buffering for certain configurations.
    • https://github.com/shaka-project/shaka-player/issues/166
  • Fixed exceptions fired during rapid Player destroy().
    • https://github.com/shaka-project/shaka-player/issues/151
  • Fixed linting with conflicting globally-installed copy of linter library.
    • https://github.com/shaka-project/shaka-player/issues/153
  • Fixed support for SegmentTimelines with presentationTimeOffset.
    • https://github.com/shaka-project/shaka-player/issues/143
  • Fixed support for apps/content which specify multiple DRM scheme configs.
    • https://github.com/shaka-project/shaka-player/issues/177

Broken Compatibility:

  • Removed Player methods deprecated since v1.3.0.
    • getCurrentResolution
    • getCurrentTime
    • getDuration
    • getMuted
    • getVolume
    • play
    • pause
    • requestFullscreen
    • seek
    • setMuted
    • setVolume
    • https://github.com/shaka-project/shaka-player/issues/118

Deprecated:

  • The following methods on Player are deprecated in favor of configure()/getConfiguration() and will be removed in v1.6.0:
    • enableAdaptation
    • getAdaptationEnabled
    • setStreamBufferSize
    • getStreamBufferSize
    • setLicenseRequestTimeout
    • setMpdRequestTimeout
    • setRangeRequestTimeout
    • setPreferredLanguage
    • setRestrictions
    • getRestrictions
    • https://github.com/shaka-project/shaka-player/issues/93
  • A new two-argument ContentProtectionCallback has been added to DashVideoSource, and the old style is deprecated and will be removed in v1.6.0.
    • https://github.com/shaka-project/shaka-player/issues/71
joeyparrish
published 1.4.2 •

Changelog

Source

1.4.2 (2015-09-04)

A roll-up of recent bugfixes.

Bugfixes:

  • Fix storage of duplicate session IDs for encrypted offline content.
  • Specify EME sessionTypes, required in newer EME draft.
    • https://github.com/shaka-project/shaka-player/issues/128
  • Fix regression in rewind support, once more working outside buffered range.
    • https://github.com/shaka-project/shaka-player/issues/165
  • Support renamed output protection errors from newer EME draft.
  • Fix seeking in custom controls on Android.
    • https://github.com/shaka-project/shaka-player/issues/164
  • Fix missing final chunk when storing certain videos for offline playback.
    • https://github.com/shaka-project/shaka-player/issues/157
  • Prevent crashing of module loaders which use 'define' but are not full AMD loaders.
    • https://github.com/shaka-project/shaka-player/issues/163

Test app features:

  • Added 'offline' URL param.
tdrews
published 1.4.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc