playback - Play widevine content located in App Documents iOS
2021腾讯云限时秒杀,爆款1核2G云服务器298元/3年!(领取2860元代金券),
地址:https://cloud.tencent.com/act/cps/redirect?redirect=1062
2021阿里云最低价产品入口+领取代金券(老用户3折起),
入口地址:https://www.aliyun.com/minisite/goods
up vote 0 down vote favorite 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 ios playback drm widevine
|
this question asked Jan 29 '15 at 18:27 linuxer 312 1 3 16
| 1 Answers
up vote 0 down vote ---Accepted---Accepted---Accepted---
Well, I found this issue to be with the File URL starting with File:// Once I removed that it all worked great.
|
this answer answered Feb 3 '15 at 16:00 linuxer 312 1 3 16 I use local path to file in document directory, but still got 1013 on WV_RegisterAsset. What else could be a problem? – Ernest Sep 29 '15 at 17:33 1 You get this error when it is unable to find the file. So make sure that you are giving it the full correct path. – linuxer Sep 30 '15 at 0:08
|