Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for DRM and other non-standard streams #70

Closed
kevev opened this issue Mar 20, 2025 · 1 comment
Closed

Support for DRM and other non-standard streams #70

kevev opened this issue Mar 20, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@kevev
Copy link

kevev commented Mar 20, 2025

Is your feature request related to a problem? Please describe.
It would be nice to have support for DRM streams(Widevine, etc). They have extra lines that are required in the playlist.
Ex.
#EXTINF:-1 tvg-id="CHANNEL_ID" tvg-logo="https://web.site/channel-logo.png" group-title="Some Group" ,Channel Name
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
#KODIPROP:inputstream.adaptive.license_key=https://proxy.drm.web.site/license/widevine/1234e678-2d3a-0987-12c4-a84b93d37-dash|Content-Type=application%2Foctet-stream&user-agent=okhttp%2F4.9.0|R{SSM}|
https://klrndt.lls.web.site/out/v1/1a2b3c4d5e6f7g8h9/dash-drm.mpd|user-agent=okhttp%2F4.9.0

Describe the solution you'd like
I am wondering if it would be best to just copy and forward extra lines from origin Playlist to destination Playlist.
This should hopefully cover all non-standard playlists and non-standard channel entries.

Describe alternatives you've considered
NA

Additional context
NA

@kevev kevev added the enhancement New feature or request label Mar 20, 2025
@sparkison
Copy link
Owner

I've added the KODIPROP tag in the latest release to make sure those variables are retained from the provider 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants