Skip to content

plugins.orf_tvthek: remove #5104

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

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

bastimeyer
Copy link
Member

Both HLS and DASH live streams are protected by DRM, which makes a plugin rewrite and cleanup impossible.


Found this while looking at some plugins with multiple matchers that could need a rewrite.

$ curl -sSL https://orf2.mdn.ors.at/orf/orf2/drmqxb/orf2-video=3187600.m3u8 | grep EXT-X-KEY
#EXT-X-KEY:METHOD=SAMPLE-AES,URI="skd://drm.ors.at/acquire-license/fairplay?...",IV=0xC0CF0ADCD2E54DDAB987B235343ABFAA,KEYFORMAT="com.apple.streamingkeydelivery",KEYFORMATVERSIONS="1"
$ streamlink 'https://orf2.mdn.ors.at/orf/orf2/drmqxa/manifest.mpd?audio=deu'
[cli][info] Found matching plugin dash for URL https://orf2.mdn.ors.at/orf/orf2/drmqxa/manifest.mpd?audio=deu
error: https://orf2.mdn.ors.at/orf/orf2/drmqxa/manifest.mpd?audio=deu is protected by DRM

VODs still seem to be working, but that doesn't justify keeping the plugin.

Both HLS and DASH live streams are protected by DRM, which makes
a plugin rewrite and cleanup impossible.
@bastimeyer bastimeyer added plugin removal drm Requested stream is protected by DRM labels Jan 20, 2023
@mkbloke mkbloke merged commit 91bf178 into streamlink:master Jan 20, 2023
@bastimeyer bastimeyer deleted the plugins/orf_tvthek/remove branch January 20, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
drm Requested stream is protected by DRM plugin removal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants