Hi, I'm having some troubles with the VideoView.
For most of the videos : The video is prepared and the first image is shown. Then it freezes, buffering for a few seconds and really starts playing. And more or less every 30 seconds, it freezes again while buffering for 20 or 30 seconds. This problem seems to have appeared with Android 1.6, it's there in Wifi as well as in 3G. For other videos, the VideoView seems not to recognize the duration of the stream, so the OnCompletionListener is directly called (OnPrepared is not called). In my OnCompletionListener, I try to play the video anyways, so I call mediaPlayer.start(), ... And it doesn't play, but I see in the logs that it's buffering until it reaches 100% of the stream. Do you have any idea ? I wish I could use a mediaPlayer.setDuration() or mediaPlayer.startAfterLoading(x bytes) ... Thanks, Morgane --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

