List of usage examples for android.media MediaPlayer subclass-usage
From source file org.devtcg.five.util.streaming.StreamMediaPlayer.java
/**
* Extended MediaPlayer to introduce arbitrary input support. Uses a
* local HTTP server to provide the effect of streaming.
*
* Keep in mind that the MediaPlayer imposes overhead with this hack as it
* stores locally a read-ahead cache of the stream on internal storage.