Seeking during mp3 streaming on Android

Posted by twk on Stack Overflow See other posts from Stack Overflow or by twk
Published on 2010-04-13T17:38:56Z Indexed on 2010/04/13 17:43 UTC
Read the original article Hit count: 451

Filed under:
|
|

I've got an android app that plays mp3s over HTTP. I give the Mediaplayer a URL using setDataSource, then call start in onPrepared, and all is well. Now, I'm trying to implement seeking. When i call seekTo, I don't see the Mediaplayer make a second request using the Range header to my webserver. From reading around, it seems like Android supports this. Do I need to do anything extra to get it to work?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about mediaplayer