I would like play media (video) from a network stream(http) directly, hence so I have to somehow feed Android MediaPlayer with the data.
I have FileOutputStream outstream = new FileOutputStream(outputfile); which I write into the outputfile by outstream.write(buffer, 0, count);
Is there any API which takes stream as input....???.... Please help...