LiveTV video freezes - Audio Continues
#16
Found them:
sudo nano /etc/hostname
sudo nano /etc/hosts

works great now. Thanks much for the help!
Reply
#17
Try adding that to your advancedsettings.xml and see if it fixes your buffering issue.

Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>0</cachemembuffersize>
    <readbufferfactor>2</readbufferfactor>
  </network>
</advancedsettings>
Reply
#18
I forgot to mention in my original post that I had already modified this file to the following:

<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>5</readbufferfactor>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
</advancedsettings>

I will assume that the readbufferfactor of 5 allocates even more memory than 2? If this is not correct, I will change it.

Thanks for your help.
Reply

Logout Mark Read Team Forum Stats Members Help
LiveTV video freezes - Audio Continues0