So far I found only one potential solution (did not try yet
though):storing stream into small files and feeding files into
MediaPlayer.I'm not sure if this shall work well with files as small
as 5-10seconds as I need small stream delay.Had anybody tried that?
On Dec 11, 11:23 pm, port443 <[email protected]> wrote:
> Hello, I'm developing an app which plays MP3 streams over HTTP.
>
> MediaPlayerseems to suit this task great, except one thing: pre-
> buffering delay.
> It takes 2-3 minutes from setting up to actual audio being output.
> The stream is narrow: 16kbps; if I use wider stream, delay becomes
> shorter, so this looks like a fixed-set buffering.
>
> I also managed to make WinAmp working with same stream at ~5-10
> seconds delay: 32kBbuffer; 50% pre-buffer.
>
> Is there any way to control howMediaPlayeris buffering?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to