Reduce Buffer time on live RTMP
#1
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.
Reply
#2
Possibly the cachemembuffersize. See http://wiki.xbmc.org/?title=Advancedsett...network.3E

JR
Reply
#3
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.
Reply
#4
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
Reply
#5
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
Reply
#6
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
Reply

Logout Mark Read Team Forum Stats Members Help
Reduce Buffer time on live RTMP0