Hi everybody,
I have problems streaming Amazon Prime videos on a Raspberry Pi3. Sometimes it have short sound interruptions, sometimes the whole video stops. I have activated the debug log. Below is a short section. I can forward the whole file if necessary by PM. The errors have occurred with WLAN and LAN connectivity. The internet speed is 50 Mbit/s. Speed tests have always certified good results and streaming over a notebook runs completely trouble-free. I use the original power supply, but have already tried others.
Error messages in the log file:
WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
WARNING: ActiveAE - large audio sync error: -1000.479797
ERROR: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(error(110, 'Connection timed out'),))
Systeminformation:
Raspberry Pi3
Starting Kodi (18.0-ALPHA2 Git:9af16f4). Platform: Linux ARM 32-bit
Using Release Kodi x32 build (version for Raspberry Pi)
Kodi compiled Mar 30 2018 by GCC 7.3.0 for Linux ARM 32-bit version 4.14.31 (265759)
Running on LibreELEC (Milhouse): devel-20180330210303-#0330-gb252c76 [Build #0330] 9.0, kernel: Linux ARM 32-bit version 4.14.31
FFmpeg version/source: 3.4.1-Kodi
Logfile-section:
(error 110 only once)
19:55:55.212 T:1825653632 ERROR: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(error(110, 'Connection timed out'),))
19:55:55.213 T:1825653632 ERROR: Traceback (most recent call last):
File "/home/neil/projects/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/LibreELEC-settings-0ec74f6/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 271, in load_url
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
File "/usr/lib/python2.7/urllib2.py", line 429, in open
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
URLError: <urlopen error [Errno 110] Connection timed out>
19:55:55.851 T:1825653632 ERROR: ## LibreELEC Addon ## system::build_json ## ERROR: (TypeError("'NoneType' object does not support item assignment",))
19:55:55.851 T:1825653632 ERROR: Traceback (most recent call last):
File "/home/neil/projects/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/LibreELEC-settings-0ec74f6/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/system.py", line 726, in build_json
TypeError: 'NoneType' object does not support item assignment
19:56:14.579 T:1431552896 NOTICE: CVideoPlayerAudio::Process - stream stalled
19:56:15.744 T:1546716032 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
19:57:02.172 T:1941569552 WARNING: Previous line repeats 89 times.
19:57:02.173 T:1941569552 NOTICE: CVideoPlayer::CloseFile()
19:57:02.173 T:1941569552 NOTICE: VideoPlayer: waiting for threads to exit
19:57:02.322 T:1546716032 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
Would be great if someone could look at it.