Skip to content

Instantly share code, notes, and snippets.

@ilyaigpetrov
Last active January 26, 2020 14:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyaigpetrov/15348006dfe12d7ceaebc7f493d919cc to your computer and use it in GitHub Desktop.
Save ilyaigpetrov/15348006dfe12d7ceaebc7f493d919cc to your computer and use it in GitHub Desktop.
Kodi On Raspian On RPI0 Issues | https://git.io/rpi0-kodi | by https://git.io/ilyaigpetrov

Kodi On Raspian On RPI0 Issues

This document is a part of RPI0 review: https://git.io/ilyaigpetrov-rpi0.

$ kodi-standalone --version
18.2 Git:20190428-a94ccc8ba5 Media Center Kodi
Copyright (C) 2005-2018 Team Kodi - http://kodi.tv
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.9 (stretch)
Release:        9.9
Codename:       stretch
$ uname -a
Linux raspberrypi 4.19.42+ #1219 Tue May 14 21:16:38 BST 2019 armv6l GNU/Linux

1. Video Won't Play

Thread on the Kodi forum.

  1. kodi-standalone is used. It starts with sound but if I try to play mp4 v2 (ISO 14496-14) time lapses but screen is black. After stopping the video there is no sound in Kodi.
  2. YouTube addon tries to start a video, I hear a pike of a sound but video won't start at all (even no black screen).

Solution

In /boot/config.txt add or edit this parameter:

gpu_mem=128

Another advice I got: remove <cache> section from special://xbmc/system/advancedsettings.xml which is /usr/share/kodi/system/advancedsettings.xml.

Here is config.txt from LibreELEC-RPi.arm-9.0.2.img for a reference:

# Default GPU memory split (do not change if you do not know what you are doing)
  gpu_mem=128

# Configure GPU memory based on SDRAM size - overrides above setting
  gpu_mem_256=112
  gpu_mem_512=160
  gpu_mem_1024=256

2. UI Is Zoomed

Kodi UI is zoomed so its left and right edges are out of the screen. Resizing screen on TV doesn't help, even in 4:3 format black bars appear on the left and the right but Kodi's UI is still truncated.

YouTube Plugin Freezes

It's due to poor Wi-Fi capabilites of rpi0, see https://git.io/rpi0-wifi.

