-
Notifications
You must be signed in to change notification settings - Fork 242
Home
Stefano Gottardo edited this page Nov 4, 2021
·
34 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.
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)
- Set resolution limits for DRM streams
- Custom DASH manifest tags
- Audio Subtitles track properties
- Dev. FAQ
- Widevine ARM64 support
- Add‐on WIP status
Development