Skip to content

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.

Stream selectors properties

Adaptive

listitem.setProperty('inputstream.adaptive.stream_selection_type', 'adaptive')

Manual OSD

listitem.setProperty('inputstream.adaptive.stream_selection_type', 'manual-osd')
  • No property supported.

Properties definitions

inputstream.adaptive.max_bandwidth

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')
Clone this wiki locally