This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: shaka-project/shaka-player-embedded
Releases · shaka-project/shaka-player-embedded
v1.0.0
First full release! Public API is stable from this point onward.
New Features (not exhaustive):
- Generic media pipeline allowing apps to replace media components
- Offline storage and playback support
- Use native AVPlayer for HLS
- Controllable with
streaming.useNativeHlsOnSafari
configuration - Exposes the AVPlayer instance for app control
- Controllable with
- Don't use FFmpeg decoders to reduce binary size
- Removes SDL to reduce binary size
- Better Swift support
- Network request/response filters
- Playback of HEVC content
- Honors sample aspect ratio (SAR)
- Allow setting video fill mode
v0.1.0-beta
0.1.0-beta (2018-11-30)
Initial beta launch!
New Features (not exhaustive):
- DASH and HLS playback
- Adaptation support and manual stream switching
- VOD and Live content
- MP4 and WebM playback
- With hardware acceleration on iOS with H.264
- Encrypted media playback
- Clear key built in
- Plugin system for external DRM providers