Hello everyone,
Unfortunately, I have been having sporadic problems playing videos for a few months now.
During playback, the playback suddenly freezes. Kodi briefly shows buffering, but it stops and does not continue. Picture and sound are frozen and after a short time the playback is stopped and you end up back in the selection menu of the movies/series you were watching.
It doesn't matter whether the content is SD, HD or 4k.
Sometimes it runs flawlessly for hours until the error mentioned above occurs.
As of today, I use an RPi4 4GB in an Argon One housing. The content is retrieved from a NAS via NFS.
A lot has changed since the error occurred. The RPi4 has moved from the official Kodi case and SD card to an Argon One with SSD. The network switch has also been replaced in the meantime. Only the NAS is still the same. The error persists.
In the meantime, I activated the debug log once and was able to find the following lines in the log yesterday after the error occurred again at around 00:22.
2024-01-05 23:30:44.057 T:993 info <general>: VideoPlayer::OpenFile: nfs://192.168.1.10/Kodi/Serien/Game of Thrones/Season 5/got-s05e06.mkv
2024-01-05 23:30:44.113 T:4712 warning <general>: OutputPicture - timeout waiting for buffer
2024-01-05 23:30:44.162 T:4706 info <general>: Creating InputStream
2024-01-05 23:30:44.205 T:4706 info <general>: Creating Demuxer
2024-01-05 23:30:44.430 T:4706 info <general>: Opening stream: 0 source: 256
2024-01-05 23:30:44.431 T:4706 info <general>: Creating video codec with codec id: 27
2024-01-05 23:30:44.431 T:4706 info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem H.264 decoder wrapper
2024-01-05 23:30:44.490 T:4706 info <general>: Opening stream: 1 source: 256
2024-01-05 23:30:44.490 T:4706 info <general>: Finding audio codec for: 86020
2024-01-05 23:30:44.491 T:4706 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder dca
2024-01-05 23:30:44.491 T:4706 info <general>: Opening stream: 4 source: 256
2024-01-05 23:30:44.492 T:4713 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 49 ms
2024-01-05 23:30:51.823 T:4712 warning <general>: OutputPicture - timeout waiting for buffer
2024-01-06 00:22:09.737 T:993 info <general>: Skipped 2 duplicate messages..
2024-01-06 00:22:09.737 T:993 info <general>: CVideoPlayer::CloseFile()
2024-01-06 00:22:09.737 T:993 info <general>: VideoPlayer: waiting for threads to exit
2024-01-06 00:22:09.744 T:4706 info <general>: CVideoPlayer::OnExit()
2024-01-06 00:22:09.744 T:4706 info <general>: Closing stream player 1
2024-01-06 00:22:09.744 T:4706 info <general>: Waiting for audio thread to exit
2024-01-06 00:22:09.755 T:4713 info <general>: thread end: CVideoPlayerAudio::OnExit()
2024-01-06 00:22:09.755 T:4706 info <general>: Closing audio device
2024-01-06 00:22:09.805 T:1008 info <general>: CActiveAESink::OpenSink - initialize sink
2024-01-06 00:22:09.806 T:4706 info <general>: Deleting audio codec
2024-01-06 00:22:09.807 T:4706 info <general>: Closing stream player 2
2024-01-06 00:22:09.807 T:4706 info <general>: waiting for video thread to exit
2024-01-06 00:22:09.822 T:4712 warning <general>: OutputPicture - timeout waiting for buffer
2024-01-06 00:22:09.822 T:4712 info <general>: thread end: video_thread
2024-01-06 00:22:09.823 T:4706 info <general>: deleting video codec
2024-01-06 00:22:09.828 T:4706 info <general>: Closing stream player 3
2024-01-06 00:22:09.836 T:5734 info <general>: Deleting settings information for files nfs://192.168.1.10/Kodi/Serien/Game of Thrones/Season 5/got-s05e06.mkv
2024-01-06 00:22:09.843 T:993 info <general>: VideoPlayer: finished waiting
2024-01-06 00:22:09.843 T:993 info <general>: CVideoPlayer::CloseFile()
2024-01-06 00:22:09.843 T:993 info <general>: VideoPlayer: waiting for threads to exit
2024-01-06 00:22:09.843 T:993 info <general>: VideoPlayer: finished waiting
2024-01-06 00:22:10.004 T:1008 info <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi0,DEV=0"
2024-01-06 00:22:10.008 T:1008 info <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=vc4hdmi0,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00"
2024-01-06 00:22:10.009 T:1008 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2024-01-06 00:22:10.009 T:1008 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2024-01-06 00:22:10.134 T:5739 info <general>: WEATHER: Downloading weather
2024-01-06 00:22:10.214 T:1029 error <general>: EXCEPTION: Kodi is not playing any file
Display More