AVPlayer not playing video that needs cookie authorization.

During implementation of an iOS media player, i have encountered an issue that on most of the iOS systems, AVPlayer won't play the video/audio which needs cookie authorization. After researching into this issue, finally i found that it is caused by an known iOS bug: 

One of the errors that we have found in iOS 7 are that cookie authorization does not work for many users when playing a video clip in the embedded media player in Safari.

So how many users are affected by this bug?
According to W3Counter the web browser market share for iOS 7 is about 5.4 % for October 2013. Probably about one-fifth of those users are affected by this bug, a total of about 1.08 %.

After checking on iOS from 5.0 to 7.1 on emulator, here we found the result:

Test result for whether embedded media player in Safari support cookie authorization:
iOS 5.0: No
iOS 5.1: No
iOS 6.0: YES
iOS 6.1 -- (Emulator not work)
iOS 7.0.3: NO
iOS 7.1: NO

Suggestion for this issue: Split the request into 2 parts: First for cookie authorization and second  for real media url.
As currently we actually have 2 URLs in a playing video/audio action: URL A as the original URL, and URL B as the redirected URL. We could fix this issue in the following step:
1, Request URL A in AJAX instead of assigning it directly to HTML5 player.
2, After getting the redirected URL B, assign B to HTML5 player.
3, Play URL B.


Refer: https://www.bizify.me/test-if-your-ios-device-is-broken/


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值