Skip to content

[Kodi 22] InputStream Adaptive - breaking change feature #1458

Description

@CastagnaIT

on your addon you are using the custom X-Limit-Video header on license response to apply the HDCP resolution limit

self.send_header('X-Limit-Video',
'max={0}px'.format(size_limit))

from the next ISA version of Kodi v22 (at the time im writing not released yet)
to enable this feature you have to set check_hdcp parameter to LICENSE
it will no longer be enabled by default since its a provider customization

wiki: https://github.com/xbmc/inputstream.adaptive/wiki/Integration#inputstreamadaptiveconfig-
ref. PR: xbmc/inputstream.adaptive#2037

example
listitem.setProperty('inputstream.adaptive.config', '{"check_hdcp": "license"}')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions