I am using the Amazon Music add-on and I am getting very short playback dropouts (~0.1 seconds) every few seconds (sometimes after every 10s, sometimes only after every minute or so). My Raspberry Pi with LibreElec 9 is connected to the network/internet over WiFi. With the Amazon VOD add-on I have no playback issues whatsoever, not even with 720p material, not even with the audio channels. So I suppose there is no physical bandwith issue nor a problem with DRM processing performance.
I had the same (AFAIK) dropouts when playing mp3's from my local network media server. But then I created advancedsettings.xml with the following content:
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>20971520</memorysize>
<readfactor>10</readfactor>
</cache>
</advancedsettings>
After that the stutter went away completely at least with music from my local network. But the problem with Amazon Music remained.![]()
It sounds exactly the same as with the local audio before. So my best guess is that Amazon Music add-on is probably just ignoring the above buffer settings. Don't know if this is possible.
Any ideas on how to solve it or how to diagnose?
Thanks in advance.