J

Shaka Player

Created Dec 19, 2014 by shaka-project

Language:

JavaScript

Stars:

7.9K

Forks:

1.4K

README

Shaka Player is an open-source JavaScript library for adaptive media. It plays adaptive media formats (such as DASH and HLS) in a browser, without using plugins or Flash. Instead, Shaka Player uses the open web standards MediaSource Extensions and Encrypted Media Extensions.

Shaka Player also supports offline storage and playback of media using IndexedDB. Content can be stored on any browser. Storage of licenses depends on browser support.

Our main goal is to make it as easy as possible to stream adaptive bitrate video and audio using modern browser technologies. We try to keep the library light, simple, and free from third-party dependencies. Everything you need to build and deploy is in the sources.

For details on what's coming next, see our development roadmap.

Maintained branches

See maintained-branches.md for the up-to-date list of maintained branches of Shaka Player.

Platform and browser support matrix

Browser Windows Mac Linux Android iOS >= 9 iOS >= 17.1 iPadOS >= 13 ChromeOS Other
Chrome Y Y Y Y Native Native Native Y -
Firefox Y Y Y untested⁵ Native Native Native - -
Edge Y - - - - - - - -
Edge Chromium Y Y Y untested⁵ Native Native Native - -
IE N - - - - - - - -
Safari - Y - - Native Y Y - -
Opera Y Y Y untested⁵ Native - - - -
Chromecast² - - - - - - - - Y
Tizen TV³ - - - - - - - - Y
WebOS⁶ - - - - - - - - Y
Hisense⁷ - - - - - - - - Y
Vizio⁷ - - - - - - - - Y
Xbox One - - - - - - - - Y
Playstation 4⁷ - - - - - - - - Y
Playstation 5⁷ - - - - - - - - Y

NOTES:

  • ²: The latest stable Chromecast firmware is tested. Both sender and receiver can be implemented with Shaka Player.
  • ³: Tizen 2017 model is actively tested and supported by the Shaka Player team. Tizen 2016 model is community-supported and untested by us.
  • ⁵: These are expected to work, but are not actively tested by the Shaka Player team.
  • ⁶: These are expected to work, but are community-supported and untested by us.
  • ⁷: These are expected to work, but are community-supported and untested by us.

NOTES for iOS and iPadOS:

  • We support iOS 9+ through Apple's native HLS player. We provide the same top-level API, but we just set the video's src element to the manifest/media. So we are dependent on the browser supporting the manifests.
  • Since iPadOS 13 MediaSource Extensions is supported
  • Since iPadOS 17 and iOS 17.1 ManagedMediaSource Extensions is supported

Manifest format support matrix

Format Video On-Demand Live Event In-Progress Recording
DASH Y Y - Y
HLS Y Y Y -

You can also create a manifest parser plugin to support custom manifest formats.

DASH features

DASH features supported:

  • VOD, Live, and In-Progress Recordings (dynamic VOD content)
  • MPD@timeShiftBufferDepth for seeking backward in Live streams
  • Multi-period content (static and dynamic)
  • Xlink elements (actuate=onLoad only, resolve-to-zero, fallback content)
  • All forms of segment index info: SegmentBase@indexRange, SegmentTimeline, SegmentTemplate@duration, SegmentTemplate@index, SegmentList
  • Multi-codec/multi-container manifests (we will negotiate support with the browser and choose the best ones)
  • Encrypted content (including custom ContentProtection schemas, PSSH in the manifest)
  • Key rotation
  • Trick mode tracks
  • WebVTT and TTML
  • CEA-608/708 captions
  • Multi-codec variants (on platforms with changeType support)
  • MPD chaining
  • MPD Patch updates for SegmentTemplate with $Number$, SegmentTimeline with $Number$ and SegmentTimeline with $Time$

DASH features not supported:

HLS features

HLS features supported:

  • VOD, Live, and Event types
  • Low-latency streaming with partial segments, preload hints, delta updates and blocking playlist reload
  • Discontinuity
  • ISO-BMFF / MP4 / CMAF support
  • MPEG-2 TS support
  • WebVTT and TTML
  • CEA-608/708 captions
  • Encrypted content with PlayReady, Widevine and WisePlay
  • Encrypted content with FairPlay (Safari on macOS and iOS only)
  • AES-128, AES-256, AES-256-CTR and AES-256-GCM support on browsers with Web Crypto API support
  • SAMPLE-AES and SAMPLE-AES-CTR (identity) support on browsers with ClearKey support
  • Key rotation
  • Raw AAC, MP3, AC-3 and EC-3 (without an MP4 container)
  • I-frame-only playlists (for trick play and thumbnails)
  • EXT-X-IMAGE-STREAM-INF for thumbnails

  • Interstitials
  • Container change during the playback (eg: MP4 to TS, or AAC to TS)
  • Chapters (#EXT-X-SESSION-DATA tag with the ID com.apple.hls.chapters)

HLS features not supported:

  • X-SNAP attribute in interstitials

Supported HLS tags

For details on the HLS format and these tags' meanings, see https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis

Multivariant Playlist tags

  • #EXT-X-STREAM-INF: ``
  • #EXT-X-MEDIA:
  • #EXT-X-IMAGE-STREAM-INF:
  • #EXT-X-I-FRAME-STREAM-INF:
  • #EXT-X-SESSION-DATA:
  • #EXT-X-SESSION-KEY: EME Key-System selection and preloading
  • #EXT-X-START:TIME-OFFSET=
  • #EXT-X-CONTENT-STEERING: Content Steering
  • #EXT-X-DEFINE: Variable Substitution (NAME,VALUE,QUERYPARAM attributes)

Media Playlist tags

  • #EXTM3U
  • #EXTINF:,[]
  • `#EXT-X-PLAYLIST-TYPE:
Last updated: Jan 21, 2026

More MCP servers built with JavaScript

React

The library for web and native user interfaces.

By facebook 242.4K
Three.js

JavaScript 3D Library.

By mrdoob 110.5K
Axios

Promise based HTTP client for the browser and node.js

By axios 108.5K