Search code examples
iosplaybackdrmwidevine

Play widevine content located in App Documents iOS


I am trying to playback a wvm file that I download through an iOS app and located in the apps document directory. I am getting a 1013 error and I believe this is due to the files location and the WideVine api not having access to that location. Any ideas on how to overcome this? Or am I wrong and the issue is something else?

Thanks


Solution

  • Well, I found this issue to be with the File URL starting with File://

    Once I removed that it all worked great.