xbmc / xbmc/inputstream.adaptive

Secure path for audio streams

Open
#2,013 20 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
531
Forks
270
Avg merge
2d 23h
Merged PRs (30d)
3

Description

@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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the inputstream add-on interface in the main xbmc/xbmc project, comparing it with kodi::addon::CInstanceVideoCodec and the linked Chromium cdm_adapter.cc audio decoder source. Determine the required interface and code changes for SSD_SECURE_PATH support in Widevine CDM audio packages; done means the secure audio path is implemented and supported by the add-on interface.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.