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.
Asked
Active
Viewed 834 times
1 Answers
1
There is a bufferedplaybackdemo sample in BlackBerry Eclipse Plugin, for audio. I do believe it's not hard to rewrite it for video playback.

Maksym Gontar
- 22,765
- 10
- 78
- 114
-
yes i am using this sample for playing videos..but the problem i am facing is that videos are indeed played..but i cant see the video of it...i can only hear the audio... – tek3 Oct 01 '09 at 12:47