i had developed a program in PHP which plays video in Blackberry browser using jwplayer. Everything works fine but while playing 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

link|improve this question

3  
I would definitely suggest compressing the video more or lowering the quality some. A 2:24 video at 150MB is incredibly large. – jprofitt Jul 27 '11 at 13:07
@jprofiitt thanks for comment but video is uploaded by viewers, not by admin we don't have control in it. – Sujeet Jul 28 '11 at 4:53
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.