-
Notifications
You must be signed in to change notification settings - Fork 242
Settings
--Todo
--Todo
Allow to set a limit for the video stream resolution for video content that does NOT require secure decoding (DRM) only.
ISA will select the best video stream resolution matching to your video player display, therefore if your display resolution is 720p, you will not be able to watch 1080p videos.
This setting can be affected by Ignore Display Resolution
setting.
ISA will limit the max video stream resolution to the set resolution, therefore if you set at 720p and your display resolution is at 1080p, you will not be able to watch 1080p videos.
Allow to set a limit for the video stream resolution for video content that require secure decoding (DRM) only.
ISA will select the best video stream resolution matching to your video player display, therefore if your display resolution is 720p, you will not be able to watch 1080p videos.
This setting can be affected by Ignore Display Resolution
setting.
ISA will limit the max video stream resolution to the set resolution, therefore if you set at 720p and your display resolution is at 1080p, you will not be able to watch 1080p videos.
ISA has the ability to automatically choose which streams representations to send to Kodi. We are talking about streams representations, contained for example inside a DASH manifest.
ISA automatically selects the best video/audio representations to send to Kodi (with possible variations related to other settings like bandwidth settings).
ISA will automatically select ONLY the best audio streams with best bandwidth/resolution to send to Kodi. The video stream must be selected manually, every time, in the Kodi video settings of the played video. Then, all available resolutions and bandwidths will be displayed in the video stream list.
ISA will not automatically select any streams. The video stream must be selected manually, every time, in the Kodi video settings of the played video. All audio/video streams of each bandwidth/resolution will be sent to Kodi.
NOTE: Using this mode may cause side effects in your add-on. Due to Kodi stream limitations (32 in Kodi v18, 256 in Kodi v19) some (video/audio/subtitle) streams may be discarded It may cause difficulties to distinguish the audio tracks in the window of audio selection It may cause problems with Kodi audio pre-selection.
--Todo
When enabled override the HDCP version to be used for the video streams. Refer to the video add-on to use to know if/when enable it.
(development side note: when HDCP version is provided to each stream representations in the manifests this should be disabled)
By default ISA auto-select the best video stream resolution matching to your video player display resolution. When you enable this setting, will be always selected the maximum stream resolution. Can be useful when you need to play a video with higher resolution than Kodi display resolution.
The path where the DRM libraries are contained (e.g. Widevine)
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