• 1
  • 85
  • 86
  • 87(current)
  • 88
  • 89
  • 156
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
Something strange it's happening with my setup.

After some time, xbmc pulls me to home and I cannot enter on addons. I click on them and nothing happens. No SSH connection and if I try to reboot or shutdown via GUI, nothing happens.

I need to unplug the psu for a reboot. Tonight I will performe an debug log to trace the issue.

Any idea? Thanks
(2014-09-10, 01:56)Milhouse Wrote: New OpenELEC Helix build: #0909
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.16.2 #1 PREEMPT Wed Sep 10 00:24:14 BST 2014 armv6l GNU/Linux

# vcgencmd version
Sep  8 2014 18:59:28
Copyright (c) 2012 Broadcom
version 3f2f2607186be72e4945cfa8edc77872dfc73195 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20140910002305-r19210-g2d9c62b [Build #0909]

I have been waiting for this! Amazing.
Thanks

Based on tip of OpenELEC master (2d9c62ba, changelog) and tip of XBMC master (f78c550a, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.16.y
  • Excludes the OpenELEC xbmc-001-newclock3 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR5217
  • Includes latest libnfs master (5fe97d10)
  • Includes latest libcec master (81e38211)
  • Includes libcec double-key suppression.
  • Increase scan interval of PeripBusCEC from 5000 to 60000, reducing CPU loading by about 2% (1GHz Pi) every 5 seconds (even when CEC is "disabled")
  • Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
  • Includes PR5222: videodb: Add column name on GROUP query otherwise sub query returns no rows
  • Includes PR5237: [WIP][3D] add support for stereomode switches in video playlist
  • Includes PR5247: StringUtils: optimize Split(), new overloads for Split() and Tokenize()
  • Includes PR5307: [UX] Play button/action should not pause
  • Includes PR5312: dvdplayer: do a seek after having changed subtitle stream
  • Includes PR5324: Add setting to hide library clean progress bar.
Build Highlights:
  1. PR5324 is added which should hide GUI updates during JSON initiated library cleans and scans (although GUI updates can be enabled with the addition of a JSON parameter, "showgui"). Scans and cleans initiated from the GUI should always show the usual dialogs and progress indicators (unless hidden during scans with "Hide Library Updates"). Please post details if you observe any unusual GUI/dialog behaviour during scans/cleans.
Build Details:
  1. OpenELEC:
    • xf86-video-intel: update to xf86-video-intel-2.99.916
    • glibc: update to glibc-2.20
    • projects/Cuboxi/patches/linux: add upstream patches
    • projects/Cuboxi/linux: switch to CONFIG_PREEMPT_VOLUNTARY, this speedup the build esp for Cubox/HB i1
  2. XBMC:
    • PVR: initial support for sub channel numbers (PR:5290, 2 commits, 16 files changed)
    • [pvr] fix destructor visibility to allow polymorphic deletion (PR:5338, 1 commit, 1 file changed)
    • DXVA: fixes related to ffmpeg (PR:5335, 3 commits, 2 files changed)
    • [curl] redact effective URL (PR:5337, 1 commit, 1 file changed)
    • [omxplayer] Don't flush queued data on general reset (PR:5240, 1 commit, 2 files changed)
  3. newclock4:
    • egl: Treat unknown display aspect ratio as square pixel
  4. Custom:
    • Added PR5324: Add setting to hide library clean progress bar.
(2014-09-10, 13:57)anonimo2001 Wrote: I don't know if it happens when using omxplayer, I can't choose the player any longer (I thought Xbmc do it now...).

On recent builds if you don't mess with the settings you usually get "omxplayer".
(you will get "dvdplayer" if there are features not supported by omxplayer, like dvd playback, alsa audio or software video codecs).

You can check by bringing up the codec info ('o' key).
omx-h264 means "omxplayer"
omx-mmal means "dvdplayer" with acceleration
ff-h264 means "dvdplayer" with software decode

(I've used quotes around omxplayer as I'm simplifying things. From xbmc's viewpoint there is no omxplayer - the omxplayer/dvdplayer top level code has merged.
However in "omxplayer" acceleration mode it behaves very much like omxplayer did previously).
Photo 
@popcornmix
You were right, once I set refresh rate to 23.98 the resolution changes to 1920x1080 (not desktop) and it remains this way after a reboot:
OpenELEC:~ # tvservice -s
state 0x12001a [HDMI CEA (32) RGB lim 16:9], 1920x1080 @ 23.98Hz, progressive

On the other hand, I have tried builds 19183, 19202, 19204 and 19210 and the sync problem exist in all of them (with "adjust display refresh rate to match video framerate" disabled)

The codex used is dc:mmal-mpeg4 (I think)
omxplayer aceleration is disabled too

Thanks
(2014-09-10, 21:10)anonimo2001 Wrote: On the other hand, I have tried builds 19183, 19202, 19204 and 19210 and the sync problem exist in all of them (with "adjust display refresh rate to match video framerate" disabled)

The codex used is dc:mmal-mpeg4 (I think)
omxplayer aceleration is disabled too

Can you provide a sample file that has this issue?
I use mmal and haven't has any sync problems.
New OpenELEC Helix build: #0910
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.16.2 #1 PREEMPT Wed Sep 10 22:23:04 BST 2014 armv6l GNU/Linux

# vcgencmd version
Sep  8 2014 18:59:28
Copyright (c) 2012 Broadcom
version 3f2f2607186be72e4945cfa8edc77872dfc73195 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20140910222156-r19214-gebd5882 [Build #0910]

Based on tip of OpenELEC master (ebd58821, changelog) and tip of XBMC master (b0ef3deb, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.16.y
  • Excludes the OpenELEC xbmc-001-newclock3 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR5217
  • Includes latest libnfs master (5fe97d10)
  • Includes latest libcec master (81e38211)
  • Includes latest xbmc-pvr-addons master (39495020)
  • Includes libcec double-key suppression.
  • Increase scan interval of PeripBusCEC from 5000 to 60000, reducing CPU loading by about 2% (1GHz Pi) every 5 seconds (even when CEC is "disabled")
  • Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
  • Includes PR5222: videodb: Add column name on GROUP query otherwise sub query returns no rows
  • Includes PR5237: [WIP][3D] add support for stereomode switches in video playlist
  • Includes PR5247: StringUtils: optimize Split(), new overloads for Split() and Tokenize()
  • Includes PR5307: [UX] Play button/action should not pause
  • Includes PR5312: dvdplayer: do a seek after having changed subtitle stream
  • Includes PR5324: Add setting to hide library clean progress bar.
Build Highlights:
  1. Updated xbmc-pvr-addons. This does not include pvr-mythtv, which is a new addon added in the last few days, and not currently building - my autoconf foo is too limited. May require an upstream patch to fix the build problems. Will include it once the build issues are resolved. pvr.mythtv.cmyth is included/updated.
Build Details:
  1. OpenELEC:
    • projects/Cuboxi/linux: build SGTL5000 codec statically in kernel, cleanup kernel config, add CONFIG_FB_MXC_LDB
    • ppp: disable PPP_FILTER support, this fixes building if /usr/include/pcap-bpf.h is found, todo: move libpcap to unofficial
    • service.openelec.settings: update to service.openelec.settings-0.4.3
    • curl: update to curl-7.38.0
  2. XBMC:
    • fix unregiser of observer/observable (PR:5347, 1 commit, 1 file changed)
    • pvr: avoid closing stream players on channel switch (PR:5342, 1 commit, 1 file changed)
    • DXVA: fixes related to ffmpeg 2nd. (PR:5346, 2 commits, 1 file changed)
  3. newclock4:
    • squash: don't update originaldts when marked as invalid
  4. Custom:
    • Updated xbmc-pvr-addons
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
This definitely includes PR:5290? If so, it does not work with the myth (cmyth) add-on.
(2014-09-11, 06:12)allan87 Wrote: This definitely includes PR:5290? If so, it does not work with the myth (cmyth) add-on.

Yes, it includes PR5290 and the very latest pvr.mythtv.cmyth. I'd suggest bringing any issues to opdenkamps attention, either with a comment against PR5290 or open an issue against xbmc-pvr-addons.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
@Milhouse: I can't download your latest builds. Can't really access http://netlir.dk/rbej/builds/MilhouseVH/.
Is that only me?

Thanks
(2014-09-11, 10:25)carmenm Wrote: @Milhouse: I can't download your latest builds. Can't really access http://netlir.dk/rbej/builds/MilhouseVH/.
Is that only me?

Thanks

Working fine here.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
In latest #0910 it seems that updating addons isn't working very well.
As installing from a zip file in a remote directory.
I usually get addons from
Code:
http://xbmc.aminhacasadigital.com
Now it gets stuck while trying to open the directory. I checked and site is working.

It also gets stuck when I try to force and verify updates on repos.

Logfile:
http://xbmclogs.com/show.php?id=290656

Edit:
Got back to my previous release #0827 and everything works.
Some change on September releases did this. I will try to go back and foward in those releses to pinpoint. But before I have to backup my card.
(2014-09-11, 10:27)Milhouse Wrote:
(2014-09-11, 10:25)carmenm Wrote: @Milhouse: I can't download your latest builds. Can't really access http://netlir.dk/rbej/builds/MilhouseVH/.
Is that only me?

Thanks

Working fine here.
Ok thanks now i know where to look
@popcornmix
I'm afraid you would need the entire movie. Sometimes it takes as long as 20 minutes to unsynchronize...
(2014-09-11, 12:57)anonimo2001 Wrote: @popcornmix
I'm afraid you would need the entire movie. Sometimes it takes as long as 20 minutes to unsynchronize...

Can you provide some details:
mediainfo of movie
video acceleration settings
audio settings/passthrough options
what you do to make it unsynchronised - just watch, or fastforward/seek? Does pause/unpause or seek put it back in sync?
Hi,

After update to #0910 I wasn't able to play any stream (video or audio) from internet. Reverted to #0909 and everything works fine. Below you can find my xbmc.log taken from #0910.

Code:
################################################################################
# ... output of cat /storage/.xbmc/temp/xbmc.old.log
# OpenELEC release: RPi.arm-devel-20140910002305-r19210-g2d9c62b
# OpenELEC git: 2d9c62bae5fbccfb8d80497ba7d65a13d17c0907
################################################################################
?16:27:38  14.190570 T:3059048448  NOTICE: special://profile/ is mapped to: special://masterprofile/
16:27:38  14.190850 T:3059048448  NOTICE: -----------------------------------------------------------------------
16:27:38  14.191028 T:3059048448  NOTICE: Starting Kodi (14.0-ALPHA4 Git:b0ef3de). Platform: Linux ARM 32-bit
16:27:38  14.191163 T:3059048448  NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
16:27:38  14.191310 T:3059048448  NOTICE: Kodi compiled Sep 10 2014 by GCC 4.9.1 for Linux ARM 32-bit version 3.16.2 (200706)
16:27:38  14.192414 T:3059048448  NOTICE: Running on OpenELEC (Milhouse) - Version: devel-20140910222156-r19214-gebd5882 5.0, kernel: Linux ARM 32-bit version 3.16.2
16:27:38  14.192596 T:3059048448  NOTICE: FFmpeg statically linked, version: 2.3.3
16:27:38  14.192719 T:3059048448  NOTICE: WARNING: unsupported ffmpeg version detected
16:27:38  14.192846 T:3059048448  NOTICE: Host CPU: ARMv6-compatible processor rev 7 (v6l), 1 core available
16:27:38  14.192962 T:3059048448  NOTICE: ARM Features: Neon disabled
16:27:38  14.193086 T:3059048448  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
16:27:38  14.193209 T:3059048448  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
16:27:38  14.193447 T:3059048448  NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
16:27:38  14.193621 T:3059048448  NOTICE: special://home/ is mapped to: /storage/.xbmc
16:27:38  14.193753 T:3059048448  NOTICE: special://temp/ is mapped to: /storage/.xbmc/temp
16:27:38  14.193970 T:3059048448  NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
16:27:38  14.194195 T:3059048448  NOTICE: Local hostname: OpenELEC
16:27:38  14.194336 T:3059048448  NOTICE: Log File is located: /storage/.xbmc/temp/xbmc.log
16:27:38  14.201637 T:3059048448  NOTICE: -----------------------------------------------------------------------
16:27:39  14.474636 T:3059048448  NOTICE: load settings...
16:27:39  14.725173 T:3059048448  NOTICE: Found 1 Lists of Devices
16:27:39  14.725416 T:3059048448  NOTICE: Enumerated PI devices:
16:27:39  14.725585 T:3059048448  NOTICE:     Device 1
16:27:39  14.727180 T:3059048448  NOTICE:         m_deviceName      : HDMI
16:27:39  14.727397 T:3059048448  NOTICE:         m_displayName     : HDMI
16:27:39  14.727531 T:3059048448  NOTICE:         m_displayNameExtra:
16:27:39  14.727664 T:3059048448  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
16:27:39  14.727875 T:3059048448  NOTICE:         m_channels        : FL,FR
16:27:39  14.728022 T:3059048448  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
16:27:39  14.728159 T:3059048448  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_AC3,AE_FMT_DTS,AE_FMT_EAC3
16:27:39  14.728363 T:3059048448  NOTICE:     Device 2
16:27:39  14.728624 T:3059048448  NOTICE:         m_deviceName      : Analogue
16:27:39  14.728770 T:3059048448  NOTICE:         m_displayName     : Analogue
16:27:39  14.728897 T:3059048448  NOTICE:         m_displayNameExtra:
16:27:39  14.729031 T:3059048448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
16:27:39  14.729158 T:3059048448  NOTICE:         m_channels        : FL,FR
16:27:39  14.729282 T:3059048448  NOTICE:         m_sampleRates     : 48000
16:27:39  14.729412 T:3059048448  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
16:27:39  14.901526 T:3059048448  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
16:27:39  14.902148 T:3059048448  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <showexitbutton>false</showexitbutton>
                                              <fanartres>720</fanartres>
                                              <imageres>540</imageres>
                                              <video>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <readbufferfactor>4.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
16:27:39  14.912704 T:3059048448  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
16:27:39  14.913171 T:3059048448  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="utf-8" ?>
                                            <advancedsettings>
                                              <video>
                                                <!--<defaultplayer>dvdplayer</defaultplayer>-->
                                                <!--<defaultdvdplayer>omxplayer</defaultdvdplayer>-->
                                                <!--<busydialogdelayms>750</busydialogdelayms>-->
                                                <smallstepbackseconds>10</smallstepbackseconds>
                                                <ignoresecondsatstart>60</ignoresecondsatstart>
                                              </video>
                                              <!--<audio><audiophile>1</audiophile><defaultplayer>omxplayer</defaultplayer><streamsilence>false</streamsilence></audio>-->
                                              <slideshow>
                                                <blackbarcompensation>0</blackbarcompensation>
                                              </slideshow>
                                              <videolibrary>
                                                <hideemptyseries>true</hideemptyseries>
                                                <cleanonupdate>false</cleanonupdate>
                                                <allitemsonbottom>true</allitemsonbottom>
                                              </videolibrary>
                                              <musiclibrary>
                                                <allitemsonbottom>true</allitemsonbottom>
                                              </musiclibrary>
                                              <network>
                                                <cachemembuffersize>20971520</cachemembuffersize>
                                                <readbufferfactor>6</readbufferfactor>
                                                <buffermode>1</buffermode>
                                                <!--<curlclienttimeout>30</curlclienttimeout>-->
                                              </network>
                                            </advancedsettings>
16:27:39  14.916866 T:3059048448  NOTICE: Default DVD Player: dvdplayer
16:27:39  14.917068 T:3059048448  NOTICE: Default Video Player: dvdplayer
16:27:39  14.917190 T:3059048448  NOTICE: Default Audio Player: paplayer
16:27:39  14.917337 T:3059048448  NOTICE: Disabled debug logging due to GUI setting. Level 0.
16:27:39  14.917462 T:3059048448  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
16:27:39  14.918046 T:3059048448  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
16:27:39  14.925840 T:3059048448  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
16:27:39  14.932812 T:3059048448  NOTICE: Loaded playercorefactory configuration
16:27:39  14.933897 T:3059048448  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
16:27:39  14.934432 T:3059048448  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
16:27:39  15.264071 T:3059033168  NOTICE: Thread ActiveAE start, auto delete: false
16:27:39  15.264673 T:3049256016  NOTICE: Thread AESink start, auto delete: false
16:27:39  15.265085 T:3059033168  NOTICE: CActiveAE::StateMachine - AE_TOP_UNCONFIGURED/CActiveAEControlProtocol::INIT
16:27:39  15.287061 T:2988438608  NOTICE: Thread CRBPWorker start, auto delete: false
16:27:39  15.375522 T:3059048448  NOTICE: Running database version Addons16
16:27:40  16.198259 T:3059048448  NOTICE: ADDONS: Using repository repository.xbmc.org
16:27:40  16.198479 T:3059048448  NOTICE: ADDONS: Using repository repository.xbmcadult
16:27:40  16.198608 T:3059048448  NOTICE: ADDONS: Using repository repository.sd-xbmc.org
16:27:40  16.198730 T:3059048448  NOTICE: ADDONS: Using repository xbmc.repo.leopold
16:27:40  16.198851 T:3059048448  NOTICE: ADDONS: Using repository repository.bromix
16:27:40  16.198971 T:3059048448  NOTICE: ADDONS: Using repository repository.openelec.tv
16:27:40  16.199091 T:3059048448  NOTICE: ADDONS: Using repository repository.mrknow.pl
16:27:40  16.335281 T:3059048448  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
16:27:40  16.335766 T:2971661392  NOTICE: Thread PeripBusCEC start, auto delete: false
16:27:40  16.343616 T:2980050000  NOTICE: Thread CECAdapter start, auto delete: false
16:27:40  16.456903 T:2946495568  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
16:27:41  16.491619 T:3059048448  NOTICE: Raspberry PI firmware version: Sep  8 2014 18:59:28
                                            Copyright (c) 2012 Broadcom
                                            version 3f2f2607186be72e4945cfa8edc77872dfc73195 (clean) (release)
16:27:41  16.491863 T:3059048448  NOTICE: ARM mem: 384MB GPU mem: 128MB MPG2:0 WVC1:0
16:27:41  16.491997 T:3059048448  NOTICE: cacheMemBufferSize: 20MB
16:27:41  16.492443 T:3059048448  NOTICE: Config:
                                            arm_freq=1000
                                            core_freq=500
                                            sdram_freq=500
                                            over_voltage=6
                                            hdmi_force_hotplug=1
                                            hdmi_channel_map=8
                                            program_serial_random=1
                                            config_hdmi_boost=2
                                            emmc_pll_core=1
                                            hdmi_force_cec_address=65535
                                            hdmi_edid_file=1
                                            temp_limit=85
                                            force_pwm_open=1
                                            pause_burst_frames=1
                                            avoid_fix_ts=1
16:27:41  16.492828 T:3059048448  NOTICE: Config:
16:27:41  16.493198 T:3059048448  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
16:27:41  16.500570 T:3059048448  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
16:27:41  16.500826 T:3059048448  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz
16:27:41  16.500990 T:3059048448  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
16:27:41  16.501144 T:3059048448  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz
16:27:41  16.501295 T:3059048448  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
16:27:41  16.501448 T:3059048448  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz
16:27:41  16.501602 T:3059048448  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
16:27:41  16.501755 T:3059048448  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz
16:27:41  16.501909 T:3059048448  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
16:27:41  16.502062 T:3059048448  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
16:27:41  16.502285 T:3059048448  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
16:27:41  16.502447 T:3059048448  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
16:27:41  16.502600 T:3059048448  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz
16:27:41  16.502741 T:3059048448  NOTICE: Found ([email protected]) at 25, setting to RES_DESKTOP at 16
16:27:41  16.503136 T:3059048448  NOTICE: Checking resolution 28
16:27:41  16.689774 T:3059048448  NOTICE: GL_VENDOR = Broadcom
16:27:41  16.689995 T:3059048448  NOTICE: GL_RENDERER = VideoCore IV HW
16:27:41  16.690203 T:3059048448  NOTICE: GL_VERSION = OpenGL ES 2.0
16:27:41  16.690338 T:3059048448  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
16:27:41  16.690508 T:3059048448  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
16:27:41  17.380287 T:2936968272  NOTICE: Thread CECAdapterUpdate start, auto delete: false
16:27:42  17.637100 T:3059048448   ERROR: Window Translator: Can't find window tv
16:27:42  17.801140 T:3059048448   ERROR: Previous line repeats 3 times.
16:27:42  17.801344 T:3059048448  NOTICE: Running database version Addons16
16:27:42  17.811584 T:3059048448  NOTICE: Running database version ViewModes6
16:27:42  17.849138 T:3059048448  NOTICE: Running database version Textures13
16:27:42  17.915257 T:3059048448  NOTICE: Running database version MyMusic48
16:27:42  18.003260 T:3059048448  NOTICE: Running database version MyVideos89
16:27:42  18.019320 T:3059048448  NOTICE: Running database version TV26
16:27:42  18.027369 T:3059048448  NOTICE: Running database version Epg8
16:27:42  18.028084 T:3059048448  NOTICE: start dvd mediatype detection
16:27:42  18.033617 T:2928309328  NOTICE: Thread DetectDVDMedia start, auto delete: false
16:27:44  19.910677 T:3059048448 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
16:27:44  19.940292 T:3059048448 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
16:27:44  20.233234 T:2927653968  NOTICE: Thread LanguageInvoker start, auto delete: false
16:27:45  20.500551 T:3059048448  NOTICE: Previous line repeats 4 times.
16:27:45  20.500767 T:3059048448  NOTICE: initialize done
16:27:45  20.500912 T:3059048448  NOTICE: Running the application...
16:27:45  20.506130 T:2885690448  NOTICE: Thread LanguageInvoker start, auto delete: false
16:27:46  22.038465 T:2874143824  NOTICE: Thread JobWorker start, auto delete: true
16:27:46  22.347692 T:3059048448  NOTICE: Webserver: Starting...
16:27:46  22.356243 T:3059048448  NOTICE: WebServer: Started the webserver
16:27:46  22.387016 T:3059048448  NOTICE: starting upnp server
16:27:47  22.470404 T:3059048448  NOTICE: starting upnp renderer
16:27:47  22.565092 T:3059048448  NOTICE: ES: Starting event server
16:27:47  22.577045 T:2787398736  NOTICE: Thread TCPServer start, auto delete: false
16:27:47  22.577423 T:2795787344  NOTICE: Thread EventServer start, auto delete: false
16:27:47  22.577614 T:2795787344  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
16:27:47  22.577854 T:2795787344  NOTICE: UDP: Listening on port 9777
16:27:47  22.859594 T:2779010128  NOTICE: Thread JobWorker start, auto delete: true
16:27:49  25.226154 T:2919265360  NOTICE: Previous line repeats 2 times.
16:27:49  25.226358 T:2919265360  NOTICE: -->Python Interpreter Initialized<--
16:27:52  27.515751 T:2910872656  NOTICE: Previous line repeats 4 times.
16:27:52  27.517612 T:2910872656  NOTICE: ## OpenELEC Addon ## 0.4.2
16:27:52  28.465527 T:2894083152  NOTICE: -->Python Interpreter Initialized<--
16:27:54  29.896997 T:2662896720  NOTICE: Thread LanguageInvoker start, auto delete: false
16:28:00  35.604561 T:2662896720  NOTICE: -->Python Interpreter Initialized<--
16:28:00  36.309895 T:2894083152  NOTICE:  StorageServer Module loaded RUN
16:28:01  36.641258 T:2894083152  NOTICE: StorageClient-2.5.4 Starting server
16:28:04  39.703514 T:2902475856  NOTICE: Thread BackgroundLoader start, auto delete: false
16:28:07  42.786442 T:2699031632  NOTICE: Thread LanguageInvoker start, auto delete: false
16:28:07  43.153683 T:2699031632  NOTICE: -->Python Interpreter Initialized<--
16:28:10  45.847267 T:2699031632   ERROR: /storage/.xbmc/addons/plugin.video.bromix.youtube/youtube/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
                                              InsecureRequestWarning)
16:28:10  46.095066 T:2742539344  NOTICE: Thread BackgroundLoader start, auto delete: false
16:28:12  48.315434 T:2699031632  NOTICE: Thread LanguageInvoker start, auto delete: false
16:28:13  48.756104 T:2699031632  NOTICE: -->Python Interpreter Initialized<--
16:28:15  51.351334 T:2699031632   ERROR: /storage/.xbmc/addons/plugin.video.bromix.youtube/youtube/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
                                              InsecureRequestWarning)
16:28:18  53.672192 T:2742539344  NOTICE: Thread BackgroundLoader start, auto delete: false
16:28:21  56.527454 T:2742539344  NOTICE: Thread LanguageInvoker start, auto delete: false
16:28:21  56.921200 T:2742539344  NOTICE: -->Python Interpreter Initialized<--
16:28:25  60.776505 T:3059048448  NOTICE: ActiveAE::Suspend
16:28:25  60.777386 T:3059033168  NOTICE: CActiveAE::StateMachine - AE_TOP_CONFIGURED/CActiveAEControlProtocol::SUSPEND
16:28:25  60.945057 T:3059048448  NOTICE: DVDPlayer: Opening: http://r8---sn-oxup5-2v1e.googlevideo.com/videoplayback?id=o-AF4HSg2B7yx5seo3O8KnbvJ5GkAZSaQprsVxmEe1nXc_&upn=mnecjrJ-T3M&gcr=pl&initcwndbps=995000&itag=18&ipbits=0&sparams=gcr,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,ratebypass,source,upn,expire&signature=217F73DC580C29A461CF9774A126F0B96D29A9D0.EAE36678AE9E8CCE5989B15307FA06C8C9849CF1&fexp=900243,914060,916636,927622,931983,932404,932623,934024,934030,934804,934932,938806,940650,946023,947209,953801&ip=178.37.188.254&sver=3&expire=1410467304&source=youtube&key=yt5&ms=au&mt=1410445672&mv=m&ratebypass=yes&mm=31&mime=video/mp4
16:28:25  60.945427 T:3059048448 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:28:25  60.947048 T:2647651408  NOTICE: Thread DVDPlayer start, auto delete: false
16:28:25  60.947895 T:2647651408  NOTICE: Creating InputStream
16:28:30  66.114113 T:2742539344   ERROR: /storage/.xbmc/addons/plugin.video.bromix.youtube/youtube/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
                                              InsecureRequestWarning)
16:28:35  71.054398 T:2647651408   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
16:28:35  71.054947 T:2647651408   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
16:28:35  71.056526 T:2647651408   ERROR: Open - failed to open source <http://r8---sn-oxup5-2v1e.googlevideo.com/videoplayback?id=o-AF4HSg2B7yx5seo3O8KnbvJ5GkAZSaQprsVxmEe1nXc_&upn=mnecjrJ-T3M&gcr=pl&initcwndbps=995000&itag=18&ipbits=0&sparams=gcr,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,ratebypass,source,upn,expire&signature=217F73DC580C29A461CF9774A126F0B96D29A9D0.EAE36678AE9E8CCE5989B15307FA06C8C9849CF1&fexp=900243,914060,916636,927622,931983,932404,932623,934024,934030,934804,934932,938806,940650,946023,947209,953801&ip=178.37.188.254&sver=3&expire=1410467304&source=youtube&key=yt5&ms=au&mt=1410445672&mv=m&ratebypass=yes&mm=31&mime=video/mp4>
16:28:35  71.058044 T:2647651408   ERROR: CDVDPlayer::OpenInputStream - error opening [http://r8---sn-oxup5-2v1e.googlevideo.com/videoplayback?id=o-AF4HSg2B7yx5seo3O8KnbvJ5GkAZSaQprsVxmEe1nXc_&upn=mnecjrJ-T3M&gcr=pl&initcwndbps=995000&itag=18&ipbits=0&sparams=gcr,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,ratebypass,source,upn,expire&signature=217F73DC580C29A461CF9774A126F0B96D29A9D0.EAE36678AE9E8CCE5989B15307FA06C8C9849CF1&fexp=900243,914060,916636,927622,931983,932404,932623,934024,934030,934804,934932,938806,940650,946023,947209,953801&ip=178.37.188.254&sver=3&expire=1410467304&source=youtube&key=yt5&ms=au&mt=1410445672&mv=m&ratebypass=yes&mm=31&mime=video/mp4]
16:28:35  71.058380 T:2647651408  NOTICE: CDVDPlayer::OnExit()
16:28:35  71.068558 T:3059048448   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.bromix.youtube/?action=play&id=gj1jS5btFS0]
16:28:35  71.075706 T:2647651408  NOTICE: Thread BackgroundLoader start, auto delete: false
16:28:35  71.142395 T:3059048448  NOTICE: CDVDPlayer::CloseFile()
16:28:35  71.150513 T:3059048448  NOTICE: DVDPlayer: waiting for threads to exit
16:28:35  71.150871 T:3059048448  NOTICE: DVDPlayer: finished waiting
16:28:35  71.151253 T:3059048448  NOTICE: CDVDPlayer::CloseFile()
16:28:35  71.151604 T:3059048448  NOTICE: DVDPlayer: waiting for threads to exit
16:28:35  71.151840 T:3059048448  NOTICE: DVDPlayer: finished waiting
16:28:35  71.154633 T:3059048448  NOTICE: COMXAudio::Deinitialize start
16:28:35  71.156197 T:3059048448  NOTICE: COMXAudio::Deinitialize end
16:28:35  71.156441 T:3059048448  NOTICE: COMXAudio::Deinitialize start
16:28:35  71.158768 T:3059048448  NOTICE: COMXAudio::Deinitialize end
16:28:35  71.159210 T:3059048448  NOTICE: ActiveAE::Resume
16:28:35  71.159706 T:3059033168  NOTICE: CActiveAE::StateMachine - AE_TOP_CONFIGURED_SUSPEND/CActiveAEControlProtocol::INIT
16:28:35  71.279869 T:3059033168  NOTICE: Found 1 Lists of Devices
16:28:35  71.282173 T:3059033168  NOTICE: Enumerated PI devices:
16:28:35  71.282425 T:3059033168  NOTICE:     Device 1
16:28:35  71.282906 T:3059033168  NOTICE:         m_deviceName      : HDMI
16:28:35  71.283173 T:3059033168  NOTICE:         m_displayName     : HDMI
16:28:35  71.286842 T:3059033168  NOTICE:         m_displayNameExtra:
16:28:35  71.287346 T:3059033168  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
16:28:35  71.287712 T:3059033168  NOTICE:         m_channels        : FL,FR
16:28:35  71.287964 T:3059033168  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
16:28:35  71.288208 T:3059033168  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_AC3,AE_FMT_DTS,AE_FMT_EAC3
16:28:35  71.288452 T:3059033168  NOTICE:     Device 2
16:28:35  71.288895 T:3059033168  NOTICE:         m_deviceName      : Analogue
16:28:35  71.289146 T:3059033168  NOTICE:         m_displayName     : Analogue
16:28:35  71.289375 T:3059033168  NOTICE:         m_displayNameExtra:
16:28:35  71.289604 T:3059033168  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
16:28:35  71.289825 T:3059033168  NOTICE:         m_channels        : FL,FR
16:28:35  71.292252 T:3059033168  NOTICE:         m_sampleRates     : 48000
16:28:35  71.292648 T:3059033168  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
16:28:44  79.622887 T:2647651408  NOTICE: Thread LanguageInvoker start, auto delete: false
16:28:44  80.043610 T:2647651408  NOTICE: -->Python Interpreter Initialized<--
16:34:53 448.705048 T:3059048448   ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
16:34:53 449.017303 T:3059048448  NOTICE: Storing total System Uptime
16:34:53 449.018036 T:3059048448  NOTICE: Saving settings
16:34:54 450.027344 T:3059048448  NOTICE: stop all
16:34:54 450.027649 T:3059048448  NOTICE: stop player
16:34:54 450.027893 T:3059048448  NOTICE: ES: Stopping event server
16:34:54 450.028076 T:3059048448  NOTICE: stopping upnp
16:34:54 450.304504 T:3059048448  NOTICE: Webserver: Stopping...
16:34:54 450.305481 T:3059048448  NOTICE: WebServer: Stopped the webserver
16:34:54 450.305695 T:3059048448  NOTICE: Webserver: Stopped...
16:34:55 450.994598 T:2795787344  NOTICE: ES: UDP Event server stopped
16:34:55 450.995667 T:3059048448  NOTICE: stop dvd detect media
16:34:55 451.016205 T:3059048448  NOTICE: stop sap announcement listener
16:34:55 451.016571 T:3059048448  NOTICE: clean cached files!
16:34:55 451.017090 T:3059048448  NOTICE: unload skin
16:34:55 451.080444 T:3059048448 WARNING: Cleanup: Having to cleanup texture HomeSeperator.png
  • 1
  • 85
  • 86
  • 87(current)
  • 88
  • 89
  • 156

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)8