Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

change buffer size on MediaPlayer

Tags:

is there any way to change default buffer size on streaming MediaPlayer?

like image 893
josh Avatar asked Dec 10 '10 21:12

josh


People also ask

How do I increase buffering size?

To increase the memory buffer used by the Command Prompt: Click on Start > Run > cmd. Right click on the command prompt window then select Properties. In the "Option" tab, modify the value next to the "Buffer size" entry.


1 Answers

The buffer size is baked into the firmware. All you can do is keep tabs on how much the buffer is filled, and even that is just on a percentage basis.

Sorry!

like image 153
CommonsWare Avatar answered Oct 18 '22 10:10

CommonsWare