Hi All,
I have a problem whereby I start playing a video and after about 5 mins or so, it stops (as if someone pressed the stop button). I can resume it from where it stopped but it is very annoying. This appears to happen on all videos. The videos are stored on a central server and played on a Raspberry Pi 1 using nfs and the error in the log is...
2019-04-24 13:49:50.253 T:1817162608 ERROR: GetDirectory - Error getting
2019-04-24 13:50:08.186 T:1909785456 ERROR: Previous line repeats 6 times.
2019-04-24 13:50:08.186 T:1909785456 NOTICE: CAESinkPi:AddPackets Underrun (delay:0.00 frames:2205)
2019-04-24 13:50:38.270 T:1938018320 NOTICE: VideoPlayer::OpenFile: nfs://192.168.1.200/media/PrimaryData/Video/March12.mp4
2019-04-24 13:50:38.282 T:1448555376 NOTICE: Creating InputStream
2019-04-24 13:50:38.736 T:1448555376 NOTICE: Creating Demuxer
2019-04-24 13:50:46.220 T:1448555376 NOTICE: Opening stream: 0 source: 256
2019-04-24 13:50:46.424 T:1448555376 NOTICE: Creating video thread
2019-04-24 13:50:46.500 T:1448555376 NOTICE: Opening stream: 1 source: 256
2019-04-24 13:50:46.522 T:1448555376 NOTICE: Creating audio thread
2019-04-24 13:50:46.862 T:1448555376 NOTICE: OMXClock using audio as reference
2019-04-24 13:51:01.063 T:1370428272 ERROR: Read - Error( -14, read call failed with "F" )
2019-04-24 13:54:06.416 T:1938018320 NOTICE: NFS: sending keep alive after 180 s.
2019-04-24 15:02:19.724 T:1938018320 NOTICE: Previous line repeats 21 times.
2019-04-24 15:02:19.725 T:1938018320 NOTICE: CVideoPlayer::CloseFile()
2019-04-24 15:02:19.729 T:1938018320 NOTICE: VideoPlayer: waiting for threads to exit
2019-04-24 15:16:12.491 T:1667175280 ERROR: OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value
Display More
Other bits of information....
1. manually nfs mounting at the OS level seems to make no difference
2. the same files work fine using other devices (a laptop and fire stick running VLC) both nfs mounting the directory
3. the same file stored locally to the Pi works fine
4. I have added the following to advancedsetting.xml
<cache>
<buffermode>1</buffermode>
<memorysize>139460608</memorysize>
<readfactor>20</readfactor>
</cache>
5. The Pi is wired to the router whereas the laptop and fire stick are connected to the same router but via wifi
6. This is a clean install of latest LibreElec (LibreELEC-RPi.arm-9.0.1.img.gz) installed using the LibreElec tool
I have found a number of people have the same issue but have been unable to find a solution.
Anyone have any ideas?
thanks
Lee.