Hi,
Browsing a library of images on my LibreELEC instance is abysmally slow: Opening a folder (with like 200 images) takes a minute, getting the thumbnails to show up takes minutes, not seconds. Playing .MOV files doesn't work at all, the screen blacks out and only the audio can be heard. (However, if I press "Back" on my TV remote I can see moving video in the background ) TV remote response lags like 20 seconds.
I use a Raspberry Pi 3 with LibreELEC 9.1.002 running Kodi 18.3. The picture files are nothing special, most are around 1-2 MB in size.
I try to access my pictures stored in a folder structure on my NAS using SMB. It's the same SMB share used for accessing movies and TV shows on the same RPi machine; that works perfectly .
If I run the latest Kodi on my Windows machine and access my NAS with the same SMB protocol, I have no issues---pictures are appearing fast as they should. So it appears to me the problem has to do with LibreELEC itself.
Checking /storage/.kodi/temp/kodi.log I can see things like:
2019-08-18 07:57:09.208 T:1432015744 ERROR: OutputPicture - failed to configure renderer
2019-08-18 07:57:10.040 T:1432015744 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2019-08-18 07:57:26.336 T:1621898112 WARNING: Previous line repeats 208 times.
2019-08-18 07:57:26.336 T:1621898112 NOTICE: LoadJpeg: unable to load smb://nasname/share/Docs/2019_02/IMG_8416.JPG
2019-08-18 07:57:26.377 T:1432015744 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2019-08-18 07:57:29.237 T:1423623040 WARNING: Previous line repeats 55 times.
2019-08-18 07:57:29.238 T:1423623040 NOTICE: CVideoPlayerAudio::Process - stream stalled
2019-08-18 07:57:30.855 T:1432015744 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2019-08-18 07:57:36.151 T:1460822912 WARNING: Previous line repeats 10 times.
2019-08-18 07:57:36.151 T:1460822912 WARNING: VideoPlayer::Sync - stream player video does not start, flushing buffers
2019-08-18 07:57:36.159 T:1621898112 NOTICE: LoadJpeg: unable to load smb://nasname/share/Docs/2019_02/IMG_8647.JPG
2019-08-18 07:57:37.454 T:1432015744 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2019-08-18 07:57:40.404 T:1621898112 WARNING: Previous line repeats 5 times.
Any ideas, what could be the problem?