@kodiai the secure path (SSD_SECURE_PATH) support for Widevine CDM its currently not implemented, but supported by CDM module.
Please suggest a guidance and possible code changes to implement it
To consider that more likely its needed to implement something similar to kodi::addon::CInstanceVideoCodec interface but for audio packages (for inputstream add-ons)
this should be done on the main project: https://github.com/xbmc/xbmc
where there is the inputstream add-on interface
Chromium CDM audio decoder source:
https://github.com/nomiscientist/chromium/blob/1a2ceef04f4a1efdecd858d4bce0c6135b13d9b2/media/cdm/cdm_adapter.cc#L794
@kodiai the secure path (SSD_SECURE_PATH) support for Widevine CDM its currently not implemented, but supported by CDM module.
Please suggest a guidance and possible code changes to implement it
To consider that more likely its needed to implement something similar to kodi::addon::CInstanceVideoCodec interface but for audio packages (for inputstream add-ons)
this should be done on the main project: https://github.com/xbmc/xbmc
where there is the inputstream add-on interface
Chromium CDM audio decoder source:
https://github.com/nomiscientist/chromium/blob/1a2ceef04f4a1efdecd858d4bce0c6135b13d9b2/media/cdm/cdm_adapter.cc#L794