开发者

Blackberry browser cache issue

开发者 https://www.devze.com 2023-03-23 10:51 出处:网络
i had developed a program in PHP which plays video in Blackberry browser using jwplayer. Everything works fine but while playi开发者_如何学Cng video greater than 150 MB with video length 144 second, t

i had developed a program in PHP which plays video in Blackberry browser using jwplayer. Everything works fine but while playi开发者_如何学Cng video greater than 150 MB with video length 144 second, the videos stop playing after few seconds, just buffering icon is shown.

I think the cache of the browser is full. so it cant cache the data.

It stops working in about 80-100 MB or data is played.

Any opinion will be appreciable.

thanks in advance


Perhaps the problem is related to the particular device software version or the device model. Have you tried to reproduce the issue on another device and/or devices with different/newer/older device software?

I think the best solution will be to re-encode uploaded videos as YouTube does. When a user uploads a video to the server run your process to re-encode the video using strict and working quality parameters.

0

精彩评论

暂无评论...
验证码 换一张
取 消