Hi All,
I have a strange issue and despite lots of searching I can't seem to find a solution.
During playback of video files, they will randomly stop almost as if the stop button had been pressed. The screen returns to the list of available videos with the one that was being played highlighted. Then hitting enter it gives you the option of resuming it and it plays from where it left off.
When this happens, kodi.log shows the following
Code
14:16:16.200 T:1559229344 ERROR: Read - Error( -14, read call failed with "F" )
14:16:30.077 T:1559229344 ERROR: Previous line repeats 2 times.
14:16:30.077 T:1559229344 NOTICE: CVideoPlayer::OnExit()
14:16:30.077 T:1559229344 NOTICE: VideoPlayer: eof, waiting for queues to empty
14:16:30.077 T:1559229344 NOTICE: Closing stream player 1
14:16:30.078 T:1559229344 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
14:16:30.092 T:1495507872 NOTICE: thread end: OMXPlayerAudio::OnExit()
14:16:30.180 T:1559229344 NOTICE: Closing stream player 2
14:16:30.181 T:1559229344 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
14:16:30.182 T:1537995680 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
14:16:30.182 T:1537995680 NOTICE: thread end: video_thread
14:16:31.294 T:1961332736 NOTICE: CVideoPlayer::CloseFile()
14:16:31.295 T:1961332736 NOTICE: VideoPlayer: waiting for threads to exit
14:16:31.295 T:1961332736 NOTICE: VideoPlayer: finished waiting
14:16:31.296 T:1961332736 NOTICE: CVideoPlayer::CloseFile()
14:16:31.297 T:1961332736 NOTICE: VideoPlayer: waiting for threads to exit
14:16:31.297 T:1961332736 NOTICE: VideoPlayer: finished waiting
Display More
All the files are stored on a central file server and the Pi connects to it via NFS. The Pi itself is connection to the server via Ethernet and a switch.
Looking in system info I see the following
Code
Summary
Operating system - LibreELEC(official) - Version: 8.0.2 (kernel: Linux 4....)
Build: Kodi 17.3 Git:147cec4
Compiled: May 25 2017
Video
GPU: VideoCore IV HW
OpenGL vendor: Broadcom
OpenGL version: OpenGL ES 2.0
Anyone have any ideas what could be wrong?
Thanks in advance
Lee.