-
Notifications
You must be signed in to change notification settings - Fork 242
Stream selection types properties
Stefano Gottardo edited this page Apr 20, 2022
·
15 revisions
This feature is available on Kodi 20 and above.
This page list the properties available of each stream selection type. For more information on stream selector types, see page Setting: Stream selection type.
listitem.setProperty('inputstream.adaptive.stream_selection_type', 'adaptive')
listitem.setProperty('inputstream.adaptive.stream_selection_type', 'manual-osd')
- No property supported.
Allows to set the maximum stream bandwidth. The value is defined in bit/s.
This property can override the user setting Maximum bandwidth, but only if the value is less than the user setting.
listitem.setProperty('inputstream.adaptive.max_bandwidth', '10000000')
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