Mac computer kodi and buffering issues
#1
Mac computer kodi and buffering issues i try to play a movie on my mac computer and it wont play good it stops then plays few second i tested the speed on my mac computer and its good but i also have raspberry pi 2 and everything works fine
Thank you
Reply
#2
Ok - I had a buffering issue on my Mac Mini (2014) rendering content over Gb ethernet (wired) from an Ubuntu server over SMB. This manifested itself when playing back HD audio (FLAC) where I would have skips in audio.

This resolved it completely for me on Kodi (add it to advancedsettings.xml):

<advancedsettings>
<network>
<cachemembuffersize>157286400</cachemembuffersize>
<buffermode>1</buffermode>
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>

turn on debug logging and inspect the logs to ensure your advancedsettings are being loaded correctly. Don't know if this will solve for you; spend some time doing some research. once i added above my world was at peace.

cheers
Reply
#3
(2015-10-23, 17:02)TheShoe Wrote: Ok - I had a buffering issue on my Mac Mini (2014) rendering content over Gb ethernet (wired) from an Ubuntu server over SMB. This manifested itself when playing back HD audio (FLAC) where I would have skips in audio.

This resolved it completely for me on Kodi (add it to advancedsettings.xml):

<advancedsettings>
<network>
<cachemembuffersize>157286400</cachemembuffersize>
<buffermode>1</buffermode>
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>

turn on debug logging and inspect the logs to ensure your advancedsettings are being loaded correctly. Don't know if this will solve for you; spend some time doing some research. once i added above my world was at peace.

cheers

Hi,

I have quite the same issue, i tried anther setting in advancedsettings.xml, without result. In my case, issues appear during HD movie playback, any idea ? Thanks

Nemrod
Reply

Logout Mark Read Team Forum Stats Members Help
Mac computer kodi and buffering issues0