0

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.

sth
  • 222,467
  • 53
  • 283
  • 367
tek3
  • 2,095
  • 2
  • 20
  • 50

1 Answers1

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.

See Buffer and play streamed media

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