I have been sawing your iOS sample code.
So, I have a some questions.
I can’t understand how to created fairplayStreamUrl, licenseUrl and certificateUrl in drm part of ios sample code.
Can you explain me? or share me reference document url.
May I undertand fairplayStreamUrl in drm part of ios sample code as basic hls stream url?
As you mention, the fairplayStreamUrl is an HLS manifest url. This manifest is protected with Fairplay by a DRM service, which will provide you with the licenseUrl and certificateUrl , as well as the specific configuration needed for such DRM provider.
Do you use already a DRM provider for your Fairplay Content Protection?
We offer configuration examples for several providers. In the following link you will find some of those examples for EZDRM, Vualto and DRMToday: AppleFairplayDRMConfig | Bitmovin Player API 7.8.21
If you let us know the provider you use, we should be able to find a specific solution for your configuration, and help you getting your stream to play.
I hope this information is useful and look forward to hear more details on your current DRM use case.