media - How to play large video files in blackberry application? -


I want to design a Blackberry app that plays video.

In the latest JDK, the media player that I can use to play the video However, after the video of 6 MB, the application has been added, because COD files do not support that data Can do

What can I do? Is there a limit on the size of an app on a Blackberry device?

5.0 In JDK, they also support Esclaim. I was thinking that I can store video there, but I'm not sure whether it is possible or the app store will allow it?

I have around 100 MB of video that I want to add. I have no problem on the iPhone.

Most of the BlackBerrys have limited memory space available, so if you make your app too big Many people will stop it from downloading and installing it. An alternative approach will be to host the video on a web server and will not compile them in the application. The app can download videos from your server and store them in SD memory (if available). I think storage is the only way in SD memory that you are going to fit 100 MB video on any device (primary flash memory is a valuable and often limited resource).


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -