0

What is the best API for video streaming on Android? The Video is basically MPEG 2, kept on server, I want to stream to my Android phone which is having the decoder and our own player. (decoding is happening on the phone itself). The requirement is the delay should be as minimum as possible for smooth decoding and play back.

What about Gstreamer, is it a most efficient way?

Any suggestions?

Rgrds,

Heshsham

gpuguy
  • 4,607
  • 17
  • 67
  • 125

1 Answers1

0

may example given at http://code.google.com/p/html5webview/source/checkout helps you

Khan
  • 7,585
  • 3
  • 27
  • 44