I have found that the default video buffer size was set to 8 seconds in Gingerbread, so any clips shorter than this could not be played.
Is there any way to change default buffer size on streaming MediaPlayer?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, there is not API support to do this. Soz.
All you can do is monitor how much of the buffer is filled.
Since you are doing this by yourself, change this:
It is the buffering time, and this :