Posts: 8
Joined: Feb 2011
Reputation:
0
Hello, is there a way to reduce the buffer time on XBMC player?
On Moeya FLV Player I can reduce the buffer time in seconds, and I can achieve a very short delay on Live RTMP streaming.
Is it possible to do the same in XBMC?
thank you in advance.
Posts: 8
Joined: Feb 2011
Reputation:
0
I've tried that, but it doesn't seen to work.
here is the content of the advancedsettings.xml that I created:
<advancedsettings>
<network>
<cachemembuffersize>32</cachemembuffersize>
</network>
</advancedsettings>
Is that right?
thank you.
Posts: 7,256
Joined: Nov 2008
Reputation:
121
If you'd like to post the URL for the stream you're using I'll have a play. I've stumbled over a few more settings that look like they might affect the caching.
JR
Posts: 8
Joined: Feb 2011
Reputation:
0
jhsrennie, thank you for your help.
Right now I'm traveling and won't be able to open the streaming (as I'm the one that is creating it)
Could you send me the configurations you tried out?
thanks
Posts: 7,256
Joined: Nov 2008
Reputation:
121
In the code for GUISettings.cpp there is mention of two settings, cachevideo.internet and cacheaudio.internet, but I haven't worked out what they do or how to set them.
JR