2019-06-23 07:15:16.382 T:2975957728 DEBUG: Thread Announce start, auto delete: false
2019-06-23 07:15:16.384 T:2975961696 NOTICE: -----------------------------------------------------------------------
2019-06-23 07:15:16.384 T:2975961696 NOTICE: Starting Kodi (18.2 Git:20190428-a94ccc8ba5). Platform: Linux ARM 32-bit
2019-06-23 07:15:16.384 T:2975961696 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
2019-06-23 07:15:16.385 T:2975961696 NOTICE: Kodi compiled 2019-04-30 by GCC 6.3.0 for Linux ARM 32-bit version 4.9.82 (264530)
2019-06-23 07:15:16.385 T:2975961696 NOTICE: Running on Raspbian GNU/Linux 9 (stretch), kernel: Linux ARM 32-bit version 4.19.42+
2019-06-23 07:15:16.386 T:2975961696 NOTICE: FFmpeg version/source: 4.0.3-Kodi
2019-06-23 07:15:16.386 T:2975961696 NOTICE: Host CPU: ARMv6-compatible processor rev 7 (v6l), 1 core available
2019-06-23 07:15:16.386 T:2975961696 NOTICE: ARM Features: Neon disabled
2019-06-23 07:15:16.386 T:2975961696 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2019-06-23 07:15:16.386 T:2975961696 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://masterprofile/ is mapped to: /home/pi/.kodi/userdata
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://envhome/ is mapped to: /home/pi
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://home/ is mapped to: /home/pi/.kodi
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://temp/ is mapped to: /home/pi/.kodi/temp
2019-06-23 07:15:16.387 T:2975961696 NOTICE: special://logpath/ is mapped to: /home/pi/.kodi/temp
2019-06-23 07:15:16.388 T:2975961696 NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi-rbpi
2019-06-23 07:15:16.388 T:2975961696 NOTICE: Local hostname: raspberrypi
2019-06-23 07:15:16.388 T:2975961696 NOTICE: Log File is located: /home/pi/.kodi/temp/kodi.log
2019-06-23 07:15:16.389 T:2975961696 NOTICE: -----------------------------------------------------------------------
2019-06-23 07:15:16.389 T:2975961696 INFO: loading settings
2019-06-23 07:15:16.392 T:2975961696 NOTICE: special://profile/ is mapped to: special://masterprofile/
2019-06-23 07:15:16.516 T:2975961696 DEBUG: CSkinSettings: no <skinsettings> tag found
2019-06-23 07:15:16.517 T:2975961696 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2019-06-23 07:15:16.523 T:2975961696 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2019-06-23 07:15:16.524 T:2975961696 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<fanartres>720</fanartres>
<imageres>540</imageres>
<video>
<busydialogdelayms>750</busydialogdelayms>
</video>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<cache>
<memorysize>31457280</memorysize>
</cache>
</advancedsettings>
2019-06-23 07:15:16.525 T:2975961696 WARNING: CSettingsManager: missing version attribute
2019-06-23 07:15:16.530 T:2975961696 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2019-06-23 07:15:16.530 T:2975961696 NOTICE: Default Video Player: VideoPlayer
2019-06-23 07:15:16.531 T:2975961696 NOTICE: Default Audio Player: paplayer
2019-06-23 07:15:16.531 T:2975961696 NOTICE: Enabled debug logging due to GUI setting (2)
2019-06-23 07:15:16.531 T:2975961696 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
2019-06-23 07:15:16.537 T:2975961696 INFO: creating subdirectories
2019-06-23 07:15:16.538 T:2975961696 INFO: userdata folder: special://masterprofile/
2019-06-23 07:15:16.538 T:2975961696 INFO: recording folder:
2019-06-23 07:15:16.538 T:2975961696 INFO: screenshots folder:
2019-06-23 07:15:16.743 T:2975961696 DEBUG: DllBcm: Using omx system library
2019-06-23 07:15:16.745 T:2966418144 DEBUG: Thread Lirc start, auto delete: false
2019-06-23 07:15:16.746 T:2966418144 INFO: Loading special://xbmc/system/Lircmap.xml
2019-06-23 07:15:16.751 T:2955932384 DEBUG: Thread libinput start, auto delete: false
2019-06-23 07:15:16.760 T:2975961696 NOTICE: Running database version Addons27
2019-06-23 07:15:16.781 T:2966418144 INFO: * Adding remote mapping for device 'mceusb'
2019-06-23 07:15:16.782 T:2966418144 INFO: * Adding remote mapping for device 'XboxDVDDongle'
2019-06-23 07:15:16.782 T:2966418144 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
2019-06-23 07:15:16.782 T:2966418144 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2019-06-23 07:15:16.783 T:2966418144 INFO: * Adding remote mapping for device 'anysee'
2019-06-23 07:15:16.783 T:2966418144 INFO: * Adding remote mapping for device 'iMON-PAD'
2019-06-23 07:15:16.783 T:2966418144 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
2019-06-23 07:15:16.784 T:2966418144 INFO: * Adding remote mapping for device 'MCE_via_iMON'
2019-06-23 07:15:16.784 T:2966418144 INFO: * Adding remote mapping for device 'TwinHanRemote'
2019-06-23 07:15:16.785 T:2966418144 INFO: * Adding remote mapping for device 'linux-input-layer'
2019-06-23 07:15:16.785 T:2966418144 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2019-06-23 07:15:16.785 T:2966418144 INFO: * Adding remote mapping for device 'mediacenter'
2019-06-23 07:15:16.786 T:2966418144 INFO: * Adding remote mapping for device 'devinput'
2019-06-23 07:15:16.786 T:2966418144 INFO: * Adding remote mapping for device 'devinput-32'
2019-06-23 07:15:16.787 T:2966418144 INFO: * Adding remote mapping for device 'devinput-64'
2019-06-23 07:15:16.790 T:2966418144 DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
2019-06-23 07:15:16.871 T:2975961696 INFO: ADDON: cpluff: 'Could not open plug-in directory /usr/lib/arm-linux-gnueabihf/kodi/addons: No such file or directory'
2019-06-23 07:15:16.872 T:2975961696 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
2019-06-23 07:15:16.872 T:2975961696 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: game.controller.default v1.0.8 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2019-06-23 07:15:16.873 T:2975961696 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2019-06-23 07:15:16.874 T:2975961696 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2019-06-23 07:15:16.875 T:2975961696 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: kodi.resource v1.0.0 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: metadata.album.universal v3.1.2 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: metadata.common.allmusic.com v3.2.0 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: metadata.common.fanart.tv v3.6.1 installed
2019-06-23 07:15:16.876 T:2975961696 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.2 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.9 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.local v1.0.0 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.themoviedb.org v5.1.7 installed
2019-06-23 07:15:16.877 T:2975961696 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.1 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: plugin.video.youtube v6.4.1 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: repository.xbmc.org v3.1.5 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2019-06-23 07:15:16.878 T:2975961696 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.32 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.54 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.certifi v2019.3.9 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.idna v2.8 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.pil v1.1.7 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2019-06-23 07:15:16.879 T:2975961696 NOTICE: ADDON: script.module.requests v2.22.0 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: script.module.six v1.11.0 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: script.module.urllib3 v1.25.3 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: service.xbmc.versioncheck v0.4.6 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: skin.estouchy v2.0.23 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: skin.estuary v2.0.22 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2019-06-23 07:15:16.880 T:2975961696 NOTICE: ADDON: xbmc.addon v18.2.0 installed
2019-06-23 07:15:16.881 T:2975961696 NOTICE: ADDON: xbmc.core v0.1.0 installed
2019-06-23 07:15:16.881 T:2975961696 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2019-06-23 07:15:16.881 T:2975961696 NOTICE: ADDON: xbmc.json v10.3.0 installed
2019-06-23 07:15:16.881 T:2975961696 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2019-06-23 07:15:16.881 T:2975961696 NOTICE: ADDON: xbmc.python v2.26.0 installed
2019-06-23 07:15:16.882 T:2975961696 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2019-06-23 07:15:16.963 T:2955932384 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: USB Keyboard (event0)
2019-06-23 07:15:16.964 T:2955932384 DEBUG: CLibInputKeyboard::GetRepeat - delay: 250ms repeat: 33ms for USB Keyboard (event0)
2019-06-23 07:15:16.965 T:2955932384 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: USB Keyboard System Control (event1)
2019-06-23 07:15:16.965 T:2955932384 DEBUG: CLibInputKeyboard::GetRepeat - could not get key repeat for event1 (Function not implemented)
2019-06-23 07:15:16.965 T:2955932384 DEBUG: CLibInputKeyboard::GetRepeat - delay: 400ms repeat: 80ms for USB Keyboard System Control (event1)
2019-06-23 07:15:16.965 T:2955932384 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: USB Keyboard Consumer Control (event2)
2019-06-23 07:15:16.966 T:2955932384 DEBUG: CLibInputKeyboard::GetRepeat - could not get key repeat for event2 (Function not implemented)
2019-06-23 07:15:16.971 T:2955932384 DEBUG: CLibInputKeyboard::GetRepeat - delay: 400ms repeat: 80ms for USB Keyboard Consumer Control (event2)
2019-06-23 07:15:17.057 T:2975961696 DEBUG: CFavourites::Load - no system favourites found, skipping
2019-06-23 07:15:17.057 T:2975961696 DEBUG: CFavourites::Load - no userdata favourites found, skipping
2019-06-23 07:15:17.070 T:2975961696 DEBUG: DBus method call to org.freedesktop.ConsoleKit.Manager.CanStop at /org/freedesktop/ConsoleKit/Manager of org.freedesktop.ConsoleKit failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
2019-06-23 07:15:17.071 T:2975961696 INFO: Selected Logind/UPower as PowerSyscall
2019-06-23 07:15:17.073 T:2975961696 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2019-06-23 07:15:17.074 T:2975961696 INFO: LogindUPowerSyscall - UPower not found, battery information will not be available
2019-06-23 07:15:17.186 T:2975961696 DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 20
2019-06-23 07:15:17.199 T:2975961696 DEBUG: DBus method call to org.freedesktop.UPower.EnumerateDevices at /org/freedesktop/UPower of org.freedesktop.UPower failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2019-06-23 07:15:17.201 T:2947539680 DEBUG: Thread ActiveAE start, auto delete: false
2019-06-23 07:15:17.201 T:2939146976 DEBUG: Thread AESink start, auto delete: false
2019-06-23 07:15:17.211 T:2930754272 DEBUG: Thread FDEventMonitor start, auto delete: false
2019-06-23 07:15:17.233 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround71" for playback
2019-06-23 07:15:17.236 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround51" for playback
2019-06-23 07:15:17.237 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround71" for playback
2019-06-23 07:15:17.240 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround40" for playback
2019-06-23 07:15:17.241 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround51" for playback
2019-06-23 07:15:17.241 T:2947539680 INFO: CAESinkALSA - Unable to open device "surround71" for playback
2019-06-23 07:15:17.315 T:2947539680 NOTICE: Found 2 Lists of Devices
2019-06-23 07:15:17.316 T:2947539680 NOTICE: Enumerated ALSA devices:
2019-06-23 07:15:17.316 T:2947539680 NOTICE: Device 1
2019-06-23 07:15:17.317 T:2947539680 NOTICE: m_deviceName : @
2019-06-23 07:15:17.317 T:2947539680 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA)
2019-06-23 07:15:17.317 T:2947539680 NOTICE: m_displayNameExtra:
2019-06-23 07:15:17.318 T:2947539680 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 07:15:17.318 T:2947539680 NOTICE: m_channels : FL, FR
2019-06-23 07:15:17.318 T:2947539680 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
2019-06-23 07:15:17.318 T:2947539680 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2019-06-23 07:15:17.318 T:2947539680 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 07:15:17.318 T:2947539680 NOTICE: Device 2
2019-06-23 07:15:17.319 T:2947539680 NOTICE: m_deviceName : sysdefault:CARD=ALSA
2019-06-23 07:15:17.319 T:2947539680 NOTICE: m_displayName : bcm2835 ALSA
2019-06-23 07:15:17.319 T:2947539680 NOTICE: m_displayNameExtra: bcm2835 ALSA
2019-06-23 07:15:17.319 T:2947539680 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 07:15:17.319 T:2947539680 NOTICE: m_channels : FL, FR
2019-06-23 07:15:17.320 T:2947539680 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
2019-06-23 07:15:17.320 T:2947539680 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2019-06-23 07:15:17.320 T:2947539680 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 07:15:17.320 T:2947539680 NOTICE: Enumerated PI devices:
2019-06-23 07:15:17.320 T:2947539680 NOTICE: Device 1
2019-06-23 07:15:17.320 T:2947539680 NOTICE: m_deviceName : HDMI
2019-06-23 07:15:17.321 T:2947539680 NOTICE: m_displayName : HDMI
2019-06-23 07:15:17.321 T:2947539680 NOTICE: m_displayNameExtra:
2019-06-23 07:15:17.321 T:2947539680 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2019-06-23 07:15:17.321 T:2947539680 NOTICE: m_channels : FL, FR
2019-06-23 07:15:17.321 T:2947539680 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2019-06-23 07:15:17.322 T:2947539680 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2019-06-23 07:15:17.322 T:2947539680 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2019-06-23 07:15:17.322 T:2947539680 NOTICE: Device 2
2019-06-23 07:15:17.322 T:2947539680 NOTICE: m_deviceName : Analogue
2019-06-23 07:15:17.322 T:2947539680 NOTICE: m_displayName : Analogue
2019-06-23 07:15:17.322 T:2947539680 NOTICE: m_displayNameExtra:
2019-06-23 07:15:17.323 T:2947539680 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 07:15:17.323 T:2947539680 NOTICE: m_channels : FL, FR
2019-06-23 07:15:17.323 T:2947539680 NOTICE: m_sampleRates : 48000
2019-06-23 07:15:17.323 T:2947539680 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-06-23 07:15:17.323 T:2947539680 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 07:15:17.323 T:2947539680 NOTICE: Device 3
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_deviceName : Both
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_displayName : HDMI and Analogue
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_displayNameExtra:
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_channels : FL, FR
2019-06-23 07:15:17.324 T:2947539680 NOTICE: m_sampleRates : 48000
2019-06-23 07:15:17.325 T:2947539680 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-06-23 07:15:17.325 T:2947539680 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 07:15:17.326 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:17.326 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:17.326 T:2939146976 DEBUG: DllBcm: Using omx system library
2019-06-23 07:15:17.331 T:2939146976 DEBUG: SECTION:LoadDLL(libopenmaxil.so)
2019-06-23 07:15:17.336 T:2939146976 DEBUG: Loading: libopenmaxil.so
2019-06-23 07:15:17.349 T:2939146976 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2019-06-23 07:15:17.349 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:15:17.355 T:2939146976 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0d02468
2019-06-23 07:15:17.356 T:2872005344 DEBUG: Thread CRBPWorker start, auto delete: false
2019-06-23 07:15:17.359 T:2939146976 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2019-06-23 07:15:17.361 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:17.361 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Sample Rate : 44100
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Sample Format : AE_FMT_FLOAT
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Channel Layout: FL, FR
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Frames : 2205
2019-06-23 07:15:17.362 T:2939146976 DEBUG: Frame Size : 8
2019-06-23 07:15:17.403 T:2975961696 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2019-06-23 07:15:17.409 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
2019-06-23 07:15:17.411 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
2019-06-23 07:15:17.415 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
2019-06-23 07:15:17.417 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
2019-06-23 07:15:17.419 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
2019-06-23 07:15:17.423 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
2019-06-23 07:15:17.426 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
2019-06-23 07:15:17.429 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
2019-06-23 07:15:17.432 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
2019-06-23 07:15:17.438 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
2019-06-23 07:15:17.441 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
2019-06-23 07:15:17.444 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
2019-06-23 07:15:17.448 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
2019-06-23 07:15:17.451 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
2019-06-23 07:15:17.453 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
2019-06-23 07:15:17.456 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
2019-06-23 07:15:17.460 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
2019-06-23 07:15:17.463 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
2019-06-23 07:15:17.466 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
2019-06-23 07:15:17.470 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
2019-06-23 07:15:17.473 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
2019-06-23 07:15:17.477 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
2019-06-23 07:15:17.479 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
2019-06-23 07:15:17.483 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
2019-06-23 07:15:17.487 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
2019-06-23 07:15:17.491 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
2019-06-23 07:15:17.494 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
2019-06-23 07:15:17.498 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
2019-06-23 07:15:17.499 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
2019-06-23 07:15:17.503 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
2019-06-23 07:15:17.506 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
2019-06-23 07:15:17.508 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
2019-06-23 07:15:17.512 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
2019-06-23 07:15:17.513 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
2019-06-23 07:15:17.517 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
2019-06-23 07:15:17.521 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
2019-06-23 07:15:17.523 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
2019-06-23 07:15:17.527 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
2019-06-23 07:15:17.528 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
2019-06-23 07:15:17.530 T:2975961696 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
2019-06-23 07:15:17.535 T:2975961696 DEBUG: DBus method call to org.freedesktop.DBus.Peer.Ping at /org/freedesktop/UDisks2 of org.freedesktop.UDisks2 failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks2 was not provided by any .service files
2019-06-23 07:15:17.538 T:2975961696 DEBUG: DBus method call to org.freedesktop.UDisks.EnumerateDevices at /org/freedesktop/UDisks of org.freedesktop.UDisks failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
2019-06-23 07:15:17.546 T:2975961696 DEBUG: Selected UDev as storage provider
2019-06-23 07:15:17.547 T:2975961696 NOTICE: Raspberry PI firmware version: Mar 27 2019 15:45:53
Copyright (c) 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start)
2019-06-23 07:15:17.548 T:2975961696 NOTICE: ARM mem: 448MB GPU mem: 64MB MPG2:0 WVC1:0
2019-06-23 07:15:17.548 T:2975961696 NOTICE: cache.memorysize: 30MB
2019-06-23 07:15:17.548 T:2975961696 NOTICE: Config:
aphy_params_current=547
arm_freq=1000
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=400
disable_auto_turbo=1
disable_commandline_tags=2
display_hdmi_rotate=-1
display_lcd_rotate=-1
dphy_params_current=547
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=300
hdmi_channel_map=8
hdmi_force_cec_address=65535
ignore_lcd=1
init_uart_clock=0x2dc6c00
over_voltage_avs=0x249f0
overscan_bottom=48
overscan_left=48
overscan_right=48
overscan_top=48
pause_burst_frames=1
program_serial_random=1
sdram_freq=450
2019-06-23 07:15:17.549 T:2975961696 NOTICE: Config:
device_tree=-
2019-06-23 07:15:17.550 T:2975961696 DEBUG: EGL initial desktop resolution 1920x1080 (1280x720) @ 50.00i - Full Screen (1.00)
2019-06-23 07:15:17.551 T:2975961696 DEBUG: EGL get supported modes (2) = 12, prefer_group=1, prefer_mode=14
2019-06-23 07:15:17.552 T:2975961696 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :4
2019-06-23 07:15:17.552 T:2975961696 DEBUG: EGL mode 1: 640x480 (640x480) @ 72.00 - Full Screen (1.00) :5
2019-06-23 07:15:17.552 T:2975961696 DEBUG: EGL mode 2: 640x480 (640x480) @ 75.00 - Full Screen (1.00) :6
2019-06-23 07:15:17.552 T:2975961696 DEBUG: EGL mode 3: 800x600 (800x600) @ 60.00 - Full Screen (1.00) :9
2019-06-23 07:15:17.553 T:2975961696 DEBUG: EGL mode 4: 800x600 (800x600) @ 72.00 - Full Screen (1.00) :a
2019-06-23 07:15:17.553 T:2975961696 DEBUG: EGL mode 5: 800x600 (800x600) @ 75.00 - Full Screen (1.00) :b
2019-06-23 07:15:17.553 T:2975961696 DEBUG: EGL mode 6: 1024x768 (960x720) @ 60.00 - Full Screen (1.00) :10
2019-06-23 07:15:17.554 T:2975961696 DEBUG: EGL mode 7: 1024x768 (960x720) @ 70.00 - Full Screen (1.00) :11
2019-06-23 07:15:17.554 T:2975961696 DEBUG: EGL mode 8: 1024x768 (960x720) @ 75.00 - Full Screen (1.00) :12
2019-06-23 07:15:17.554 T:2975961696 DEBUG: EGL mode 9: 1280x1024 (900x720) @ 60.00 - Full Screen (1.00) :23
2019-06-23 07:15:17.555 T:2975961696 DEBUG: EGL mode 10: 1280x1024 (900x720) @ 75.00 - Full Screen (1.00) :24
2019-06-23 07:15:17.555 T:2975961696 DEBUG: EGL mode 11: 1360x768 (1275x720) @ 60.00 - Full Screen (1.00) :27
2019-06-23 07:15:17.556 T:2975961696 DEBUG: EGL get supported modes (1) = 17, prefer_group=1, prefer_mode=14
2019-06-23 07:15:17.556 T:2975961696 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :1
2019-06-23 07:15:17.557 T:2975961696 DEBUG: EGL mode 1: 720x480 (720x480) @ 60.00 - Full Screen (0.89) :2
2019-06-23 07:15:17.557 T:2975961696 DEBUG: EGL mode 2: 720x480 (720x480) @ 60.00 - Full Screen (1.19) :3
2019-06-23 07:15:17.557 T:2975961696 DEBUG: EGL mode 3: 1280x720 (1280x720) @ 60.00 - Full Screen (1.00) :4
2019-06-23 07:15:17.558 T:2975961696 DEBUG: EGL mode 4: 1920x1080 (1280x720) @ 60.00i - Full Screen (1.00) I:5
2019-06-23 07:15:17.558 T:2975961696 DEBUG: EGL mode 5: 720x480 (720x480) @ 60.00i - Full Screen (0.89) I:6
2019-06-23 07:15:17.558 T:2975961696 DEBUG: EGL mode 6: 720x480 (720x480) @ 60.00i - Full Screen (1.19) I:7
2019-06-23 07:15:17.559 T:2975961696 DEBUG: EGL mode 7: 720x480 (720x480) @ 60.00 - Full Screen (0.89) :e
2019-06-23 07:15:17.559 T:2975961696 DEBUG: EGL mode 8: 720x480 (720x480) @ 60.00 - Full Screen (1.19) :f
2019-06-23 07:15:17.559 T:2975961696 DEBUG: EGL mode 9: 720x576 (720x576) @ 50.00 - Full Screen (1.07) :11
2019-06-23 07:15:17.559 T:2975961696 DEBUG: EGL mode 10: 720x576 (720x576) @ 50.00 - Full Screen (1.42) :12
2019-06-23 07:15:17.560 T:2975961696 DEBUG: EGL mode 11: 1280x720 (1280x720) @ 50.00 - Full Screen (1.00) :13
2019-06-23 07:15:17.560 T:2975961696 DEBUG: EGL mode 12: 1920x1080 (1280x720) @ 50.00i - Full Screen (1.00) NI:14
2019-06-23 07:15:17.560 T:2975961696 DEBUG: EGL mode 13: 720x576 (720x576) @ 50.00i - Full Screen (1.07) I:15
2019-06-23 07:15:17.561 T:2975961696 DEBUG: EGL mode 14: 720x576 (720x576) @ 50.00i - Full Screen (1.42) I:16
2019-06-23 07:15:17.561 T:2975961696 DEBUG: EGL mode 15: 720x576 (720x576) @ 50.00 - Full Screen (1.07) :1d
2019-06-23 07:15:17.561 T:2975961696 DEBUG: EGL mode 16: 720x576 (720x576) @ 50.00 - Full Screen (1.42) :1e
2019-06-23 07:15:17.562 T:2975961696 DEBUG: EGL probe resolution 1920x1080 (1280x720) @ 50.00i - Full Screen:14010001
2019-06-23 07:15:17.562 T:2975961696 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
2019-06-23 07:15:17.562 T:2975961696 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
2019-06-23 07:15:17.562 T:2975961696 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 72.000000 Hz
2019-06-23 07:15:17.563 T:2975961696 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 71.928070 Hz
2019-06-23 07:15:17.563 T:2975961696 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 75.000000 Hz
2019-06-23 07:15:17.563 T:2975961696 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
2019-06-23 07:15:17.563 T:2975961696 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
2019-06-23 07:15:17.563 T:2975961696 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 72.000000 Hz
2019-06-23 07:15:17.564 T:2975961696 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 71.928070 Hz
2019-06-23 07:15:17.564 T:2975961696 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 75.000000 Hz
2019-06-23 07:15:17.564 T:2975961696 NOTICE: Found resolution 960 x 720 with 1024 x 768 @ 60.000000 Hz
2019-06-23 07:15:17.564 T:2975961696 NOTICE: Found resolution 960 x 720 with 1024 x 768 @ 59.940063 Hz
2019-06-23 07:15:17.565 T:2975961696 NOTICE: Found resolution 960 x 720 with 1024 x 768 @ 70.000000 Hz
2019-06-23 07:15:17.565 T:2975961696 NOTICE: Found resolution 960 x 720 with 1024 x 768 @ 75.000000 Hz
2019-06-23 07:15:17.565 T:2975961696 NOTICE: Found resolution 900 x 720 with 1280 x 1024 @ 60.000000 Hz
2019-06-23 07:15:17.565 T:2975961696 NOTICE: Found resolution 900 x 720 with 1280 x 1024 @ 59.940063 Hz
2019-06-23 07:15:17.566 T:2975961696 NOTICE: Found resolution 900 x 720 with 1280 x 1024 @ 75.000000 Hz
2019-06-23 07:15:17.566 T:2975961696 NOTICE: Found resolution 1275 x 720 with 1360 x 768 @ 60.000000 Hz
2019-06-23 07:15:17.566 T:2975961696 NOTICE: Found resolution 1275 x 720 with 1360 x 768 @ 59.940063 Hz
2019-06-23 07:15:17.566 T:2975961696 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
2019-06-23 07:15:17.567 T:2975961696 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
2019-06-23 07:15:17.567 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
2019-06-23 07:15:17.567 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
2019-06-23 07:15:17.567 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1920 x 1080i @ 60.000000 Hz
2019-06-23 07:15:17.567 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1920 x 1080i @ 59.940063 Hz
2019-06-23 07:15:17.568 T:2975961696 NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
2019-06-23 07:15:17.568 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
2019-06-23 07:15:17.568 T:2975961696 NOTICE: Found resolution 1280 x 720 with 1920 x 1080i @ 50.000000 Hz
2019-06-23 07:15:17.568 T:2975961696 NOTICE: Found (1280x720i@50.000000) at 43, setting to RES_DESKTOP at 16
2019-06-23 07:15:17.571 T:2975961696 NOTICE: EGL_VERSION = 1.4
2019-06-23 07:15:17.571 T:2975961696 NOTICE: EGL_VENDOR = Broadcom
2019-06-23 07:15:17.571 T:2975961696 NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
2019-06-23 07:15:17.571 T:2975961696 NOTICE: EGL_CLIENT_EXTENSIONS = NULL
2019-06-23 07:15:17.572 T:2975961696 DEBUG: EGL Config Attributes:
2019-06-23 07:15:17.572 T:2975961696 DEBUG: EGL_BUFFER_SIZE: 32
2019-06-23 07:15:17.572 T:2975961696 DEBUG: EGL_ALPHA_SIZE: 8
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_BLUE_SIZE: 8
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_GREEN_SIZE: 8
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_RED_SIZE: 8
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_DEPTH_SIZE: 24
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_STENCIL_SIZE: 0
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_CONFIG_CAVEAT: 0x3038
2019-06-23 07:15:17.573 T:2975961696 DEBUG: EGL_CONFIG_ID: 3
2019-06-23 07:15:17.574 T:2975961696 DEBUG: EGL_LEVEL: 0
2019-06-23 07:15:17.574 T:2975961696 DEBUG: EGL_MAX_PBUFFER_HEIGHT: 2048
2019-06-23 07:15:17.574 T:2975961696 DEBUG: EGL_MAX_PBUFFER_PIXELS: 4194304
2019-06-23 07:15:17.574 T:2975961696 DEBUG: EGL_MAX_PBUFFER_WIDTH: 2048
2019-06-23 07:15:17.574 T:2975961696 DEBUG: EGL_NATIVE_RENDERABLE: 1
2019-06-23 07:15:17.575 T:2975961696 DEBUG: EGL_NATIVE_VISUAL_ID: 37928
2019-06-23 07:15:17.575 T:2975961696 DEBUG: EGL_NATIVE_VISUAL_TYPE: 0x3038
2019-06-23 07:15:17.575 T:2975961696 DEBUG: EGL_SAMPLES: 0
2019-06-23 07:15:17.575 T:2975961696 DEBUG: EGL_SAMPLE_BUFFERS: 0
2019-06-23 07:15:17.575 T:2975961696 DEBUG: EGL_SURFACE_TYPE: 1639
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_TRANSPARENT_TYPE: 0x3038
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_TRANSPARENT_BLUE_VALUE: 0
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_TRANSPARENT_GREEN_VALUE: 0
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_TRANSPARENT_RED_VALUE: 0
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_BIND_TO_TEXTURE_RGB: 0
2019-06-23 07:15:17.576 T:2975961696 DEBUG: EGL_BIND_TO_TEXTURE_RGBA: 1
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_MIN_SWAP_INTERVAL: 0
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_MAX_SWAP_INTERVAL: 2147483647
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_LUMINANCE_SIZE: 0
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_ALPHA_MASK_SIZE: 0
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_COLOR_BUFFER_TYPE: 0x308e
2019-06-23 07:15:17.577 T:2975961696 DEBUG: EGL_RENDERABLE_TYPE: 7
2019-06-23 07:15:17.578 T:2975961696 DEBUG: EGL_CONFORMANT: 7
2019-06-23 07:15:17.579 T:2975961696 INFO: RetroPlayer[PROCESS]: Registering process control for RPi
2019-06-23 07:15:17.579 T:2975961696 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2019-06-23 07:15:17.580 T:2975961696 NOTICE: Checking resolution 16
2019-06-23 07:15:17.682 T:2939146976 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
2019-06-23 07:15:17.683 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:15:17.684 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:15:17.698 T:2939146976 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0d02468
2019-06-23 07:15:17.717 T:2975961696 DEBUG: EGL set HDMI mode (1,20)=0 off
2019-06-23 07:15:17.873 T:2905576160 DEBUG: EGL tv_service_callback (8,1,20)
2019-06-23 07:15:17.874 T:2975961696 DEBUG: EGL set resolution 1280x720 -> 1920x1080 @ 50.00 fps (1,20) flags:14010001 aspect:1.00
2019-06-23 07:15:17.893 T:2947539680 DEBUG: CActiveAE - display reset event
2019-06-23 07:15:17.893 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:17.894 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:17.894 T:2939146976 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2019-06-23 07:15:17.895 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:15:17.898 T:2939146976 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0d01ac0
2019-06-23 07:15:17.902 T:2939146976 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2019-06-23 07:15:17.904 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Sample Rate : 44100
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Sample Format : AE_FMT_FLOAT
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Channel Layout: FL, FR
2019-06-23 07:15:17.904 T:2939146976 DEBUG: Frames : 2205
2019-06-23 07:15:17.905 T:2939146976 DEBUG: Frame Size : 8
2019-06-23 07:15:17.912 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:17.916 T:2975961696 NOTICE: GL_VENDOR = Broadcom
2019-06-23 07:15:17.916 T:2975961696 NOTICE: GL_RENDERER = VideoCore IV HW
2019-06-23 07:15:17.917 T:2975961696 NOTICE: GL_VERSION = OpenGL ES 2.0
2019-06-23 07:15:17.917 T:2975961696 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
2019-06-23 07:15:17.917 T:2975961696 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
2019-06-23 07:15:17.923 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:17.923 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.926 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:17.926 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.942 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:17.942 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.943 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:17.943 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.959 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:17.959 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.960 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:17.960 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.978 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:17.978 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.979 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:17.979 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.995 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:17.996 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:17.996 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:17.997 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.012 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.013 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.014 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.014 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.031 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.032 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.032 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.033 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.049 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.049 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.050 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.050 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.068 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.069 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.070 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.070 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.089 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.089 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.090 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.090 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.107 T:2975961696 DEBUG: GL: Vertex Shader compilation log:
2019-06-23 07:15:18.107 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.108 T:2975961696 DEBUG: GL: Pixel Shader compilation log:
2019-06-23 07:15:18.109 T:2975961696 DEBUG: Compiled
2019-06-23 07:15:18.264 T:2939146976 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
2019-06-23 07:15:18.265 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:15:18.265 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:15:18.276 T:2939146976 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0d01ac0
2019-06-23 07:15:18.293 T:2975961696 DEBUG: EGL set HDMI mode (1,20)=0 off
2019-06-23 07:15:18.434 T:2905576160 DEBUG: EGL tv_service_callback (8,1,20)
2019-06-23 07:15:18.435 T:2975961696 DEBUG: EGL set resolution 1280x720 -> 1920x1080 @ 50.00 fps (1,20) flags:14010001 aspect:1.00
2019-06-23 07:15:18.454 T:2947539680 DEBUG: CActiveAE - display reset event
2019-06-23 07:15:18.454 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:18.455 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:18.455 T:2939146976 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2019-06-23 07:15:18.456 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:15:18.460 T:2939146976 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0d02468
2019-06-23 07:15:18.462 T:2975961696 INFO: GLES: Maximum texture width: 2048
2019-06-23 07:15:18.463 T:2975961696 DEBUG: guilib: Fill viewport on change for solving rendering passes
2019-06-23 07:15:18.470 T:2975961696 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-06-23 07:15:18.470 T:2975961696 DEBUG: COMXImageFile::ReadFile /usr/share/kodi/media/splash.jpg GetCodingType=0x7fffffff (1920x1080)
2019-06-23 07:15:18.472 T:2975961696 NOTICE: LoadJpeg: unable to load /usr/share/kodi/media/splash.jpg
2019-06-23 07:15:18.472 T:2939146976 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2019-06-23 07:15:18.473 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:18.473 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Sample Rate : 44100
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Sample Format : AE_FMT_FLOAT
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Channel Layout: FL, FR
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Frames : 2205
2019-06-23 07:15:18.474 T:2939146976 DEBUG: Frame Size : 8
2019-06-23 07:15:18.491 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:19.721 T:2975961696 INFO: GLES: Enabling VSYNC
2019-06-23 07:15:19.722 T:2975961696 INFO: load keymapping
2019-06-23 07:15:19.736 T:2975961696 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
2019-06-23 07:15:19.738 T:2975961696 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2019-06-23 07:15:19.748 T:2975961696 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2019-06-23 07:15:19.759 T:2975961696 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
2019-06-23 07:15:19.769 T:2975961696 INFO: Loading special://xbmc/system/keymaps/joystick.xml
2019-06-23 07:15:19.781 T:2975961696 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
2019-06-23 07:15:19.811 T:2975961696 INFO: Loading special://xbmc/system/keymaps/mouse.xml
2019-06-23 07:15:19.814 T:2975961696 INFO: Loading special://xbmc/system/keymaps/remote.xml
2019-06-23 07:15:19.832 T:2975961696 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
2019-06-23 07:15:19.842 T:2975961696 INFO: GUI format 1280x720, Display 1920x1080 (1280x720) @ 50.00i - Full Screen
2019-06-23 07:15:19.845 T:2975961696 INFO: CLangInfo: loading resource.language.en_gb language information...
2019-06-23 07:15:19.851 T:2975961696 DEBUG: trying to set locale to en_US.UTF-8
2019-06-23 07:15:19.856 T:2975961696 INFO: global locale set to en_US.UTF-8
2019-06-23 07:15:19.857 T:2975961696 INFO: CLangInfo: loading resource.language.en_gb language strings...
2019-06-23 07:15:19.958 T:2975961696 DEBUG: LocalizeStrings: loaded 4021 strings from file resource://resource.language.en_gb/strings.po
2019-06-23 07:15:19.999 T:2975961696 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
2019-06-23 07:15:20.001 T:2975961696 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
2019-06-23 07:15:20.003 T:2975961696 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.004 T:2975961696 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.006 T:2975961696 DEBUG: LocalizeStrings: loaded 17 strings from file /home/pi/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.008 T:2975961696 DEBUG: LocalizeStrings: loaded 32 strings from file /home/pi/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.024 T:2975961696 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.026 T:2975961696 DEBUG: LocalizeStrings: loaded 5 strings from file /home/pi/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.038 T:2975961696 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.048 T:2975961696 DEBUG: LocalizeStrings: loaded 24 strings from file /usr/share/kodi/addons/service.xbmc.versioncheck/resources/language/English/strings.po
2019-06-23 07:15:20.073 T:2975961696 DEBUG: LocalizeStrings: loaded 285 strings from file /home/pi/.kodi/addons/plugin.video.youtube/resources/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.076 T:2861925088 DEBUG: Thread JobWorker start, auto delete: true
2019-06-23 07:15:20.076 T:2861925088 DEBUG: Initialize, updating databases...
2019-06-23 07:15:20.084 T:2861925088 NOTICE: Running database version Addons27
2019-06-23 07:15:20.090 T:2861925088 NOTICE: Running database version ViewModes6
2019-06-23 07:15:20.100 T:2861925088 NOTICE: Running database version Textures13
2019-06-23 07:15:20.119 T:2861925088 NOTICE: Running database version MyMusic72
2019-06-23 07:15:20.152 T:2861925088 NOTICE: Running database version MyVideos116
2019-06-23 07:15:20.161 T:2861925088 NOTICE: Running database version TV32
2019-06-23 07:15:20.169 T:2861925088 NOTICE: Running database version Epg12
2019-06-23 07:15:20.169 T:2861925088 DEBUG: Initialize, updating databases... DONE
2019-06-23 07:15:20.171 T:2975961696 NOTICE: start dvd mediatype detection
2019-06-23 07:15:20.173 T:2975961696 INFO: DPMS: not supported on this platform
2019-06-23 07:15:20.181 T:2957935328 DEBUG: Thread DetectDVDMedia start, auto delete: false
2019-06-23 07:15:20.181 T:2957935328 DEBUG: Compiled with libcdio Version 0.83
2019-06-23 07:15:20.186 T:2957935328 DEBUG: Thread DetectDVDMedia 2957935328 terminating
2019-06-23 07:15:20.367 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
2019-06-23 07:15:20.367 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
2019-06-23 07:15:20.434 T:2975961696 INFO: Unloading old skin ...
2019-06-23 07:15:20.439 T:2975961696 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.22)
2019-06-23 07:15:20.439 T:2975961696 INFO: load fonts for skin...
2019-06-23 07:15:20.450 T:2975961696 INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2019-06-23 07:15:20.742 T:2975961696 INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2019-06-23 07:15:20.833 T:2975961696 DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
2019-06-23 07:15:20.833 T:2975961696 INFO: load new skin...
2019-06-23 07:15:20.834 T:2975961696 INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2019-06-23 07:15:20.878 T:2975961696 DEBUG: Load Skin XML: 45.24ms
2019-06-23 07:15:20.879 T:2975961696 INFO: initialize new skin...
2019-06-23 07:15:20.879 T:2975961696 DEBUG: guilib: Fill viewport on change for solving rendering passes
2019-06-23 07:15:20.879 T:2975961696 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:20.908 T:2975961696 DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
2019-06-23 07:15:20.909 T:2975961696 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:20.914 T:2975961696 INFO: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:20.997 T:2975961696 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.094 T:2975961696 INFO: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.129 T:2975961696 INFO: Loading skin file: DialogPVRChannelGuide.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.152 T:2975961696 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.159 T:2975961696 INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.179 T:2975961696 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.187 T:2975961696 INFO: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.217 T:2975961696 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.233 T:2975961696 INFO: Previous line repeats 1 times.
2019-06-23 07:15:21.233 T:2975961696 INFO: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.264 T:2975961696 INFO: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
2019-06-23 07:15:21.312 T:2975961696 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
2019-06-23 07:15:21.607 T:2975961696 INFO: skin loaded...
2019-06-23 07:15:21.607 T:2975961696 DEBUG: Activating window ID: 12997
2019-06-23 07:15:21.607 T:2975961696 DEBUG: ------ Window Init () ------
2019-06-23 07:15:21.609 T:2975961696 DEBUG: Activating window ID: 12999
2019-06-23 07:15:21.609 T:2975961696 DEBUG: ------ Window Init (Startup.xml) ------
2019-06-23 07:15:21.610 T:2975961696 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2019-06-23 07:15:21.621 T:2975961696 DEBUG: Activating window ID: 10000
2019-06-23 07:15:21.622 T:2975961696 DEBUG: ------ Window Deinit (Startup.xml) ------
2019-06-23 07:15:21.622 T:2975961696 DEBUG: ------ Window Init (Home.xml) ------
2019-06-23 07:15:21.622 T:2975961696 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2019-06-23 07:15:22.254 T:2975961696 DEBUG: CDirectoryProvider[addons://]: refreshing..
2019-06-23 07:15:22.310 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
2019-06-23 07:15:22.314 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
2019-06-23 07:15:22.315 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2019-06-23 07:15:22.315 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
2019-06-23 07:15:22.315 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
2019-06-23 07:15:22.316 T:2975961696 DEBUG: CDirectoryProvider[library://video/]: refreshing..
2019-06-23 07:15:22.316 T:2975961696 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
2019-06-23 07:15:22.316 T:2975961696 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
2019-06-23 07:15:22.317 T:2975961696 DEBUG: CDirectoryProvider[favourites://]: refreshing..
2019-06-23 07:15:22.318 T:2975961696 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
2019-06-23 07:15:22.318 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2019-06-23 07:15:22.321 T:2845725408 DEBUG: Thread JobWorker start, auto delete: true
2019-06-23 07:15:22.448 T:2861925088 DEBUG: Previous line repeats 1 times.
2019-06-23 07:15:22.448 T:2861925088 DEBUG: CAddonMgr::GetAvailableUpdates took 140 ms
2019-06-23 07:15:22.755 T:2975961696 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
2019-06-23 07:15:22.756 T:2975961696 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2019-06-23 07:15:22.756 T:2975961696 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2019-06-23 07:15:22.758 T:2975961696 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2019-06-23 07:15:22.822 T:2861925088 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2019-06-23 07:15:22.823 T:2861925088 DEBUG: Getting Directory (special://profile/playlists/video)
2019-06-23 07:15:22.825 T:2861925088 DEBUG: Getting Directory (special://profile/playlists/mixed)
2019-06-23 07:15:22.827 T:2861925088 DEBUG: CMultiPathDirectory::MergeItems, items = 0
2019-06-23 07:15:23.021 T:2837332704 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
2019-06-23 07:15:23.160 T:2837332704 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
2019-06-23 07:15:23.206 T:2837332704 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
2019-06-23 07:15:23.239 T:2837332704 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
2019-06-23 07:15:23.246 T:2975961696 INFO: JSONRPC v10.3.0: Successfully initialized
2019-06-23 07:15:23.250 T:2975961696 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
2019-06-23 07:15:23.262 T:2975961696 DEBUG: LoadMappings - loaded node "CEC Adapter"
2019-06-23 07:15:23.262 T:2975961696 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
2019-06-23 07:15:23.263 T:2975961696 DEBUG: LoadMappings - loaded node "iMON HID device"
2019-06-23 07:15:23.264 T:2975961696 DEBUG: LoadMappings - loaded node "WETEK Play remote"
2019-06-23 07:15:23.264 T:2975961696 DEBUG: LoadMappings - loaded node ""
2019-06-23 07:15:23.265 T:2975961696 DEBUG: CPeripheralBusUSB - initialised udev monitor
2019-06-23 07:15:23.271 T:2820121312 DEBUG: Thread PeripBusUSBUdev start, auto delete: false
2019-06-23 07:15:23.274 T:2811728608 DEBUG: Thread PeripBusCEC start, auto delete: false
2019-06-23 07:15:23.294 T:2803335904 DEBUG: Thread PeripBusAddon start, auto delete: false
2019-06-23 07:15:23.296 T:2975961696 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
2019-06-23 07:15:23.296 T:2975961696 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2019-06-23 07:15:23.297 T:2975961696 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
2019-06-23 07:15:23.298 T:2975961696 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2019-06-23 07:15:23.311 T:2794943200 DEBUG: Thread PeripEventScanner start, auto delete: false
2019-06-23 07:15:23.326 T:2975961696 DEBUG: ContextMenuManager: addon menus reloaded.
2019-06-23 07:15:23.331 T:2975961696 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2019-06-23 07:15:23.333 T:2975961696 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
2019-06-23 07:15:23.333 T:2975961696 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
2019-06-23 07:15:23.333 T:2975961696 DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
2019-06-23 07:15:23.333 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
2019-06-23 07:15:23.351 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
2019-06-23 07:15:23.351 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
2019-06-23 07:15:23.351 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
2019-06-23 07:15:23.352 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
2019-06-23 07:15:23.353 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
2019-06-23 07:15:23.353 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
2019-06-23 07:15:23.353 T:2975961696 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
2019-06-23 07:15:23.353 T:2975961696 NOTICE: Loaded playercorefactory configuration
2019-06-23 07:15:23.360 T:2975961696 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2019-06-23 07:15:23.361 T:2975961696 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2019-06-23 07:15:23.361 T:2975961696 INFO: removing tempfiles
2019-06-23 07:15:23.499 T:2975961696 DEBUG: CRepositoryUpdater: previous update at 06/23/2019 4:00:51 AM, next at 06/24/2019 4:00:51 AM
2019-06-23 07:15:23.511 T:2783965920 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:23.546 T:2975961696 DEBUG: CServiceAddonManager: starting service.xbmc.versioncheck
2019-06-23 07:15:23.551 T:2775573216 DEBUG: Thread LanguageInvoker start, auto delete: false
2019-06-23 07:15:23.554 T:2775573216 INFO: initializing python engine.
2019-06-23 07:15:23.555 T:2975961696 DEBUG: CServiceAddonManager: starting plugin.video.youtube
2019-06-23 07:15:23.571 T:2767180512 DEBUG: Thread LanguageInvoker start, auto delete: false
2019-06-23 07:15:23.571 T:2975961696 NOTICE: initialize done
2019-06-23 07:15:23.572 T:2975961696 NOTICE: Running the application...
2019-06-23 07:15:23.572 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
2019-06-23 07:15:23.573 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
2019-06-23 07:15:23.576 T:2767180512 INFO: initializing python engine.
2019-06-23 07:15:23.581 T:2975961696 DEBUG: no profile autoexec.py (/home/pi/.kodi/userdata/autoexec.py) found, skipping
2019-06-23 07:15:23.582 T:2975961696 DEBUG: NetworkMessage - Starting network services
2019-06-23 07:15:23.626 T:2975961696 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
2019-06-23 07:15:23.627 T:2975961696 NOTICE: starting zeroconf publishing
2019-06-23 07:15:23.637 T:2749969120 DEBUG: Thread EventServer start, auto delete: false
2019-06-23 07:15:23.637 T:2749969120 NOTICE: ES: Starting UDP Event server on port 9777
2019-06-23 07:15:23.638 T:2749969120 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-06-23 07:15:23.644 T:2861925088 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (raspberrypi) port:9777
2019-06-23 07:15:23.644 T:2861925088 DEBUG: CZeroconfAvahi::addService() named: Kodi (raspberrypi) type: _xbmc-events._udp port:9777
2019-06-23 07:15:23.675 T:2975961696 INFO: JSONRPC Server: Successfully initialized
2019-06-23 07:15:23.687 T:2741576416 DEBUG: Thread TCPServer start, auto delete: false
2019-06-23 07:15:23.688 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers(/var/run/lirc/lircd)
2019-06-23 07:15:23.688 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2019-06-23 07:15:23.688 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2019-06-23 07:15:23.688 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2019-06-23 07:15:23.689 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2019-06-23 07:15:23.689 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2019-06-23 07:15:23.689 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2019-06-23 07:15:23.689 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
2019-06-23 07:15:23.689 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2019-06-23 07:15:23.690 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
2019-06-23 07:15:23.690 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2019-06-23 07:15:23.690 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2019-06-23 07:15:23.690 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
2019-06-23 07:15:23.690 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2019-06-23 07:15:23.691 T:2845725408 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (raspberrypi) port:9090
2019-06-23 07:15:23.691 T:2845725408 DEBUG: CZeroconfAvahi::addService() named: Kodi (raspberrypi) type: _xbmc-jsonrpc._tcp port:9090
2019-06-23 07:15:23.718 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
2019-06-23 07:15:23.719 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
2019-06-23 07:15:23.719 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
2019-06-23 07:15:23.719 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
2019-06-23 07:15:23.747 T:2975961696 DEBUG: CMMALPool::CMMALPool Created pool 0x3b8ce30 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
2019-06-23 07:15:23.776 T:2837332704 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
2019-06-23 07:15:23.787 T:2975961696 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
2019-06-23 07:15:23.787 T:2975961696 NOTICE: VideoPlayer::OpenFile: /var/run/lirc/lircd
2019-06-23 07:15:23.787 T:2975961696 DEBUG: CMMALRenderer::CMMALRenderer
2019-06-23 07:15:23.788 T:2975961696 DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted
2019-06-23 07:15:23.793 T:2723554016 DEBUG: Thread MMALProcess start, auto delete: false
2019-06-23 07:15:23.793 T:2723554016 DEBUG: CMMALRenderer::Run - starting
2019-06-23 07:15:23.795 T:2715161312 DEBUG: Thread VideoPlayer start, auto delete: false
2019-06-23 07:15:23.831 T:2715161312 NOTICE: Creating InputStream
2019-06-23 07:15:23.832 T:2715161312 ERROR: CVideoPlayer::OpenInputStream - error opening [/var/run/lirc/lircd]
2019-06-23 07:15:23.832 T:2715161312 NOTICE: CVideoPlayer::OnExit()
2019-06-23 07:15:23.833 T:2715161312 DEBUG: Thread VideoPlayer 2715161312 terminating
2019-06-23 07:15:23.838 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x3ba9610
2019-06-23 07:15:23.840 T:2975961696 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(314128), nBufferAlignment(16)
2019-06-23 07:15:23.843 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:23.865 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.resize input port 60 output port 61 m_handle 0x3bb0928
2019-06-23 07:15:23.873 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x3bb0a90
2019-06-23 07:15:23.881 T:2975961696 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
2019-06-23 07:15:23.935 T:2837332704 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
2019-06-23 07:15:23.942 T:2939146976 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
2019-06-23 07:15:23.943 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:15:23.945 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:15:23.969 T:2939146976 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0d02468
2019-06-23 07:15:23.971 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:23.972 T:2939146976 DEBUG: CAESinkPi:Initialize Format:2 Channels:2 Samplerate:16000 framesize:4 bufsize:3200 bytes/s=64000.00 dest=PI:HDMI
2019-06-23 07:15:23.972 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:23.972 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:23.972 T:2939146976 DEBUG: Sample Rate : 16000
2019-06-23 07:15:23.972 T:2939146976 DEBUG: Sample Format : AE_FMT_S16NE
2019-06-23 07:15:23.973 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:23.973 T:2939146976 DEBUG: Channel Layout: RAW, RAW
2019-06-23 07:15:23.973 T:2939146976 DEBUG: Frames : 800
2019-06-23 07:15:23.973 T:2939146976 DEBUG: Frame Size : 4
2019-06-23 07:15:24.040 T:2845725408 DEBUG: Loading settings for /var/run/lirc/lircd
2019-06-23 07:15:24.074 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x3ba9610
2019-06-23 07:15:24.074 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:24.077 T:2975961696 DEBUG: Previous line repeats 1 times.
2019-06-23 07:15:24.077 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.resize handle 0x3bb0928
2019-06-23 07:15:24.081 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x3bb0a90
2019-06-23 07:15:24.089 T:2975961696 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/primary.jpg 1280x720
2019-06-23 07:15:24.100 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x3bd2fc0
2019-06-23 07:15:24.121 T:2975961696 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(93824), nBufferAlignment(16)
2019-06-23 07:15:24.133 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x3c2a100
2019-06-23 07:15:24.136 T:2975961696 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
2019-06-23 07:15:24.160 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x3bd2fc0
2019-06-23 07:15:24.163 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x3c2a100
2019-06-23 07:15:24.163 T:2975961696 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/pattern1.jpg 900x506
2019-06-23 07:15:24.365 T:2975961696 DEBUG: ------ Window Init (Pointer.xml) ------
2019-06-23 07:15:24.377 T:2975961696 DEBUG: ------ Window Init () ------
2019-06-23 07:15:24.402 T:2845725408 DEBUG: OnPlayBackStopped: CApplication::OnPlayBackStopped
2019-06-23 07:15:24.403 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
2019-06-23 07:15:24.403 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
2019-06-23 07:15:24.409 T:2715161312 DEBUG: Thread JobWorker start, auto delete: true
2019-06-23 07:15:24.681 T:2758361824 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
2019-06-23 07:15:24.828 T:2975957728 DEBUG: Previous line repeats 1 times.
2019-06-23 07:15:24.828 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnChanged from xbmc
2019-06-23 07:15:24.828 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1024, from xbmc, message OnChanged
2019-06-23 07:15:24.829 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
2019-06-23 07:15:24.830 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
2019-06-23 07:15:24.931 T:2975961696 DEBUG: ------ Window Init (DialogBusy.xml) ------
2019-06-23 07:15:25.032 T:2975961696 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 07:15:25.032 T:2975961696 DEBUG: DeleteRenderer - deleting renderer
2019-06-23 07:15:25.032 T:2975961696 DEBUG: CMMALRenderer::~CMMALRenderer
2019-06-23 07:15:25.032 T:2975961696 DEBUG: CMMALRenderer::UnInitMMAL
2019-06-23 07:15:25.033 T:2723554016 DEBUG: CMMALRenderer::Run - stopping
2019-06-23 07:15:25.033 T:2723554016 DEBUG: Thread MMALProcess 2723554016 terminating
2019-06-23 07:15:25.034 T:2975961696 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 07:15:25.034 T:2975961696 NOTICE: VideoPlayer: finished waiting
2019-06-23 07:15:25.035 T:2947539680 DEBUG: CActiveAE::DiscardStream - audio stream deleted
2019-06-23 07:15:25.035 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:25.044 T:2939146976 DEBUG: Previous line repeats 2 times.
2019-06-23 07:15:25.045 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:25.045 T:2939146976 DEBUG: CAESinkPi:Drain delay:0ms now:0ms
2019-06-23 07:15:25.045 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:15:25.046 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:15:25.046 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:25.046 T:2939146976 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2019-06-23 07:15:25.047 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:15:25.058 T:2939146976 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0d22560
2019-06-23 07:15:25.064 T:2939146976 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2019-06-23 07:15:25.074 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:25.074 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:25.074 T:2939146976 DEBUG: Sample Rate : 44100
2019-06-23 07:15:25.074 T:2939146976 DEBUG: Sample Format : AE_FMT_FLOAT
2019-06-23 07:15:25.075 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:25.075 T:2939146976 DEBUG: Channel Layout: FL, FR
2019-06-23 07:15:25.075 T:2939146976 DEBUG: Frames : 2205
2019-06-23 07:15:25.075 T:2939146976 DEBUG: Frame Size : 8
2019-06-23 07:15:25.089 T:2975961696 DEBUG: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
2019-06-23 07:15:25.090 T:2975961696 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x3b8ce30 for port vc.ril.video_decode:out:0(I420)
2019-06-23 07:15:25.092 T:2975961696 DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
2019-06-23 07:15:25.111 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:25.122 T:2975961696 DEBUG: Previous line repeats 1 times.
2019-06-23 07:15:25.122 T:2975961696 DEBUG: ------ Window Deinit (Pointer.xml) ------
2019-06-23 07:15:25.205 T:2975961696 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2019-06-23 07:15:25.489 T:2811728608 DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
2019-06-23 07:15:25.535 T:2811728608 DEBUG: InitialiseFeature - using libCEC v4.0.4
2019-06-23 07:15:25.536 T:2811728608 DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
2019-06-23 07:15:25.536 T:2811728608 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2019-06-23 07:15:25.536 T:2811728608 DEBUG: Thread PeripBusCEC 2811728608 terminating
2019-06-23 07:15:25.540 T:2723554016 DEBUG: Thread CECAdapter start, auto delete: false
2019-06-23 07:15:25.541 T:2723554016 DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
2019-06-23 07:15:25.563 T:2975961696 DEBUG: ------ Window Init (DialogNotification.xml) ------
2019-06-23 07:15:26.795 T:2723554016 DEBUG: OpenConnection - connection to the CEC adapter opened
2019-06-23 07:15:26.796 T:2723554016 DEBUG: SetConfigurationFromLibCEC - settings updated by libCEC
2019-06-23 07:15:26.801 T:2690634464 DEBUG: Thread CECAdapterUpdate start, auto delete: false
2019-06-23 07:15:26.832 T:2767180512 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): start processing
2019-06-23 07:15:26.843 T:2775573216 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): start processing
2019-06-23 07:15:29.727 T:2767180512 DEBUG: -->Python Interpreter Initialized<--
2019-06-23 07:15:29.727 T:2767180512 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): the source file to load is "/home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py"
2019-06-23 07:15:29.733 T:2767180512 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): setting the Python path to /home/pi/.kodi/addons/plugin.video.youtube/resources/lib:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.six/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat
2019-06-23 07:15:29.737 T:2767180512 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): entering source directory /home/pi/.kodi/addons/plugin.video.youtube/resources/lib
2019-06-23 07:15:29.746 T:2767180512 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.20.0 of the xbmc.python api
2019-06-23 07:15:29.815 T:2775573216 DEBUG: -->Python Interpreter Initialized<--
2019-06-23 07:15:29.815 T:2775573216 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): the source file to load is "/usr/share/kodi/addons/service.xbmc.versioncheck/service.py"
2019-06-23 07:15:31.328 T:2975961696 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
2019-06-23 07:15:31.711 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:31.721 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:31.743 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:31.798 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:31.806 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:31.806 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:15:31.809 T:2975961696 DEBUG: Activating window ID: 10025
2019-06-23 07:15:32.146 T:2975961696 DEBUG: ------ Window Deinit (Home.xml) ------
2019-06-23 07:15:32.147 T:2975961696 DEBUG: FreeVisualisation() done
2019-06-23 07:15:32.281 T:2975961696 DEBUG: ------ Window Init (MyVideoNav.xml) ------
2019-06-23 07:15:32.281 T:2975961696 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2019-06-23 07:15:33.364 T:2975961696 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/)
2019-06-23 07:15:33.364 T:2975961696 DEBUG: ParentPath = [sources://video/]
2019-06-23 07:15:33.634 T:2676134624 DEBUG: Thread BackgroundLoader start, auto delete: false
2019-06-23 07:15:33.787 T:2676134624 DEBUG: Thread BackgroundLoader 2676134624 terminating
2019-06-23 07:15:34.670 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:34.676 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:34.708 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:34.709 T:2975961696 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2019-06-23 07:15:34.814 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:34.842 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:35.046 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:35.049 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:35.058 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:35.142 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:35.152 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:35.152 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:15:35.159 T:2975961696 DEBUG: CGUIMediaWindow::GetDirectory (/home/pi/)
2019-06-23 07:15:35.159 T:2975961696 DEBUG: ParentPath = [sources://video/]
2019-06-23 07:15:35.166 T:2676134624 DEBUG: Thread waiting start, auto delete: false
2019-06-23 07:15:35.179 T:2676134624 DEBUG: Thread waiting 2676134624 terminating
2019-06-23 07:15:35.220 T:2676134624 DEBUG: Thread BackgroundLoader start, auto delete: false
2019-06-23 07:15:35.413 T:2676134624 DEBUG: Thread BackgroundLoader 2676134624 terminating
2019-06-23 07:15:36.782 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:36.785 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:36.796 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:36.796 T:2975961696 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2019-06-23 07:15:36.918 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:36.950 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:37.102 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:37.110 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:37.111 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:37.198 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:37.203 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:37.204 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:15:37.212 T:2975961696 DEBUG: CGUIMediaWindow::GetDirectory (/home/pi/navalny/)
2019-06-23 07:15:37.212 T:2975961696 DEBUG: ParentPath = [/home/pi/]
2019-06-23 07:15:37.217 T:2676134624 DEBUG: Thread waiting start, auto delete: false
2019-06-23 07:15:37.231 T:2676134624 DEBUG: Thread waiting 2676134624 terminating
2019-06-23 07:15:37.399 T:2676134624 DEBUG: Thread BackgroundLoader start, auto delete: false
2019-06-23 07:15:37.714 T:2676134624 DEBUG: Thread BackgroundLoader 2676134624 terminating
2019-06-23 07:15:37.918 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:37.924 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:37.935 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:37.935 T:2975961696 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2019-06-23 07:15:38.070 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:38.094 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:38.630 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:38.634 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:38.660 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:38.661 T:2975961696 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2019-06-23 07:15:38.734 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:38.761 T:2975961696 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:39.174 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:39.178 T:2676134624 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:39.179 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:39.254 T:2676134624 DEBUG: Thread Timer 2676134624 terminating
2019-06-23 07:15:39.269 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:39.270 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:15:39.348 T:2975961696 DEBUG: OnPlayMedia /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:15:39.504 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers(/home/pi/navalny/navalny-dimon.mp4)
2019-06-23 07:15:39.504 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2019-06-23 07:15:39.504 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2019-06-23 07:15:39.504 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2019-06-23 07:15:39.505 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2019-06-23 07:15:39.505 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2019-06-23 07:15:39.505 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2019-06-23 07:15:39.505 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
2019-06-23 07:15:39.506 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2019-06-23 07:15:39.506 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
2019-06-23 07:15:39.506 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2019-06-23 07:15:39.506 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2019-06-23 07:15:39.513 T:2975961696 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
2019-06-23 07:15:39.514 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2019-06-23 07:15:39.514 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
2019-06-23 07:15:39.514 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
2019-06-23 07:15:39.515 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
2019-06-23 07:15:39.515 T:2975961696 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
2019-06-23 07:15:39.518 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
2019-06-23 07:15:39.519 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
2019-06-23 07:15:39.526 T:2975961696 DEBUG: CMMALPool::CMMALPool Created pool 0x3d479c0 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
2019-06-23 07:15:39.550 T:2975961696 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
2019-06-23 07:15:39.550 T:2975961696 NOTICE: VideoPlayer::OpenFile: /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:15:39.551 T:2975961696 DEBUG: CMMALRenderer::CMMALRenderer
2019-06-23 07:15:39.552 T:2975961696 DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted
2019-06-23 07:15:39.558 T:2658112224 DEBUG: Thread VideoPlayer start, auto delete: false
2019-06-23 07:15:39.560 T:2666504928 DEBUG: Thread MMALProcess start, auto delete: false
2019-06-23 07:15:39.560 T:2666504928 DEBUG: CMMALRenderer::Run - starting
2019-06-23 07:15:39.565 T:2658112224 NOTICE: Creating InputStream
2019-06-23 07:15:39.566 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:15:39.588 T:2658112224 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
2019-06-23 07:15:39.589 T:2658112224 DEBUG: ScanForExternalSubtitles: END (total time: 2 ms)
2019-06-23 07:15:39.590 T:2658112224 NOTICE: Creating Demuxer
2019-06-23 07:15:39.601 T:2658112224 DEBUG: Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
2019-06-23 07:15:39.642 T:2975961696 DEBUG: CVideoGUIInfo::InitCurrentItem(/home/pi/navalny/navalny-dimon.mp4)
2019-06-23 07:15:39.665 T:2939146976 DEBUG: CAESinkPi:Drain delay:98ms now:0ms
2019-06-23 07:15:39.665 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:15:39.666 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:15:39.676 T:2939146976 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0d22560
2019-06-23 07:15:39.676 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:15:39.677 T:2939146976 DEBUG: CAESinkPi:Initialize Format:2 Channels:2 Samplerate:16000 framesize:4 bufsize:3200 bytes/s=64000.00 dest=PI:HDMI
2019-06-23 07:15:39.677 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:15:39.677 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:15:39.677 T:2939146976 DEBUG: Sample Rate : 16000
2019-06-23 07:15:39.678 T:2939146976 DEBUG: Sample Format : AE_FMT_S16NE
2019-06-23 07:15:39.678 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:15:39.678 T:2939146976 DEBUG: Channel Layout: RAW, RAW
2019-06-23 07:15:39.678 T:2939146976 DEBUG: Frames : 800
2019-06-23 07:15:39.678 T:2939146976 DEBUG: Frame Size : 4
2019-06-23 07:15:39.697 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:15:39.718 T:2837332704 DEBUG: Previous line repeats 1 times.
2019-06-23 07:15:39.718 T:2837332704 DEBUG: Loading settings for /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:15:40.112 T:2975961696 DEBUG: CPlayerGUIInfo::InitCurrentItem(/home/pi/navalny/navalny-dimon.mp4)
2019-06-23 07:15:40.163 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnChanged from xbmc
2019-06-23 07:15:40.163 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1024, from xbmc, message OnChanged
2019-06-23 07:15:40.263 T:2975961696 DEBUG: ------ Window Init (DialogBusy.xml) ------
2019-06-23 07:15:40.337 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
2019-06-23 07:15:40.337 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
2019-06-23 07:15:41.731 T:2658112224 DEBUG: Open - avformat_find_stream_info starting
2019-06-23 07:15:42.178 T:2658112224 DEBUG: Open - av_find_stream_info finished
2019-06-23 07:15:42.179 T:2658112224 INFO: ffmpeg[9E6F92E0]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/pi/navalny/navalny-dimon.mp4':
2019-06-23 07:15:42.179 T:2658112224 INFO: ffmpeg[9E6F92E0]: Metadata:
2019-06-23 07:15:42.179 T:2658112224 INFO: ffmpeg[9E6F92E0]: major_brand : mp42
2019-06-23 07:15:42.179 T:2658112224 INFO: ffmpeg[9E6F92E0]: minor_version : 0
2019-06-23 07:15:42.180 T:2658112224 INFO: ffmpeg[9E6F92E0]: compatible_brands: isommp42
2019-06-23 07:15:42.180 T:2658112224 INFO: ffmpeg[9E6F92E0]: creation_time : 2019-01-19T03:02:51.000000Z
2019-06-23 07:15:42.180 T:2658112224 INFO: ffmpeg[9E6F92E0]: Duration: 00:49:38.33, start: 0.000000, bitrate: 518 kb/s
2019-06-23 07:15:42.192 T:2658112224 INFO: ffmpeg[9E6F92E0]: Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 386 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
2019-06-23 07:15:42.192 T:2658112224 INFO: ffmpeg[9E6F92E0]: Metadata:
2019-06-23 07:15:42.193 T:2658112224 INFO: ffmpeg[9E6F92E0]: creation_time : 2019-01-19T03:02:51.000000Z
2019-06-23 07:15:42.193 T:2658112224 INFO: ffmpeg[9E6F92E0]: handler_name : ISO Media file produced by Google Inc. Created on: 01/18/2019.
2019-06-23 07:15:42.196 T:2658112224 INFO: ffmpeg[9E6F92E0]: Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
2019-06-23 07:15:42.196 T:2658112224 INFO: ffmpeg[9E6F92E0]: Metadata:
2019-06-23 07:15:42.196 T:2658112224 INFO: ffmpeg[9E6F92E0]: creation_time : 2019-01-19T03:02:51.000000Z
2019-06-23 07:15:42.201 T:2658112224 INFO: ffmpeg[9E6F92E0]: handler_name : ISO Media file produced by Google Inc. Created on: 01/18/2019.
2019-06-23 07:15:42.202 T:2658112224 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
2019-06-23 07:15:42.202 T:2658112224 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
2019-06-23 07:15:42.210 T:2658112224 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0xb03df7a0
2019-06-23 07:15:42.214 T:2658112224 DEBUG: OMXClock::OMXStop
2019-06-23 07:15:42.215 T:2658112224 DEBUG: OMXClock::OMXSetSpeed(0.000) pause_resume:1
2019-06-23 07:15:42.216 T:2658112224 NOTICE: Opening stream: 0 source: 256
2019-06-23 07:15:42.216 T:2658112224 DEBUG: DllBcm: Using omx system library
2019-06-23 07:15:42.221 T:2658112224 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_decode input port 130 output port 131 m_handle 0xb0371ad0
2019-06-23 07:15:42.230 T:2658112224 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.video_decode) - port(130), nBufferCountMin(1), nBufferCountActual(120), nBufferSize(81920), nBufferAlignment(16)
2019-06-23 07:15:42.300 T:2658112224 DEBUG: COMXVideo::Open - decoder_component(0x0xb0371ad0), input_port(0x82), output_port(0x83) hdmiclocksync 0
2019-06-23 07:15:42.301 T:2658112224 INFO: OMXPlayerVideo::OpenDecoder : Video codec omx-h264 width 1280 height 720 profile 77 fps 25.000000
2019-06-23 07:15:42.301 T:2658112224 NOTICE: Creating video thread
2019-06-23 07:15:42.308 T:2658112224 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:15:42.309 T:2658112224 NOTICE: Opening stream: 1 source: 256
2019-06-23 07:15:42.314 T:2627728096 DEBUG: Thread OMXPlayerVideo start, auto delete: false
2019-06-23 07:15:42.319 T:2880398048 ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.video_decode - OMX_ErrorInsufficientResources, insufficient resources
2019-06-23 07:15:42.323 T:2658112224 NOTICE: Creating audio thread
2019-06-23 07:15:42.330 T:2619335392 DEBUG: Thread OMXPlayerAudio start, auto delete: false
2019-06-23 07:15:42.330 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 2
2019-06-23 07:15:42.330 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:42.333 T:2658112224 DEBUG: OMXClock::OMXSetSpeed(1.000) pause_resume:0
2019-06-23 07:15:42.334 T:2658112224 DEBUG: CVideoPlayer::HandleMessages CDVDMsg::PLAYER_SETSPEED speed : 1000 (1000)
2019-06-23 07:15:42.337 T:2627728096 DEBUG: OMXVideo::Decode VDec : setStartTime 0.000000
2019-06-23 07:15:42.337 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.337 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.338 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.338 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.340 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 0
2019-06-23 07:15:42.340 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 1000
2019-06-23 07:15:42.341 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.341 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.343 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.343 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.344 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.344 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.345 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.345 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.346 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 1
2019-06-23 07:15:42.346 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:42.348 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.348 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.349 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.349 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.349 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.350 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.350 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.350 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.350 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.350 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.350 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.351 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.359 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 0
2019-06-23 07:15:42.360 T:2619335392 DEBUG: COMXAudioCodecOMX::Decode(0xb0370720,371) format=8(8) chan=2 samples=1024 size=8192 data=0xb03e7b60,0xb036c2f0,(nil),(nil),(nil),(nil),(nil),(nil)
2019-06-23 07:15:42.360 T:2619335392 DEBUG: COMXAudioCodecOMX::GetData size=8192/8192 line=4096/4096 buf=0xb0366a60, desired=65536
2019-06-23 07:15:42.373 T:2619335392 DEBUG: COMXAudio::SetCodingType OMX_AUDIO_CodingPCM
2019-06-23 07:15:42.379 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.380 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.380 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.380 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.380 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.380 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.380 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.381 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.381 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.381 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.382 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.382 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.382 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.382 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.382 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.383 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.383 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.383 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.383 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.383 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.383 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.383 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.384 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.384 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.385 T:2619335392 DEBUG: COMXAudio:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:15:42.385 T:2619335392 INFO: COMXAudio::Initialize remap:(nil) chan:2->2 norm:0 upmix:0 3:3
2019-06-23 07:15:42.386 T:2619335392 INFO: COMXAudio::Initialize 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
2019-06-23 07:15:42.386 T:2619335392 INFO: COMXAudio::Initialize 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00
2019-06-23 07:15:42.386 T:2619335392 INFO: COMXAudio::Initialize 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
2019-06-23 07:15:42.400 T:2619335392 INFO: Previous line repeats 5 times.
2019-06-23 07:15:42.400 T:2619335392 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_decode input port 120 output port 121 m_handle 0xb0370b60
2019-06-23 07:15:42.404 T:2619335392 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_decode) - port(120), nBufferCountMin(4), nBufferCountActual(16), nBufferSize(65536), nBufferAlignment(16)
2019-06-23 07:15:42.409 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.410 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.414 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.414 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.417 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.417 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.418 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.419 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.420 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.420 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.423 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.423 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.424 T:2619335392 DEBUG: COMXAudio::Initialize Input bps 32 samplerate 44100 channels 2 buffer size 529200 bytes per second 352800
2019-06-23 07:15:42.426 T:2619335392 DEBUG: pcm->direction : input
2019-06-23 07:15:42.426 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.426 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.427 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.427 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.427 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.427 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.427 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.428 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.428 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.428 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.428 T:2619335392 DEBUG: pcm->nPortIndex : 0
2019-06-23 07:15:42.428 T:2619335392 DEBUG: pcm->eNumData : 0
2019-06-23 07:15:42.428 T:2619335392 DEBUG: pcm->eEndian : 1
2019-06-23 07:15:42.429 T:2619335392 DEBUG: pcm->bInterleaved : 1
2019-06-23 07:15:42.429 T:2619335392 DEBUG: pcm->nBitPerSample : 32
2019-06-23 07:15:42.429 T:2619335392 DEBUG: pcm->ePCMMode : 0
2019-06-23 07:15:42.429 T:2619335392 DEBUG: pcm->nChannels : 2
2019-06-23 07:15:42.429 T:2619335392 DEBUG: pcm->nSamplingRate : 44100
2019-06-23 07:15:42.429 T:2619335392 DEBUG: COMXAudio::Initialize device passthrough 0
2019-06-23 07:15:42.432 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.432 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.434 T:2619335392 INFO: Audio codec channels 2 samplerate 44100 bitspersample 32
2019-06-23 07:15:42.435 T:2619335392 DEBUG: COMXAudio::Decode ADec : setStartTime 0.000000
2019-06-23 07:15:42.449 T:2619335392 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_mixer input port 232 output port 231 m_handle 0xa5fb43e0
2019-06-23 07:15:42.454 T:2619335392 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xa5fb4498
2019-06-23 07:15:42.457 T:2619335392 INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
2019-06-23 07:15:42.458 T:2619335392 DEBUG: COMXAudio::PortSettingsChanged - Output bps 16 samplerate 44100 channels 2 buffer size 529200 bytes per second 176400
2019-06-23 07:15:42.458 T:2619335392 DEBUG: pcm->direction : output
2019-06-23 07:15:42.458 T:2619335392 DEBUG: pcm->nPortIndex : 231
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->eNumData : 0
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->eEndian : 1
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->bInterleaved : 1
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->nBitPerSample : 16
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->ePCMMode : 0
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->nChannels : 2
2019-06-23 07:15:42.459 T:2619335392 DEBUG: pcm->nSamplingRate : 44100
2019-06-23 07:15:42.460 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.460 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.462 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.462 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.463 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.464 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.466 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.466 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.468 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.469 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.480 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.480 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.481 T:2619335392 DEBUG: COMXAudio::PortSettingsChanged - bits:32 mode:0 channels:2 srate:44100 nopassthrough
2019-06-23 07:15:42.482 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.482 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.485 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.486 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.490 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.490 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.491 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.491 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.492 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.492 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.494 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.494 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.514 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.514 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.516 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.516 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.517 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.518 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.520 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.520 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.521 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.521 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.526 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.527 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.529 T:2658112224 DEBUG: CVideoPlayer::HandleMessages - player started 1
2019-06-23 07:15:42.530 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.530 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.532 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.533 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.536 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.536 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.538 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.538 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.539 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.540 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.540 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.540 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.567 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.567 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.567 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.567 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.567 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.568 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.568 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.568 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.568 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.568 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.568 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.568 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.569 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.569 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.569 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.570 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.570 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.570 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.570 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.570 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.572 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.572 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.572 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.572 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.584 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.584 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.585 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.585 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.586 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.586 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.590 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.590 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.591 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.591 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.592 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.592 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.593 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.593 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.594 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.594 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.596 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.597 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.597 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.597 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.597 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.597 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.598 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.598 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.615 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.615 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.618 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.618 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.619 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.619 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.620 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.621 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.622 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.622 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.623 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.624 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.628 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.629 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.629 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.630 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.631 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.631 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.632 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.632 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.633 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.633 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.634 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.635 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.662 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.662 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.667 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.668 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.668 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.668 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.668 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.668 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.668 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.669 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.669 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.669 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.669 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.669 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.669 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.670 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.670 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.670 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.670 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.670 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.670 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.673 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.674 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.674 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.705 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.706 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.707 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.707 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.711 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.711 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.713 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.713 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.714 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.715 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.716 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.716 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.717 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.717 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.718 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.718 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.723 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.723 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.725 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.726 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.726 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.726 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.739 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.740 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.741 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.741 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.743 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.743 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.745 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.745 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.745 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.746 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.747 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.748 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.749 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.749 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.750 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.750 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.753 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.754 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.755 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.755 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.756 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.756 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.757 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.758 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.777 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.777 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.777 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.778 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.779 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.779 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.780 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.780 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.781 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.781 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.782 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.783 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.784 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.784 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.785 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.785 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.786 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.786 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.789 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.789 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.790 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.790 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.791 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.791 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.819 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.819 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.820 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.820 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.826 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.826 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.828 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.828 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.829 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.829 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.831 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.831 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.833 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.833 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.836 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.836 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.837 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.837 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.839 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.839 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.840 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.841 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.843 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.843 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.871 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.871 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.871 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.871 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.872 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.872 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.872 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.872 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.872 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.872 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.874 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.874 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.877 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.877 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.877 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.877 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.877 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.878 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.878 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.880 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.880 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.881 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.881 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.881 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.893 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.894 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.895 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.895 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.896 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.896 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.899 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.899 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.900 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.900 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.901 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.901 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.904 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.904 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.905 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.905 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.906 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.906 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.907 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.907 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.909 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.909 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.910 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.911 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.928 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.928 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.929 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.929 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.931 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.931 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.932 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.932 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.934 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.934 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.935 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.935 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.940 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.940 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.941 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.942 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.942 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.943 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.943 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.944 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.944 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.945 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.946 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.946 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.974 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.974 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.974 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.974 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.974 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.976 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.976 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.976 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.978 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.978 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.978 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.978 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.981 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.981 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.982 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.983 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:42.983 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:42.983 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.014 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.014 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.015 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.015 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.016 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.016 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.019 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.019 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.020 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.021 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.022 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.022 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.023 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.023 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.026 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.027 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.027 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.028 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.029 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.029 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.030 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.030 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.031 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.031 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.034 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 2
2019-06-23 07:15:43.035 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:43.035 T:2658112224 DEBUG: VideoPlayer::Sync - Audio - pts: 185759.637188, cache: 0.000000, totalcache: 6343673.229218
2019-06-23 07:15:43.035 T:2658112224 DEBUG: CVideoPlayer::HandlePlaySpeed player started RESET
2019-06-23 07:15:43.036 T:2658112224 NOTICE: OMXClock using audio as reference
2019-06-23 07:15:43.038 T:2658112224 DEBUG: OMXClock::OMXReset audio / video : 1 / 1 wait mask 0->3 state : 2->1
2019-06-23 07:15:43.039 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_RESYNC(185759.637188)
2019-06-23 07:15:43.039 T:2627728096 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_RESYNC(185759.637188)
2019-06-23 07:15:43.039 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 0
2019-06-23 07:15:43.040 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 1000
2019-06-23 07:15:43.043 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:43.051 T:2845725408 DEBUG: OnAVStarted: CApplication::OnAVStarted
2019-06-23 07:15:43.103 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.103 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.108 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.108 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.108 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.108 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.108 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.108 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.109 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.109 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.109 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.109 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.111 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.111 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.111 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.112 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.112 T:2975961696 DEBUG: Activating window ID: 12005
2019-06-23 07:15:43.116 T:2975961696 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
2019-06-23 07:15:43.117 T:2975961696 DEBUG: FreeVisualisation() done
2019-06-23 07:15:43.119 T:2975961696 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
2019-06-23 07:15:43.132 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.132 T:2658112224 DEBUG: CVideoPlayer::OMXDoProcessing Resume 0.74,8.88 (A:01 V:01) EOF:0 FULL:0 T:0.20
2019-06-23 07:15:43.132 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.133 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.133 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.133 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.133 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.134 T:2658112224 DEBUG: OMXClock::OMXSetSpeed(1.000) pause_resume:1
2019-06-23 07:15:43.135 T:2975961696 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2019-06-23 07:15:43.197 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.197 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.197 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.198 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.198 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.198 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.198 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.198 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.198 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.199 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.199 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.199 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.199 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.199 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.199 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.199 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.200 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.200 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.212 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.213 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.214 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.214 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.214 T:2715161312 DEBUG: OnAVChange: CApplication::OnAVChange
2019-06-23 07:15:43.221 T:2975961696 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2019-06-23 07:15:43.291 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.291 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.294 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.294 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.294 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.294 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.295 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.295 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.295 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.295 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.295 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.295 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.296 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.296 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.298 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.299 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.302 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.302 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.303 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.303 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.309 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.310 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.377 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnAVStart from xbmc
2019-06-23 07:15:43.378 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnAVStart
2019-06-23 07:15:43.401 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.402 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.406 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.407 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.407 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.407 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.407 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.407 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.407 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.407 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.408 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.408 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.408 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.408 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.408 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.408 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.409 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.409 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.409 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.409 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.409 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.409 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.409 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.410 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.492 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.492 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.496 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.497 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.497 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.497 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.499 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.500 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.500 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.500 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.500 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.500 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.500 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.502 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.502 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.502 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.502 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.503 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.509 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.512 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.512 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.512 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.513 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.513 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.604 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.605 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.608 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.608 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.608 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.608 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.609 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.609 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.609 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.609 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.609 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.609 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.609 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.610 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.610 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.610 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.610 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.610 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.620 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.620 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.620 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.620 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.620 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.621 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.667 T:2619335392 INFO: COMXPlayerAudio - Switching to normal playback
2019-06-23 07:15:43.690 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.690 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.691 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.691 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.693 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.693 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.693 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.694 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.697 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.697 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.698 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.698 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.709 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.709 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.711 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.711 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.711 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.714 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.714 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.744 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnAVChange from xbmc
2019-06-23 07:15:43.744 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnAVChange
2019-06-23 07:15:43.754 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.754 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.758 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.758 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.759 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.759 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.762 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.762 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.762 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.762 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.763 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.763 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.763 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.763 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.763 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.763 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.763 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.764 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.771 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.771 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.771 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.771 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.772 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.772 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.801 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.801 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.803 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.803 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.806 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.807 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.807 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.807 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.807 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.807 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.807 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.807 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.811 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.812 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.815 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.816 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.862 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.863 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.864 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.864 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.868 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.868 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.869 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.869 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.869 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.869 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.869 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.869 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.870 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.870 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.870 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.870 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.870 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.873 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.874 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.874 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.874 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.874 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.919 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.919 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.919 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.919 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.919 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.920 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.920 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.920 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.921 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.921 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.921 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.921 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.921 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.921 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.922 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.922 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.922 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.922 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.922 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.922 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.922 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.923 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.969 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.969 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.969 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.969 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.970 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.970 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.970 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.970 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.970 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.970 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.971 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.971 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.972 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.972 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.974 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.974 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.974 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.974 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:43.982 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:43.982 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:48.724 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:48.729 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:48.762 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:48.782 T:2767180512 DEBUG: [plugin.video.youtube] send_notification: |check_settings| -> |{"httpd_address": "0.0.0.0", "use_httpd": false, "whitelist": "", "httpd_port": 50152}|
2019-06-23 07:15:48.787 T:2767180512 DEBUG: [plugin.video.youtube] JSONStore Load |/home/pi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2019-06-23 07:15:48.796 T:2975957728 DEBUG: CAnnouncementManager - Announcement: check_settings from plugin.video.youtube
2019-06-23 07:15:48.796 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 512, from plugin.video.youtube, message check_settings
2019-06-23 07:15:48.801 T:2767180512 DEBUG: [plugin.video.youtube] JSONStore Load |/home/pi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2019-06-23 07:15:48.830 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:48.830 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:48.851 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:48.888 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:48.888 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:48.911 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:48.947 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:48.948 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:48.970 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:49.007 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:49.007 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:49.030 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:49.050 T:2767180512 DEBUG: CSettingsManager: requested setting (kodion.access_token) was not found.
2019-06-23 07:15:49.050 T:2767180512 DEBUG: CSettingsManager: requested setting (kodion.refresh_token) was not found.
2019-06-23 07:15:49.050 T:2767180512 DEBUG: CSettingsManager: requested setting (kodion.access_token.expires) was not found.
2019-06-23 07:15:49.050 T:2767180512 DEBUG: CSettingsManager: requested setting (youtube.api.last.hash) was not found.
2019-06-23 07:15:49.059 T:2767180512 DEBUG: [plugin.video.youtube] User: |0| Using API key set: |1|
2019-06-23 07:15:49.408 T:2775573216 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): setting the Python path to /usr/share/kodi/addons/service.xbmc.versioncheck:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat
2019-06-23 07:15:49.408 T:2775573216 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): entering source directory /usr/share/kodi/addons/service.xbmc.versioncheck
2019-06-23 07:15:49.408 T:2775573216 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
2019-06-23 07:15:49.661 T:2767180512 DEBUG: [plugin.video.youtube] YouTube service initialization...
2019-06-23 07:15:49.670 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:49.670 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:49.693 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:49.736 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
2019-06-23 07:15:49.736 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
2019-06-23 07:15:49.758 T:2767180512 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
2019-06-23 07:15:50.231 T:2775573216 DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting definitions
2019-06-23 07:15:50.231 T:2775573216 DEBUG: CAddonSettings[service.xbmc.versioncheck]: trying to load setting definitions from old format...
2019-06-23 07:15:50.233 T:2775573216 DEBUG: Version Check: Version 0.4.6 started
2019-06-23 07:15:51.718 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:51.719 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:51.750 T:2975961696 DEBUG: Keyboard: scancode: 0x6a, sym: 0x0113, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:51.751 T:2975961696 DEBUG: HandleKey: right (0xf083) pressed, action is StepForward
2019-06-23 07:15:51.754 T:2975961696 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
2019-06-23 07:15:51.767 T:2975961696 DEBUG: ------ Window Init (Custom_1109_TopBarOverlay.xml) ------
2019-06-23 07:15:51.806 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:15:51.814 T:2975961696 DEBUG: Keyboard: scancode: 0x6a, sym: 0x0113, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:52.521 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 2
2019-06-23 07:15:52.522 T:2658112224 DEBUG: OMXClock::OMXSetSpeed(0.000) pause_resume:1
2019-06-23 07:15:52.522 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:52.523 T:2658112224 DEBUG: demuxer seek to: 19667.619637
2019-06-23 07:15:52.523 T:2658112224 DEBUG: SeekTime - unknown position after seek
2019-06-23 07:15:52.523 T:2658112224 DEBUG: demuxer seek to: 19667.619637, success
2019-06-23 07:15:52.523 T:2658112224 DEBUG: CVideoPlayer::FlushBuffers - flushing buffers
2019-06-23 07:15:52.528 T:2627728096 DEBUG: COMXPlayerVideo - CDVDMsg::GENERAL_FLUSH(1)
2019-06-23 07:15:52.529 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 0
2019-06-23 07:15:52.529 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_FLUSH(1)
2019-06-23 07:15:52.532 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
2019-06-23 07:15:52.533 T:2627728096 DEBUG: COMXPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
2019-06-23 07:15:52.533 T:2658112224 DEBUG: OMXClock::OMXFlush
2019-06-23 07:15:52.538 T:2658112224 DEBUG: OMXClock::OMXStop
2019-06-23 07:15:52.539 T:2658112224 DEBUG: OMXClock::OMXMediaTime set config OMX_IndexConfigTimeCurrentAudioReference = 0.00
2019-06-23 07:15:52.540 T:2627728096 DEBUG: OMXVideo::Decode VDec : setStartTime 20.480000
2019-06-23 07:15:52.541 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.541 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.542 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.543 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.543 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.544 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.549 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.550 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.562 T:2658112224 DEBUG: CVideoPlayer::OMXDoProcessing Resume 20.55,20.64 (A:01 V:01) EOF:0 FULL:0 T:0.20
2019-06-23 07:15:52.563 T:2658112224 DEBUG: OMXClock::OMXSetSpeed(1.000) pause_resume:1
2019-06-23 07:15:52.573 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.573 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.574 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.574 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.580 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.581 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.584 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.584 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.584 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.584 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.585 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.585 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.585 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.586 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.586 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.586 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.586 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.586 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.586 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.587 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.588 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.588 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.588 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.588 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.592 T:2619335392 DEBUG: COMXAudio::Decode ADec : setStartTime 20.456779
2019-06-23 07:15:52.595 T:2658112224 DEBUG: CVideoPlayer::HandleMessages - player started 1
2019-06-23 07:15:52.623 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.623 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.627 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.627 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.628 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.628 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.629 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.629 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.632 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.637 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.637 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.637 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.637 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.638 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.638 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.638 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.639 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.639 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.639 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.639 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.639 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.639 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.640 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.640 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.668 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.668 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.669 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.669 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.672 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.672 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.674 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.674 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.676 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.677 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.680 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.681 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.682 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.682 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.684 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.684 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.686 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.687 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.691 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.691 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.692 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.692 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.694 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.694 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.721 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.722 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.728 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.728 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.729 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.729 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.732 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.732 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.732 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.732 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.733 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.733 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.733 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.733 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.734 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.734 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.736 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.737 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.737 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.737 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.737 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.737 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.737 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.738 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.766 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnSeek from xbmc
2019-06-23 07:15:52.767 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnSeek
2019-06-23 07:15:52.772 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.773 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.773 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.773 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.773 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.774 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.774 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.774 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.775 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.775 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.775 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.775 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.775 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.776 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.776 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.776 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.776 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.776 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.776 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.776 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.777 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.777 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.777 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.777 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.801 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.801 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.803 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.803 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.805 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.810 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.810 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.813 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.814 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.814 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.814 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.814 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.815 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.815 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.815 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.815 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.815 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.816 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.816 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.816 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.817 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.837 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.837 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.838 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.839 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.841 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.841 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.842 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.842 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.843 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.843 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.844 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.844 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.846 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.846 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.847 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.847 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.850 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.850 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.851 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.852 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.853 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.853 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.872 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.873 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.876 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.876 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.877 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.877 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.878 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.878 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.879 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.880 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.881 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.882 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.885 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.885 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.886 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.886 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.887 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.887 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.888 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.888 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.889 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.889 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.909 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.909 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.910 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.910 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.911 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.911 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.912 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.912 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.913 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.913 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.914 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.915 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.917 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.917 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.917 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.917 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.917 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.918 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.918 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.918 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.918 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.918 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.918 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.919 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.939 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.939 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.940 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.940 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.942 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.942 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.944 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.944 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.945 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.945 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.947 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.948 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.948 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.949 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.949 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.950 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.951 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.951 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.952 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.952 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.952 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.952 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.953 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.954 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.975 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.975 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.977 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.977 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.978 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.978 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.981 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.982 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.983 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.983 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.984 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.984 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.985 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.985 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.990 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.990 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.991 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.992 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.992 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.993 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.993 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.994 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:52.995 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:52.995 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.014 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.014 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.015 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.015 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.018 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.018 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.019 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.019 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.020 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.020 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.022 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.022 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.024 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.024 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.024 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.025 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.025 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.025 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.025 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.025 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.025 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.028 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.029 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.029 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.048 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.048 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.050 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.050 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.051 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.051 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.053 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.054 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.055 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.055 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.056 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.056 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.059 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.059 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.060 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.060 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.062 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.062 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.064 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.064 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.068 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.068 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.069 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.069 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.088 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.088 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.090 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.090 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.092 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.092 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.095 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.095 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.098 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.098 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.102 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.103 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.105 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.105 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.106 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.106 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.107 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.107 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.108 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.108 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.110 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.110 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.129 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.129 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.132 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.132 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.133 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.133 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.135 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.135 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.136 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.136 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.138 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.138 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.140 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.141 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.148 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.148 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.148 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.148 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.149 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.149 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.149 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.149 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.169 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.169 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.172 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.172 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.173 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.174 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.175 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.175 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.177 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.177 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.178 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.178 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.179 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.179 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.182 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.183 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.184 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.184 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.185 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.185 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.186 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.186 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.208 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.211 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.212 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.212 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.212 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.212 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.213 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.213 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.213 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.213 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.213 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.214 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.214 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.214 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.214 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.216 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.216 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.217 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.217 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.217 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.217 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.217 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.217 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.218 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.240 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.241 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.243 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.243 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.245 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.245 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.246 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.246 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.248 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.248 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.249 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.250 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.251 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.252 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.257 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.257 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.258 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.258 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.259 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.259 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.260 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.260 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.261 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.261 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.266 T:2658112224 DEBUG: VideoPlayer::Sync - Audio - pts: 20642539.682540, cache: 0.000000, totalcache: 6343673.229218
2019-06-23 07:15:53.266 T:2658112224 DEBUG: CVideoPlayer::HandlePlaySpeed player started RESET
2019-06-23 07:15:53.267 T:2658112224 DEBUG: OMXClock::OMXReset audio / video : 1 / 1 wait mask 0->3 state : 2->1
2019-06-23 07:15:53.268 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_RESYNC(20642539.682540)
2019-06-23 07:15:53.269 T:2627728096 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_RESYNC(20642539.682540)
2019-06-23 07:15:53.269 T:2658112224 DEBUG: CVideoPlayer::SetCaching - caching state 0
2019-06-23 07:15:53.271 T:2619335392 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_SETSPEED 1000
2019-06-23 07:15:53.275 T:2658112224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
2019-06-23 07:15:53.327 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.327 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.327 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.327 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.328 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.328 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.328 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.328 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.328 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.328 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.329 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.329 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.329 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.329 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.329 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.329 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.329 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.330 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.330 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.330 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.331 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.333 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.333 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.333 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.383 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.383 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.386 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.386 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.386 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.387 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.387 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.387 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.387 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.387 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.387 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.387 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.388 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.388 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.388 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.388 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.388 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.390 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.390 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.391 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.391 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.396 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.396 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.397 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.456 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.456 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.456 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.456 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.457 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.457 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.457 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.457 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.457 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.457 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.458 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.458 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.461 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.461 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.461 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.461 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.462 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.462 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.462 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.462 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.462 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.462 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.462 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.463 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.524 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.525 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.525 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.525 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.525 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.525 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.525 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.526 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.526 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.526 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.526 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.526 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.526 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.527 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.527 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.527 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.527 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.527 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.527 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.527 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.528 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.528 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.587 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.588 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.588 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.588 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.588 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.588 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.588 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.589 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.589 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.589 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.589 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.589 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.589 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.590 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.590 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.590 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.590 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.591 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.591 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.591 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.591 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.591 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.647 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.648 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.648 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.648 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.648 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.648 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.648 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.649 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.649 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.649 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.649 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.649 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.649 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.650 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.650 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.650 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.650 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.650 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.650 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.650 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.654 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.654 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.681 T:2619335392 INFO: COMXPlayerAudio - Switching to normal playback
2019-06-23 07:15:53.708 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.709 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.709 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.709 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.709 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.709 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.710 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.710 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.710 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.710 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.710 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.710 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.711 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.711 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.711 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.711 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.712 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.712 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.747 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.747 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.750 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.750 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.750 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.750 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.750 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.751 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.751 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.751 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.751 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.751 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.752 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.752 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.752 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.752 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.752 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.752 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.755 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.755 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.759 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.759 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.762 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.762 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.801 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.801 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.801 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.801 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.802 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.802 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.802 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.802 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.802 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.802 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.802 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.803 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.803 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.803 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.803 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.803 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.803 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.804 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.804 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.811 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.811 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.843 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.843 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.846 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.847 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.847 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.847 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.847 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.847 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.847 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.848 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.848 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.848 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.851 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.851 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.851 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.851 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.853 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.854 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.856 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.857 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.862 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.863 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.863 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.863 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.886 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.887 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.887 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.888 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.889 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.889 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.890 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.890 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.891 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.891 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.894 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.895 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.895 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.895 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.905 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.905 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.905 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.906 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.906 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.906 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.906 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.906 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.906 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.906 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.940 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.940 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.942 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.942 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.944 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.944 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.949 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.949 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.951 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.951 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.952 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.953 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.957 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.958 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.959 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.960 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.961 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.961 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.961 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.961 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.962 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.963 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:53.964 T:2627728096 ERROR: OMXVideo::Decode timeout
2019-06-23 07:15:53.964 T:2627728096 INFO: Output - renderer not configured
2019-06-23 07:15:55.354 T:2975961696 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
2019-06-23 07:15:55.355 T:2975961696 DEBUG: ------ Window Deinit (Custom_1109_TopBarOverlay.xml) ------
2019-06-23 07:15:55.569 T:2775573216 DEBUG: Version Check: Version installed {u'major': 18, u'tag': u'stable', u'minor': 2, u'revision': u'20190428-a94ccc8ba5'}
2019-06-23 07:15:55.570 T:2775573216 INFO: CPythonInvoker(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py): script successfully run
2019-06-23 07:15:55.571 T:2775573216 DEBUG: onExecutionDone(0, /usr/share/kodi/addons/service.xbmc.versioncheck/service.py)
2019-06-23 07:15:55.654 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:55.658 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:55.677 T:2975961696 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
2019-06-23 07:15:55.724 T:2775573216 INFO: Python interpreter stopped
2019-06-23 07:15:55.724 T:2775573216 DEBUG: Thread LanguageInvoker 2775573216 terminating
2019-06-23 07:15:55.750 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:15:55.754 T:2975961696 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
2019-06-23 07:15:55.755 T:2975961696 DEBUG: HandleKey: escape (0xf01b) pressed, action is Fullscreen
2019-06-23 07:15:55.755 T:2975961696 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
2019-06-23 07:15:55.756 T:2975961696 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
2019-06-23 07:15:55.785 T:2975961696 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
2019-06-23 07:15:55.819 T:2975961696 DEBUG: ------ Window Init (MyVideoNav.xml) ------
2019-06-23 07:15:55.830 T:2975961696 DEBUG: CGUIMediaWindow::GetDirectory (/home/pi/navalny/)
2019-06-23 07:15:55.830 T:2975961696 DEBUG: ParentPath = [/home/pi/navalny/]
2019-06-23 07:15:55.931 T:2609107680 DEBUG: Thread BackgroundLoader start, auto delete: false
2019-06-23 07:15:55.977 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x40f3a90
2019-06-23 07:15:55.980 T:2975961696 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(314128), nBufferAlignment(16)
2019-06-23 07:15:55.993 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.resize input port 60 output port 61 m_handle 0x3bbd4a8
2019-06-23 07:15:55.999 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x3d3dae8
2019-06-23 07:15:56.004 T:2975961696 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
2019-06-23 07:15:56.082 T:2609107680 DEBUG: Thread BackgroundLoader 2609107680 terminating
2019-06-23 07:15:56.160 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x40f3a90
2019-06-23 07:15:56.163 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.resize handle 0x3bbd4a8
2019-06-23 07:15:56.167 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x3d3dae8
2019-06-23 07:15:56.168 T:2975961696 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/primary.jpg 1280x720
2019-06-23 07:15:56.176 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x40f3a90
2019-06-23 07:15:56.179 T:2975961696 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(93824), nBufferAlignment(16)
2019-06-23 07:15:56.186 T:2975961696 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x3bd0140
2019-06-23 07:15:56.189 T:2975961696 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
2019-06-23 07:15:56.210 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x40f3a90
2019-06-23 07:15:56.215 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x3bd0140
2019-06-23 07:15:56.216 T:2975961696 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/pattern1.jpg 900x506
2019-06-23 07:15:56.958 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:56.963 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:56.973 T:2975961696 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
2019-06-23 07:15:57.070 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:15:57.074 T:2975961696 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
2019-06-23 07:15:57.075 T:2975961696 DEBUG: HandleKey: escape (0xf01b) pressed, action is PreviousMenu
2019-06-23 07:15:57.075 T:2975961696 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
2019-06-23 07:15:57.395 T:2975961696 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
2019-06-23 07:15:57.396 T:2975961696 DEBUG: FreeVisualisation() done
2019-06-23 07:15:57.398 T:2975961696 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
2019-06-23 07:15:57.398 T:2975961696 DEBUG: ------ Window Init (Home.xml) ------
2019-06-23 07:15:57.400 T:2975961696 DEBUG: CDirectoryProvider[addons://]: refreshing..
2019-06-23 07:15:57.406 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
2019-06-23 07:15:57.408 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
2019-06-23 07:15:57.411 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2019-06-23 07:15:57.411 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
2019-06-23 07:15:57.411 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
2019-06-23 07:15:57.412 T:2975961696 DEBUG: CDirectoryProvider[library://video/]: refreshing..
2019-06-23 07:15:57.412 T:2975961696 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
2019-06-23 07:15:57.412 T:2975961696 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
2019-06-23 07:15:57.419 T:2975961696 DEBUG: CDirectoryProvider[favourites://]: refreshing..
2019-06-23 07:15:57.420 T:2975961696 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
2019-06-23 07:15:57.420 T:2975961696 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2019-06-23 07:15:57.557 T:2845725408 DEBUG: CAddonMgr::GetAvailableUpdates took 152 ms
2019-06-23 07:15:58.037 T:2845725408 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2019-06-23 07:15:58.037 T:2845725408 DEBUG: Getting Directory (special://profile/playlists/video)
2019-06-23 07:15:58.052 T:2845725408 DEBUG: Getting Directory (special://profile/playlists/mixed)
2019-06-23 07:15:58.069 T:2845725408 DEBUG: CMultiPathDirectory::MergeItems, items = 0
2019-06-23 07:15:58.486 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:58.490 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:58.502 T:2975961696 DEBUG: Keyboard: scancode: 0x67, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:58.503 T:2975961696 DEBUG: HandleKey: up (0xf080) pressed, action is Up
2019-06-23 07:15:58.638 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:15:58.641 T:2975961696 DEBUG: Keyboard: scancode: 0x67, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2019-06-23 07:15:59.726 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:15:59.727 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:15:59.759 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:59.822 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:15:59.834 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:15:59.835 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:15:59.836 T:2975961696 DEBUG: Activating window ID: 10111
2019-06-23 07:15:59.836 T:2975961696 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
2019-06-23 07:15:59.836 T:2975961696 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2019-06-23 07:16:01.414 T:2955932384 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2019-06-23 07:16:01.415 T:2609107680 DEBUG: Thread Timer start, auto delete: false
2019-06-23 07:16:01.426 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:16:01.510 T:2609107680 DEBUG: Thread Timer 2609107680 terminating
2019-06-23 07:16:01.518 T:2975961696 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2019-06-23 07:16:01.518 T:2975961696 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2019-06-23 07:16:01.541 T:2975961696 NOTICE: Stopping player
2019-06-23 07:16:01.542 T:2975961696 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 07:16:01.542 T:2975961696 DEBUG: DeleteRenderer - deleting renderer
2019-06-23 07:16:01.543 T:2975961696 DEBUG: CMMALRenderer::~CMMALRenderer
2019-06-23 07:16:01.543 T:2975961696 DEBUG: CMMALRenderer::UnInitMMAL
2019-06-23 07:16:01.543 T:2666504928 DEBUG: CMMALRenderer::Run - stopping
2019-06-23 07:16:01.543 T:2666504928 DEBUG: Thread MMALProcess 2666504928 terminating
2019-06-23 07:16:01.544 T:2975961696 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 07:16:01.544 T:2658112224 NOTICE: CVideoPlayer::OnExit()
2019-06-23 07:16:01.545 T:2658112224 DEBUG: CVideoPlayer: updating file item stream details with current streams
2019-06-23 07:16:01.545 T:2658112224 NOTICE: Closing stream player 1
2019-06-23 07:16:01.552 T:2619335392 NOTICE: thread end: OMXPlayerAudio::OnExit()
2019-06-23 07:16:01.553 T:2619335392 DEBUG: Thread OMXPlayerAudio 2619335392 terminating
2019-06-23 07:16:01.607 T:2658112224 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_decode handle 0xb0370b60
2019-06-23 07:16:01.625 T:2658112224 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_mixer handle 0xa5fb43e0
2019-06-23 07:16:01.629 T:2658112224 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xa5fb4498
2019-06-23 07:16:01.630 T:2658112224 NOTICE: Closing stream player 2
2019-06-23 07:16:01.631 T:2627728096 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
2019-06-23 07:16:01.632 T:2627728096 NOTICE: thread end: video_thread
2019-06-23 07:16:01.632 T:2627728096 DEBUG: Thread OMXPlayerVideo 2627728096 terminating
2019-06-23 07:16:01.690 T:2658112224 ERROR: COMXCoreComponent::FreeInputBuffers WaitForCommand:OMX_CommandPortDisable failed on OMX.broadcom.video_decode omx_err(0x80001000)
2019-06-23 07:16:01.692 T:2658112224 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.video_decode handle 0xb0371ad0
2019-06-23 07:16:01.705 T:2658112224 DEBUG: OMXClock::OMXStop
2019-06-23 07:16:01.711 T:2658112224 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.clock handle 0xb03df7a0
2019-06-23 07:16:01.712 T:2658112224 DEBUG: Thread VideoPlayer 2658112224 terminating
2019-06-23 07:16:01.712 T:2975961696 NOTICE: VideoPlayer: finished waiting
2019-06-23 07:16:01.713 T:2975961696 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 07:16:01.713 T:2975961696 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 07:16:01.713 T:2975961696 NOTICE: VideoPlayer: finished waiting
2019-06-23 07:16:01.713 T:2947539680 DEBUG: CActiveAE::DiscardStream - audio stream deleted
2019-06-23 07:16:01.714 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:16:01.727 T:2939146976 DEBUG: Previous line repeats 2 times.
2019-06-23 07:16:01.727 T:2939146976 INFO: CActiveAESink::OpenSink - initialize sink
2019-06-23 07:16:01.727 T:2939146976 DEBUG: CAESinkPi:Drain delay:0ms now:0ms
2019-06-23 07:16:01.727 T:2939146976 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:16:01.728 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:16:01.729 T:2939146976 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2019-06-23 07:16:01.729 T:2939146976 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2019-06-23 07:16:01.730 T:2939146976 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2019-06-23 07:16:01.735 T:2939146976 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0d20298
2019-06-23 07:16:01.738 T:2975961696 DEBUG: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
2019-06-23 07:16:01.741 T:2939146976 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2019-06-23 07:16:01.743 T:2939146976 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Output Device : HDMI
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Sample Rate : 44100
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Sample Format : AE_FMT_FLOAT
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Channel Count : 2
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Channel Layout: FL, FR
2019-06-23 07:16:01.743 T:2939146976 DEBUG: Frames : 2205
2019-06-23 07:16:01.744 T:2939146976 DEBUG: Frame Size : 8
2019-06-23 07:16:01.759 T:2947539680 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2019-06-23 07:16:01.778 T:2845725408 DEBUG: Previous line repeats 1 times.
2019-06-23 07:16:01.778 T:2845725408 INFO: Deleting settings information for files /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:16:01.782 T:2715161312 DEBUG: DoWork - Saving file state for video item /home/pi/navalny/navalny-dimon.mp4
2019-06-23 07:16:01.907 T:2861925088 DEBUG: OnPlayBackStopped: CApplication::OnPlayBackStopped
2019-06-23 07:16:01.921 T:2975961696 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x3d479c0 for port vc.ril.video_decode:out:0(I420)
2019-06-23 07:16:01.922 T:2975961696 NOTICE: Storing total System Uptime
2019-06-23 07:16:01.923 T:2975961696 NOTICE: Saving settings
2019-06-23 07:16:01.974 T:2975961696 NOTICE: Saving skin settings
2019-06-23 07:16:01.988 T:2975961696 NOTICE: Stopping all
2019-06-23 07:16:01.989 T:2837332704 DEBUG: Thread JobWorker 2837332704 terminating (autodelete)
2019-06-23 07:16:01.990 T:2861925088 DEBUG: Thread JobWorker 2861925088 terminating (autodelete)
2019-06-23 07:16:01.991 T:2715161312 DEBUG: Thread JobWorker 2715161312 terminating (autodelete)
2019-06-23 07:16:01.992 T:2845725408 DEBUG: Thread JobWorker 2845725408 terminating (autodelete)
2019-06-23 07:16:01.993 T:2975961696 DEBUG: NetworkMessage - Signaling network services to stop
2019-06-23 07:16:01.993 T:2975961696 NOTICE: ES: Stopping event server
2019-06-23 07:16:01.993 T:2975961696 DEBUG: NetworkMessage - Waiting for network services to stop
2019-06-23 07:16:01.994 T:2975961696 NOTICE: stopping zeroconf publishing
2019-06-23 07:16:02.023 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
2019-06-23 07:16:02.023 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
2019-06-23 07:16:02.024 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
2019-06-23 07:16:02.024 T:2975957728 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
2019-06-23 07:16:02.694 T:2749969120 NOTICE: ES: UDP Event server stopped
2019-06-23 07:16:02.695 T:2749969120 DEBUG: Thread EventServer 2749969120 terminating
2019-06-23 07:16:02.725 T:2741576416 DEBUG: Thread TCPServer 2741576416 terminating
2019-06-23 07:16:02.726 T:2975961696 NOTICE: stop dvd detect media
2019-06-23 07:16:02.727 T:2975961696 DEBUG: CServiceAddonManager: stopping plugin.video.youtube.
2019-06-23 07:16:02.727 T:2975961696 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): trigger Monitor abort request
2019-06-23 07:16:02.728 T:2767180512 DEBUG: [plugin.video.youtube] PlaybackMonitor active threads: ||
2019-06-23 07:16:02.732 T:2767180512 INFO: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): script successfully run
2019-06-23 07:16:02.733 T:2767180512 DEBUG: onExecutionDone(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py)
2019-06-23 07:16:02.824 T:2767180512 INFO: Python interpreter interrupted by user
2019-06-23 07:16:02.825 T:2975961696 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): script termination took 94ms
2019-06-23 07:16:02.825 T:2975961696 DEBUG: CServiceAddonManager: stopping service.xbmc.versioncheck.
2019-06-23 07:16:02.825 T:2975961696 INFO: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2019-06-23 07:16:02.826 T:2947539680 DEBUG: Thread ActiveAE 2947539680 terminating
2019-06-23 07:16:02.827 T:2767180512 DEBUG: Thread LanguageInvoker 2767180512 terminating
2019-06-23 07:16:02.864 T:2939146976 DEBUG: Thread AESink 2939146976 terminating
2019-06-23 07:16:02.964 T:2975961696 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
2019-06-23 07:16:02.964 T:2975961696 DEBUG: CAESinkPi:Deinitialize
2019-06-23 07:16:02.965 T:2975961696 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2019-06-23 07:16:02.973 T:2975961696 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0d20298
2019-06-23 07:16:02.975 T:2975961696 NOTICE: Application stopped
2019-06-23 07:16:03.176 T:2975961696 NOTICE: XBApplicationEx: destroying...
2019-06-23 07:16:03.177 T:2794943200 DEBUG: Thread PeripEventScanner 2794943200 terminating
2019-06-23 07:16:03.240 T:2820121312 DEBUG: Thread PeripBusUSBUdev 2820121312 terminating
2019-06-23 07:16:03.740 T:2690634464 DEBUG: Thread CECAdapterUpdate 2690634464 terminating
2019-06-23 07:16:04.578 T:2723554016 DEBUG: Process - CEC adapter processor thread ended
2019-06-23 07:16:04.579 T:2723554016 DEBUG: Thread CECAdapter 2723554016 terminating
2019-06-23 07:16:05.083 T:2803335904 DEBUG: Thread PeripBusAddon 2803335904 terminating
2019-06-23 07:16:05.295 T:2975961696 NOTICE: unload skin
2019-06-23 07:16:05.295 T:2975961696 INFO: Unloading old skin ...
2019-06-23 07:16:05.318 T:2975961696 DEBUG: ------ Window Deinit () ------
2019-06-23 07:16:05.318 T:2975961696 DEBUG: ------ Window Deinit (Home.xml) ------
2019-06-23 07:16:05.319 T:2975961696 DEBUG: FreeVisualisation() done
2019-06-23 07:16:05.373 T:2975961696 DEBUG: Previous line repeats 2 times.
2019-06-23 07:16:05.374 T:2975961696 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
2019-06-23 07:16:05.397 T:2975961696 DEBUG: CloseBundle - Closed bundle
2019-06-23 07:16:05.464 T:2975961696 NOTICE: unload sections
2019-06-23 07:16:05.472 T:2975957728 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
2019-06-23 07:16:05.476 T:2975961696 DEBUG: Previous line repeats 1 times.
2019-06-23 07:16:05.476 T:2975961696 DEBUG: LogindUPowerSyscall - delay lock sleep released
2019-06-23 07:16:05.483 T:2783965920 DEBUG: Thread Timer 2783965920 terminating
2019-06-23 07:16:05.489 T:2975961696 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2faef50 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2019-06-23 07:16:05.489 T:2975961696 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2f80a28 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2019-06-23 07:16:05.489 T:2975961696 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2f7d4a8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
2019-06-23 07:16:05.493 T:2975961696 DEBUG: object 0 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 1 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 2 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 3 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 4 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 5 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 6 --> 0 instances
2019-06-23 07:16:05.494 T:2975961696 DEBUG: object 7 --> 0 instances
2019-06-23 07:16:05.495 T:2975961696 DEBUG: object 8 --> 0 instances
2019-06-23 07:16:05.495 T:2975961696 DEBUG: object 9 --> 0 instances
2019-06-23 07:16:05.528 T:2955932384 DEBUG: Thread libinput 2955932384 terminating
2019-06-23 07:16:05.531 T:2966418144 DEBUG: Thread Lirc 2966418144 terminating
2019-06-23 07:16:05.555 T:2975957728 DEBUG: Thread Announce 2975957728 terminating
2019-06-23 07:16:05.569 T:2975961696 NOTICE: XBApplicationEx: application stopped!
2019-06-23 07:16:05.570 T:2872005344 DEBUG: Thread CRBPWorker 2872005344 terminating
2019-06-23 13:49:03.848 T:2976043744 DEBUG: Thread Announce start, auto delete: false
2019-06-23 13:49:03.849 T:2976047712 NOTICE: -----------------------------------------------------------------------
2019-06-23 13:49:03.850 T:2976047712 NOTICE: Starting Kodi (18.2 Git:20190428-a94ccc8ba5). Platform: Linux ARM 32-bit
2019-06-23 13:49:03.850 T:2976047712 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
2019-06-23 13:49:03.850 T:2976047712 NOTICE: Kodi compiled 2019-04-30 by GCC 6.3.0 for Linux ARM 32-bit version 4.9.82 (264530)
2019-06-23 13:49:03.851 T:2976047712 NOTICE: Running on Raspbian GNU/Linux 9 (stretch), kernel: Linux ARM 32-bit version 4.19.42+
2019-06-23 13:49:03.864 T:2976047712 NOTICE: FFmpeg version/source: 4.0.3-Kodi
2019-06-23 13:49:03.864 T:2976047712 NOTICE: Host CPU: ARMv6-compatible processor rev 7 (v6l), 1 core available
2019-06-23 13:49:03.864 T:2976047712 NOTICE: ARM Features: Neon disabled
2019-06-23 13:49:03.864 T:2976047712 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://masterprofile/ is mapped to: /home/pi/.kodi/userdata
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://envhome/ is mapped to: /home/pi
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://home/ is mapped to: /home/pi/.kodi
2019-06-23 13:49:03.865 T:2976047712 NOTICE: special://temp/ is mapped to: /home/pi/.kodi/temp
2019-06-23 13:49:03.866 T:2976047712 NOTICE: special://logpath/ is mapped to: /home/pi/.kodi/temp
2019-06-23 13:49:03.866 T:2976047712 NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi-rbpi
2019-06-23 13:49:03.866 T:2976047712 NOTICE: Local hostname: raspberrypi
2019-06-23 13:49:03.867 T:2976047712 NOTICE: Log File is located: /home/pi/.kodi/temp/kodi.log
2019-06-23 13:49:03.867 T:2976047712 NOTICE: -----------------------------------------------------------------------
2019-06-23 13:49:03.887 T:2976047712 INFO: loading settings
2019-06-23 13:49:03.892 T:2976047712 NOTICE: special://profile/ is mapped to: special://masterprofile/
2019-06-23 13:49:04.024 T:2976047712 DEBUG: CSkinSettings: no <skinsettings> tag found
2019-06-23 13:49:04.025 T:2976047712 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2019-06-23 13:49:04.035 T:2976047712 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2019-06-23 13:49:04.036 T:2976047712 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<fanartres>720</fanartres>
<imageres>540</imageres>
<video>
<busydialogdelayms>750</busydialogdelayms>
</video>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
</advancedsettings>
2019-06-23 13:49:04.036 T:2976047712 WARNING: CSettingsManager: missing version attribute
2019-06-23 13:49:04.042 T:2976047712 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2019-06-23 13:49:04.042 T:2976047712 NOTICE: Default Video Player: VideoPlayer
2019-06-23 13:49:04.042 T:2976047712 NOTICE: Default Audio Player: paplayer
2019-06-23 13:49:04.042 T:2976047712 NOTICE: Disabled debug logging due to GUI setting. Level 0.
2019-06-23 13:49:04.042 T:2976047712 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2019-06-23 13:49:04.370 T:2976047712 NOTICE: Running database version Addons27
2019-06-23 13:49:04.568 T:2976047712 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2019-06-23 13:49:04.568 T:2976047712 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2019-06-23 13:49:04.568 T:2976047712 NOTICE: ADDON: game.controller.default v1.0.8 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2019-06-23 13:49:04.569 T:2976047712 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2019-06-23 13:49:04.570 T:2976047712 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: kodi.resource v1.0.0 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: metadata.album.universal v3.1.2 installed
2019-06-23 13:49:04.571 T:2976047712 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.allmusic.com v3.2.0 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.fanart.tv v3.6.1 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.2 installed
2019-06-23 13:49:04.572 T:2976047712 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.9 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: metadata.local v1.0.0 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: metadata.themoviedb.org v5.1.7 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.1 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: plugin.video.youtube v6.4.1 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: repository.xbmc.org v3.1.5 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2019-06-23 13:49:04.573 T:2976047712 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2019-06-23 13:49:04.574 T:2976047712 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2019-06-23 13:49:04.574 T:2976047712 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.32 installed
2019-06-23 13:49:04.574 T:2976047712 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.54 installed
2019-06-23 13:49:04.574 T:2976047712 NOTICE: ADDON: script.module.certifi v2019.3.9 installed
2019-06-23 13:49:04.574 T:2976047712 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.idna v2.8 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.pil v1.1.7 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.requests v2.22.0 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.six v1.11.0 installed
2019-06-23 13:49:04.575 T:2976047712 NOTICE: ADDON: script.module.urllib3 v1.25.3 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: service.xbmc.versioncheck v0.4.6 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: skin.estouchy v2.0.23 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: skin.estuary v2.0.22 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: xbmc.addon v18.2.0 installed
2019-06-23 13:49:04.576 T:2976047712 NOTICE: ADDON: xbmc.core v0.1.0 installed
2019-06-23 13:49:04.577 T:2976047712 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2019-06-23 13:49:04.577 T:2976047712 NOTICE: ADDON: xbmc.json v10.3.0 installed
2019-06-23 13:49:04.577 T:2976047712 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2019-06-23 13:49:04.577 T:2976047712 NOTICE: ADDON: xbmc.python v2.26.0 installed
2019-06-23 13:49:04.577 T:2976047712 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2019-06-23 13:49:04.897 T:2976047712 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2019-06-23 13:49:05.148 T:2947543776 NOTICE: Found 2 Lists of Devices
2019-06-23 13:49:05.148 T:2947543776 NOTICE: Enumerated ALSA devices:
2019-06-23 13:49:05.148 T:2947543776 NOTICE: Device 1
2019-06-23 13:49:05.149 T:2947543776 NOTICE: m_deviceName : @
2019-06-23 13:49:05.149 T:2947543776 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA)
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_displayNameExtra:
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_channels : FL, FR
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2019-06-23 13:49:05.150 T:2947543776 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 13:49:05.150 T:2947543776 NOTICE: Device 2
2019-06-23 13:49:05.151 T:2947543776 NOTICE: m_deviceName : sysdefault:CARD=ALSA
2019-06-23 13:49:05.151 T:2947543776 NOTICE: m_displayName : bcm2835 ALSA
2019-06-23 13:49:05.151 T:2947543776 NOTICE: m_displayNameExtra: bcm2835 ALSA
2019-06-23 13:49:05.151 T:2947543776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 13:49:05.151 T:2947543776 NOTICE: m_channels : FL, FR
2019-06-23 13:49:05.152 T:2947543776 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
2019-06-23 13:49:05.152 T:2947543776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2019-06-23 13:49:05.152 T:2947543776 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 13:49:05.152 T:2947543776 NOTICE: Enumerated PI devices:
2019-06-23 13:49:05.152 T:2947543776 NOTICE: Device 1
2019-06-23 13:49:05.152 T:2947543776 NOTICE: m_deviceName : HDMI
2019-06-23 13:49:05.153 T:2947543776 NOTICE: m_displayName : HDMI
2019-06-23 13:49:05.153 T:2947543776 NOTICE: m_displayNameExtra:
2019-06-23 13:49:05.153 T:2947543776 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2019-06-23 13:49:05.153 T:2947543776 NOTICE: m_channels : FL, FR
2019-06-23 13:49:05.153 T:2947543776 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2019-06-23 13:49:05.154 T:2947543776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2019-06-23 13:49:05.154 T:2947543776 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2019-06-23 13:49:05.154 T:2947543776 NOTICE: Device 2
2019-06-23 13:49:05.154 T:2947543776 NOTICE: m_deviceName : Analogue
2019-06-23 13:49:05.154 T:2947543776 NOTICE: m_displayName : Analogue
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_displayNameExtra:
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_channels : FL, FR
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_sampleRates : 48000
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-06-23 13:49:05.155 T:2947543776 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 13:49:05.155 T:2947543776 NOTICE: Device 3
2019-06-23 13:49:05.156 T:2947543776 NOTICE: m_deviceName : Both
2019-06-23 13:49:05.156 T:2947543776 NOTICE: m_displayName : HDMI and Analogue
2019-06-23 13:49:05.156 T:2947543776 NOTICE: m_displayNameExtra:
2019-06-23 13:49:05.156 T:2947543776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2019-06-23 13:49:05.157 T:2947543776 NOTICE: m_channels : FL, FR
2019-06-23 13:49:05.157 T:2947543776 NOTICE: m_sampleRates : 48000
2019-06-23 13:49:05.157 T:2947543776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-06-23 13:49:05.157 T:2947543776 NOTICE: m_streamTypes : No passthrough capabilities
2019-06-23 13:49:05.432 T:2976047712 NOTICE: Raspberry PI firmware version: Mar 27 2019 15:45:53
Copyright (c) 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start)
2019-06-23 13:49:05.432 T:2976047712 NOTICE: ARM mem: 320MB GPU mem: 192MB MPG2:0 WVC1:0
2019-06-23 13:49:05.433 T:2976047712 NOTICE: cache.memorysize: 20MB
2019-06-23 13:49:05.433 T:2976047712 NOTICE: Config:
aphy_params_current=547
arm_freq=1000
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=400
disable_auto_turbo=1
disable_commandline_tags=2
display_hdmi_rotate=-1
display_lcd_rotate=-1
dphy_params_current=547
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=300
hdmi_channel_map=8
hdmi_force_cec_address=65535
ignore_lcd=1
init_uart_clock=0x2dc6c00
over_voltage_avs=0x249f0
overscan_bottom=48
overscan_left=48
overscan_right=48
overscan_top=48
pause_burst_frames=1
program_serial_random=1
sdram_freq=450
2019-06-23 13:49:05.434 T:2976047712 NOTICE: Config:
device_tree=-
2019-06-23 13:49:05.439 T:2976047712 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
2019-06-23 13:49:05.439 T:2976047712 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
2019-06-23 13:49:05.440 T:2976047712 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 72.000000 Hz
2019-06-23 13:49:05.440 T:2976047712 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 71.928070 Hz
2019-06-23 13:49:05.440 T:2976047712 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 75.000000 Hz
2019-06-23 13:49:05.440 T:2976047712 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
2019-06-23 13:49:05.441 T:2976047712 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
2019-06-23 13:49:05.441 T:2976047712 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 72.000000 Hz
2019-06-23 13:49:05.441 T:2976047712 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 71.928070 Hz
2019-06-23 13:49:05.441 T:2976047712 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 75.000000 Hz
2019-06-23 13:49:05.441 T:2976047712 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
2019-06-23 13:49:05.442 T:2976047712 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 59.940063 Hz
2019-06-23 13:49:05.442 T:2976047712 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 70.000000 Hz
2019-06-23 13:49:05.442 T:2976047712 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 75.000000 Hz
2019-06-23 13:49:05.442 T:2976047712 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
2019-06-23 13:49:05.443 T:2976047712 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940063 Hz
2019-06-23 13:49:05.443 T:2976047712 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 75.000000 Hz
2019-06-23 13:49:05.443 T:2976047712 NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 60.000000 Hz
2019-06-23 13:49:05.443 T:2976047712 NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 59.940063 Hz
2019-06-23 13:49:05.444 T:2976047712 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
2019-06-23 13:49:05.444 T:2976047712 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
2019-06-23 13:49:05.444 T:2976047712 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
2019-06-23 13:49:05.444 T:2976047712 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
2019-06-23 13:49:05.444 T:2976047712 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080i @ 60.000000 Hz
2019-06-23 13:49:05.445 T:2976047712 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080i @ 59.940063 Hz
2019-06-23 13:49:05.445 T:2976047712 NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
2019-06-23 13:49:05.445 T:2976047712 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
2019-06-23 13:49:05.445 T:2976047712 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080i @ 50.000000 Hz
2019-06-23 13:49:05.446 T:2976047712 NOTICE: Found (1920x1080i@50.000000) at 43, setting to RES_DESKTOP at 16
2019-06-23 13:49:05.452 T:2976047712 NOTICE: EGL_VERSION = 1.4
2019-06-23 13:49:05.452 T:2976047712 NOTICE: EGL_VENDOR = Broadcom
2019-06-23 13:49:05.452 T:2976047712 NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
2019-06-23 13:49:05.452 T:2976047712 NOTICE: EGL_CLIENT_EXTENSIONS = NULL
2019-06-23 13:49:05.456 T:2976047712 NOTICE: Checking resolution 16
2019-06-23 13:49:05.819 T:2976047712 NOTICE: GL_VENDOR = Broadcom
2019-06-23 13:49:05.819 T:2976047712 NOTICE: GL_RENDERER = VideoCore IV HW
2019-06-23 13:49:05.819 T:2976047712 NOTICE: GL_VERSION = OpenGL ES 2.0
2019-06-23 13:49:05.819 T:2976047712 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
2019-06-23 13:49:05.820 T:2976047712 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
2019-06-23 13:49:06.408 T:2976047712 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-06-23 13:49:06.408 T:2976047712 NOTICE: LoadJpeg: unable to load /usr/share/kodi/media/splash.jpg
2019-06-23 13:49:08.185 T:2861929184 NOTICE: Running database version Addons27
2019-06-23 13:49:08.194 T:2861929184 NOTICE: Running database version ViewModes6
2019-06-23 13:49:08.204 T:2861929184 NOTICE: Running database version Textures13
2019-06-23 13:49:08.229 T:2861929184 NOTICE: Running database version MyMusic72
2019-06-23 13:49:08.267 T:2861929184 NOTICE: Running database version MyVideos116
2019-06-23 13:49:08.281 T:2861929184 NOTICE: Running database version TV32
2019-06-23 13:49:08.291 T:2861929184 NOTICE: Running database version Epg12
2019-06-23 13:49:08.293 T:2976047712 NOTICE: start dvd mediatype detection
2019-06-23 13:49:08.584 T:2976047712 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.22)
2019-06-23 13:49:11.169 T:2976047712 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2019-06-23 13:49:11.746 T:2976047712 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2019-06-23 13:49:11.749 T:2976047712 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2019-06-23 13:49:11.792 T:2976047712 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2019-06-23 13:49:11.802 T:2976047712 NOTICE: Loaded playercorefactory configuration
2019-06-23 13:49:11.803 T:2976047712 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2019-06-23 13:49:11.804 T:2976047712 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2019-06-23 13:49:12.020 T:2976047712 NOTICE: initialize done
2019-06-23 13:49:12.021 T:2976047712 NOTICE: Running the application...
2019-06-23 13:49:12.095 T:2976047712 NOTICE: starting zeroconf publishing
2019-06-23 13:49:12.096 T:2976047712 NOTICE: starting upnp client
2019-06-23 13:49:12.144 T:2976047712 NOTICE: starting upnp server
2019-06-23 13:49:12.195 T:2976047712 NOTICE: starting upnp renderer
2019-06-23 13:49:12.346 T:2680152800 NOTICE: ES: Starting UDP Event server on port 9777
2019-06-23 13:49:12.347 T:2680152800 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-06-23 13:49:12.479 T:2976047712 NOTICE: VideoPlayer::OpenFile: /var/run/lirc/lircd
2019-06-23 13:49:12.516 T:2645344992 NOTICE: Creating InputStream
2019-06-23 13:49:12.521 T:2645344992 ERROR: CVideoPlayer::OpenInputStream - error opening [/var/run/lirc/lircd]
2019-06-23 13:49:12.525 T:2645344992 NOTICE: CVideoPlayer::OnExit()
2019-06-23 13:49:13.528 T:2976047712 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 13:49:13.529 T:2976047712 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 13:49:13.530 T:2976047712 NOTICE: VideoPlayer: finished waiting
2019-06-23 13:49:14.211 T:2810671840 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2019-06-23 13:49:50.098 T:2600616672 NOTICE: [plugin.video.youtube] Running: YouTube (6.4.1) on Leia (Kodi-18.2) with Python 2.7.13
Path: /
Params: {}
2019-06-23 13:49:56.124 T:2600616672 NOTICE: [plugin.video.youtube] Running: YouTube (6.4.1) on Leia (Kodi-18.2) with Python 2.7.13
Path: /kodion/search/list/
Params: {}
2019-06-23 13:49:57.975 T:2600616672 NOTICE: [plugin.video.youtube] Running: YouTube (6.4.1) on Leia (Kodi-18.2) with Python 2.7.13
Path: /kodion/search/input/
Params: {}
2019-06-23 13:50:15.193 T:2600616672 NOTICE: [plugin.video.youtube] Running: YouTube (6.4.1) on Leia (Kodi-18.2) with Python 2.7.13
Path: /play/
Params: {'video_id': '2Ei2OXOygPQ'}
2019-06-23 13:50:21.381 T:2976047712 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.youtube/play/?video_id=2Ei2OXOygPQ
2019-06-23 13:50:21.796 T:2840589024 NOTICE: Creating InputStream
2019-06-23 13:50:23.733 T:2840589024 NOTICE: Creating Demuxer
2019-06-23 13:50:27.587 T:2840589024 NOTICE: Opening stream: 0 source: 256
2019-06-23 13:50:27.665 T:2840589024 NOTICE: Creating video thread
2019-06-23 13:50:27.903 T:2840589024 NOTICE: Opening stream: 1 source: 256
2019-06-23 13:50:27.908 T:2840589024 NOTICE: Creating audio thread
2019-06-23 13:50:28.058 T:2840589024 NOTICE: OMXClock using audio as reference
2019-06-23 13:50:28.165 T:2540036832 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2019-06-23 13:51:13.961 T:2840589024 NOTICE: CVideoPlayer::OnExit()
2019-06-23 13:51:13.961 T:2840589024 NOTICE: VideoPlayer: eof, waiting for queues to empty
2019-06-23 13:51:13.963 T:2840589024 NOTICE: Closing stream player 1
2019-06-23 13:51:13.963 T:2840589024 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
2019-06-23 13:51:13.983 T:2531644128 NOTICE: thread end: OMXPlayerAudio::OnExit()
2019-06-23 13:51:14.066 T:2840589024 NOTICE: Closing stream player 2
2019-06-23 13:51:14.067 T:2840589024 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
2019-06-23 13:51:14.068 T:2540036832 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
2019-06-23 13:51:14.068 T:2540036832 NOTICE: thread end: video_thread
2019-06-23 13:51:15.454 T:2976047712 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 13:51:15.455 T:2976047712 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 13:51:15.455 T:2976047712 NOTICE: VideoPlayer: finished waiting
2019-06-23 13:51:15.456 T:2976047712 NOTICE: CVideoPlayer::CloseFile()
2019-06-23 13:51:15.456 T:2976047712 NOTICE: VideoPlayer: waiting for threads to exit
2019-06-23 13:51:15.456 T:2976047712 NOTICE: VideoPlayer: finished waiting
2019-06-23 13:51:15.579 T:2976047712 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-23 13:51:25.713 T:2976047712 NOTICE: Stopping player
2019-06-23 13:51:25.714 T:2976047712 NOTICE: Storing total System Uptime
2019-06-23 13:51:25.714 T:2976047712 NOTICE: Saving settings
2019-06-23 13:51:25.745 T:2976047712 NOTICE: Saving skin settings
2019-06-23 13:51:25.752 T:2976047712 NOTICE: Stopping all
2019-06-23 13:51:25.754 T:2976047712 NOTICE: ES: Stopping event server
2019-06-23 13:51:25.755 T:2976047712 NOTICE: stopping upnp
2019-06-23 13:51:26.144 T:2976047712 NOTICE: stopping zeroconf publishing
2019-06-23 13:51:26.494 T:2680152800 NOTICE: ES: UDP Event server stopped
2019-06-23 13:51:26.529 T:2976047712 NOTICE: stop dvd detect media
2019-06-23 13:51:26.791 T:2976047712 NOTICE: Application stopped
2019-06-23 13:51:26.992 T:2976047712 NOTICE: XBApplicationEx: destroying...
2019-06-23 13:51:27.824 T:2976047712 NOTICE: unload skin
2019-06-23 13:51:28.280 T:2976047712 NOTICE: unload sections
2019-06-23 13:51:28.489 T:2976047712 NOTICE: XBApplicationEx: application stopped!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment