2014-10-21, 02:32
Hello,
I'm having this problem since I have migrated my tv server from windows to linux. I'm suffering from small video freezes from time to time. I've tried many buffer and cache settings in advancedsettings.xml but none solved the problem.
My advancedsettings.xml:
Increasing cachemembuffersize and minaudiocachelevel minimized the problem but didn't solved it.
The freezes seems to be related to de follow log message:
My TV server is running vdr 2.1.6 + vnsi-server 1.1.0 on OE 4.2.1 and my clients are also running OE 4.2.1. The same problem also occurs on windows clients.
Here is my debug log: http://sprunge.us/TDWM
Any guidance would be welcome.
Thanks
I'm having this problem since I have migrated my tv server from windows to linux. I'm suffering from small video freezes from time to time. I've tried many buffer and cache settings in advancedsettings.xml but none solved the problem.
My advancedsettings.xml:
Code:
<advancedsettings>
<loglevel hide="true">1</loglevel>
<videolibrary>
<hideemptyseries>true</hideemptyseries>
<importresumepoint>true</importresumepoint>
<importwatchedstate>true</importwatchedstate>
<updateonstartup>true</updateonstartup>
</videolibrary>
<videodatabase>
<type>mysql</type>
<host>192.168.2.2</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.2.2</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
</musicdatabase>
<network>
<disableipv6>true</disableipv6>
<cachemembuffersize>268435456</cachemembuffersize>
</network>
<pvr>
<minaudiocachelevel>30</minaudiocachelevel>
</pvr>
</advancedsettings>
Increasing cachemembuffersize and minaudiocachelevel minimized the problem but didn't solved it.
The freezes seems to be related to de follow log message:
Code:
WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
My TV server is running vdr 2.1.6 + vnsi-server 1.1.0 on OE 4.2.1 and my clients are also running OE 4.2.1. The same problem also occurs on windows clients.
Here is my debug log: http://sprunge.us/TDWM
Any guidance would be welcome.
Thanks