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

Error: Get skd://fairplay.xxxxxxx?keyId=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx: unsupported protocol scheme "skd" #5

Open
deepblue2000 opened this issue Aug 3, 2020 · 6 comments

Comments

@deepblue2000
Copy link

unsupported protocol scheme "skd"

is there any fix possible ?

@canhlinh
Copy link
Owner

canhlinh commented Aug 6, 2020

@deepblue2000 I never heard about the scheme: SKD

What is your URL ?

@canhlinh
Copy link
Owner

@deepblue2000 unfortunature, I don't know how to handle this. This is a new encryption method.

@vany-egorov
Copy link

SKD - URL scheme for application around native HLS player.

skd:// URL scheme it like skype:// or call:// scheme. application can subscribe to it.

player see skd:// url, calls it.
And hook inside application gets trigered.
Aplication has login/password etc and now application can login to keyserver. There is no login or password in playlist or skd:// key url. So player cann't grab keys from keyserver without application.
Application can now can get key from keyserver (fairplay) and return key back to player.
Player can now decrypt mp4/ts files.

@canhlinh
Copy link
Owner

@vany-egorov Can someone give me a sample file ? The above link doesn't work in my place.

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

No branches or pull requests

4 participants
@canhlinh @vany-egorov @deepblue2000 and others