network-programmingvideoblackberrymmapi

Download and play video from web on Blackberry


I want to play video from a url in my application... I want to first stream the video and store the data in a buffer and then feed the data from the buffer to the player.


Solution

  • There is a bufferedplaybackdemo sample in BlackBerry Eclipse Plugin, for audio. I do believe it's not hard to rewrite it for video playback.

    See Buffer and play streamed media