-
Notifications
You must be signed in to change notification settings - Fork 258
Home
Markus Pfau edited this page Sep 22, 2017
·
44 revisions
inputstream.adaptive is a binary kodi addon wich acts as a demuxer for segmented, multi-bitrate internet streams.
- MPEG Dash manifest (.mpd)
- Smoothstream manifest (.ism)
- HLS multi-bitrate playlists (.m3u8)
- Microsoft PlayReady (Android only)
- Google Widevine (Android over MediaDRM API, other platforms over libssd_wv wrapper
- AES-128 native decryption for encrypted HLS streams.
inputstream.adaptive is an official kodi binary addon and therefore either already installed or available from kodi binary repo repository (linux). Pls. refer to kodi sources about how to install kodi binary addons if its not in your installation.
- Technical overview (tbd)
- Playing multi bitrate stream from a python addon
- Playing multi bitrate stream from a .strm file
User Documentation
Developer Documentation
- Integration
- Integration DRM
- Integration DRM (old)
- Stream selection types properties
- How to test a stream
- Test samples python addon
- How to provide custom manifest and license
- Supported containers and codecs
- Verified Media Path (VMP)
- HDCP resolution limit
- Custom DASH manifest tags
- Audio Subtitles track properties
- Dev. FAQ
- Widevine ARM64 support
- Add‐on WIP status
Development