How to avoid 15 second delay/caching in Android Media Player when playing stream
问题 I am implementing a media player that plays a stream from a remote machine. Via my app I can control the remote machine (e.g. seek to second). Works like charm, but: The Android Media Player buffers some insane 10-15 seconds(!!), which means each click ('seek') takes 10-15 seconds to take effect even though it is less than a second until the new data arrives. My Question: Is there any way to control (limit) that caching? Or am I simply doing something wrong? Am I the only one having this