I’m using latest version of OSMC (2021.08-1) on Rpi4 and lately I’ve encountered video freezing while playing movies.
I’m getting “CVideoPlayerAudio::Process - stream stalled” error in log while it happens, whole logs from kodi pasted here: https://paste.kodi.tv/isenenoyer.kodi
The file is located on my NAS drive, and mounted via autofs with NFS protocol.
I have tried both WiFi and Ethernet connection and both suffered the same.
Interesting thing is that this can happen after 2 minutes, 5 or even 20 from start - no rule here (at least not for me).
I did not find anything interesting regarding this error on google - so I’m asking here.
Is there anything I can do?
Turning it off and on did not work
Little update.
Yesterday same thing happened twice while playing from smb mount.
What I did not report earlier are the kernel messages when video freezes:
[pon wrz 6 22:40:02 2021] bcm2835_mmal_vchiq: timed out waiting for sync completion
[pon wrz 6 22:40:11 2021] bcm2835_mmal_vchiq: timed out waiting for sync completion
[pon wrz 6 22:40:11 2021] bcm2835_mmal_vchiq: vchiq_mmal_component_init: failed to create component -62 (Not enough GPU mem?)
[pon wrz 6 22:40:11 2021] bcm2835-codec bcm2835-codec: bcm2835_codec_create_component: failed to create component ril.video_decode
[pon wrz 6 22:40:12 2021] bcm2835_mmal_vchiq: received invalid message context 5!
[pon wrz 6 22:40:12 2021] bcm2835_mmal_vchiq: received invalid message context 1!
And today morning I just switched completely to Ethernet (disabled wifi), transfers from my NAS are about 300-400 Mbps (both samba and NFS), and yet it still happens… Few moments ago, at 12:17 - so You can track it in logs…
Also did some iperf between Rpi4 and NAS and I get over 600Mbps (logs: hastebin ) so I think this is not the network thing. Also the Rpi2 played at the time the same video on the same cable/NAS/configuration without problems.
I am realy trying to check everything I can to find out what’s wrong…