[S905X] Audio hang on PVR

  • Hi,

    Sometime the audio of my S905 box hang on live channel.
    On the kodi.log, I found this lines when the problem occurs :

    20:19:59 T:544848507104 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
    20:19:59 T:547489321184 ERROR: CAESinkALSA - snd_pcm_writei(-32) Broken pipe - trying to recover
    20:20:00 T:544848507104 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32

    Any advice to fix it ?
    It's only happen with TV channel.
    [hr]
    Ok, I fixed it with this modification on the advancedsettings.xml :

    <advancedsettings>
    <pvr>
    <minvideocachelevel>60</minvideocachelevel>
    <minaudiocachelevel>60</minaudiocachelevel>
    </pvr>
    </advancedsettings>

    By default it's :

    <minvideocachelevel>5</minvideocachelevel>
    <minaudiocachelevel>20</minaudiocachelevel>

    Increase this value stop my problem but increase the switch time channel ( which is already rly long about 9sec so 1-2 sec more ^^)

    Edited once, last by max63_ (January 9, 2017 at 8:28 PM).