I have 3 attributes
streamUrl is used for play video, and I want to pass certificateUrl & licenseUrl to AVPlayer configuration like DRMPLayback here https://github.com/bitmovin/bitmovin-player-ios-samples/blob/master/BasicDRMPlayback/BasicDRMPlayback/ViewController.swift
how to implement in AVPlayer?
Code Block streamUrl : https://cdn-test-primary-01.akamaized.net/CONTENTS/HLS/VOD/14324/7975/010c6334-6616-459a-9744-5d293d100c6ab/8d6f9256-23-660d-d28b-0d3918c7c9bf/index_L5.m3u8?hdnts=st=1605179075~exp=1605182675~acl=/*~hmac=745912a937ef500eaf288d0dce2c2646e20122d35ad761379aefdc6c69a7259b
Code Block certificateUrl : https://mola01.koicdn.com/fairplay.cer
Code Block licenseUrl : https://testcer.fpsa.gmv05.verspec.net:8045/fpsa/v1.0/
streamUrl is used for play video, and I want to pass certificateUrl & licenseUrl to AVPlayer configuration like DRMPLayback here https://github.com/bitmovin/bitmovin-player-ios-samples/blob/master/BasicDRMPlayback/BasicDRMPlayback/ViewController.swift
how to implement in AVPlayer?