[IOS][DRM] generate custom assetIdData to makeStreamingContentKeyRequestData #4312
Unanswered
matthieu-renard-wiztivi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For a client, I'm integrating Fairplay DRM stream but an error is triggered on the
makeStreamingContentKeyRequestData
step.To fix my issue I need to change the way
assetIdData
is created inDRMManager.swift
file, at the line L129If I apply my custom modification to build assetIdData, the
makeStreamingContentKeyRequestData
method succeed, then I use the javascript hook getLicense, and it works perfectly, I'm able to stream the videos.My questions are :
I imagine a feature allowing to return
assetIdData
according the contentId and the keyrequest from javascript hook if defined, and default behavior if not. Like thegetLicense
hook.Thank you in advance,
K. Regards,
Matthieu.
Beta Was this translation helpful? Give feedback.
All reactions