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

Widevine content being downloaded for offline playback, but not Playready #7767

Open
smriti0302 opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
component: PlayReady The issue involves the PlayReady DRM type: bug Something isn't working correctly
Milestone

Comments

@smriti0302
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes

If the problem is related to FairPlay, have you read the tutorial?

What version of Shaka Player are you using?

4.11.17

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from main?
Yes

Are you using the demo app or your own custom app?
Both

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Microsoft Edge

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A

What are the manifest and license server URIs?
Sent via email

What configuration are you using? What is the output of player.getNonDefaultConfiguration()?

What did you do?
I wish to enable offline playback of my DRM videos. I am able to download the video if it is not DRM Encrypted, or if it is encrypted with Widevine. When i try to do the same with Playready encrypted videos, i get the following error : https://shaka-player-demo.appspot.com/docs/api/shaka.util.Error.html#value:6006

Shaka Error DRM.FAILED_TO_GENERATE_LICENSE_REQUEST (Failed to execute 'generateRequest' on 'MediaKeySession': Failed to create MF PR CdmSession (2154823689),NotSupportedError: Failed to execute 'generateRequest' on 'MediaKeySession': Failed to create MF PR CdmSession (2154823689),)

https://shaka-player-demo.appspot.com/

  • Load the mpd url into the player, along with the license server url. The video plays in Microsoft Edge. When i try to download it, it throws the above error. When i loaded a widevine packaged url along with the license server url, i was able to download it and play it offline.

What did you expect to happen?
I expected the playready content to get downloaded and play offline.

What actually happened?

Are you planning send a PR to fix it?

@smriti0302 smriti0302 added the type: bug Something isn't working correctly label Dec 16, 2024
@shaka-bot shaka-bot added this to the v4.13 milestone Dec 16, 2024
@tykus160 tykus160 added the component: PlayReady The issue involves the PlayReady DRM label Dec 19, 2024
@avelad
Copy link
Member

avelad commented Dec 23, 2024

I've found some code errors and bugs in the documentation, I'll fix all of these and come back to this issue as soon as all PRs are merged.

@avelad avelad self-assigned this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: PlayReady The issue involves the PlayReady DRM type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants