Question

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.

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top