public static Player createPlayer( java.io.InputStream ins, String type ) throws IOException, MediaException
{
// Body
}
So i have to create MediaPlayer from InputStream. how can i do this because there is no method in MediaPlayer class.
Thanks in advance


