Hello all,
I have just updated my Kodi installation: the one I'm running now is a fresh install from LibreELEC-RPi2.arm-9.0.2.img.gz on a RPi 3+.
I am experiencing some video problems with only some videos: the video starts playing for about 10 minutes, and after that, it stops and I need to resume it to keep watching.
When I tail -f the log file (tail -f /storage/.kodi/temp/kodi.log), the following appears at the exact same moment the video stops:
Code
2019-07-12 22:24:32.343 T:1504691056 NOTICE: CVideoPlayer::OnExit()
2019-07-12 22:24:32.343 T:1504691056 NOTICE: VideoPlayer: eof, waiting for queues to empty
2019-07-12 22:24:32.344 T:1504691056 NOTICE: Closing stream player 1
2019-07-12 22:24:32.344 T:1504691056 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
2019-07-12 22:24:32.345 T:1504691056 NOTICE: Waiting for audio thread to exit
2019-07-12 22:24:32.345 T:1443873648 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2019-07-12 22:24:32.345 T:1443873648 NOTICE: thread end: CVideoPlayerAudio::OnExit()
2019-07-12 22:24:32.345 T:1504691056 NOTICE: Closing audio device
2019-07-12 22:24:32.727 T:1504691056 NOTICE: Deleting audio codec
2019-07-12 22:24:32.727 T:1504691056 NOTICE: Closing stream player 2
2019-07-12 22:24:32.727 T:1504691056 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
2019-07-12 22:24:32.727 T:1504691056 NOTICE: waiting for video thread to exit
2019-07-12 22:24:32.727 T:1556288368 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2019-07-12 22:24:32.727 T:1556288368 NOTICE: thread end: video_thread
2019-07-12 22:24:32.728 T:1504691056 NOTICE: deleting video codec
2019-07-12 22:24:33.111 T:1937496464 NOTICE: CVideoPlayer::CloseFile()
2019-07-12 22:24:33.144 T:1937496464 NOTICE: VideoPlayer: waiting for threads to exit
2019-07-12 22:24:33.144 T:1937496464 NOTICE: VideoPlayer: finished waiting
2019-07-12 22:24:33.144 T:1937496464 NOTICE: CVideoPlayer::CloseFile()
2019-07-12 22:24:33.144 T:1937496464 NOTICE: VideoPlayer: waiting for threads to exit
2019-07-12 22:24:33.144 T:1937496464 NOTICE: VideoPlayer: finished waiting
Display More
Any idea what it can be?
Thanks!
B.R.