Hi,<br><br>In src/input/stream.c, there are these 2 #define:<br>#define STREAM_CACHE_PREBUFFER_SIZE (32767)<br>#define STREAM_READ_ATONCE 32767<br><br>Can you please tell me <br>* why the size is 32767 (an odd number)?<br>
* why STREAM_CACHE_PREBUFFER_SIZE and  STREAM_READ_ATONCE has the same value?<br>* if I want to change the amount of data, vlc buffers before it starts showing any content, are these the #define i need to change?<br><br>Thank you.
<br>