• 1
  • 136
  • 137
  • 138(current)
  • 139
  • 140
  • 156
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
For me it seems it is reliable (= "pll" is always shown, so enabled), but I have only tested 3 times with the same video (HD).

It seems it doesn't work correctly though. After about 6-7 minutes minutes err reaches 0.3, but then it jump to ~80 ms and from there I only get "random" values (~80, ~-15, ~40, ~-9, ~60). That is with passthrough (the fall back to drop/dupe doesn't apply when "adjust PLL" is used, right?).

(Possibly dumb question: what's the sync method with OMXPlayer? Asking because when I first saw the commit that introduced "adjust pll" I though it was only used by OMXPlayer, but there's no "pll" line in CodecInfo with OMXPlayer...)
(2014-11-19, 18:23)menakite Wrote: (Possibly dumb question: what's the sync method with OMXPlayer? Asking because when I first saw the commit that introduced "adjust pll" I though it was only used by OMXPlayer, but there's no "pll" line in CodecInfo with OMXPlayer...)

It's different... It does use the PLL adjustment, but it does this when rendering the video frame to try to ensure that render times of frames coincide with vsync (or every other vsync).
New OpenELEC Helix build: #1119
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.17.3 #1 PREEMPT Wed Nov 19 21:21:20 GMT 2014 armv6l GNU/Linux

# vcgencmd version
Nov 13 2014 17:21:14
Copyright (c) 2012 Broadcom
version 4b43a6c1fb32bd23b26f999eef78312d71df9b7a (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20141119212009-r19666-gef6221f [Build #1119]

Based on tip of OpenELEC master (ef6221fc, changelog) and tip of XBMC master (65027152, 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.17.y
  • Excludes the OpenELEC xbmc-001-newclock4 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (4a58e614)
  • Includes latest libcec master (70e1b5de)
  • Includes latest xbmc-pvr-addons master (06842b90)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Includes PR:387: [pvr.mythtv] Release v1.9.26 (Helix) (kodi.pvr.addons)
  • Includes PR:5573: webserver: improved caching control (see discussion)
  • Includes PR:5713: Fix "Current fanart" not being shown in DialogVideoInfo.
  • Includes PR:5734: [videoinfoscanner] fix video_ts folder not stacked on movie scan
  • Includes PR:5747: [database] - add setting for hiding watched movies/episodes in recently added lists
  • Includes PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
Build Highlights:
  1. Fix for enabling pll, plus some other pll-related adjustments
  2. Added PR:387: [pvr.mythtv] Release v1.9.26 (Helix) (kodi.pvr.addons)
  3. scraper: Fix for losing infotags when artwork grab fails suggested by menakite (may fix this issue?)
Build Details:
  1. OpenELEC:
    • Revert "projects/imx6/linux: reenable CONFIG_ARM_IMX6_CPUFREQ and CONFIG_REGULATOR_ANATOP support again" (9243c542)
    • Revert "projects/*/linux: disable CONFIG_REGULATOR, this fixes #3617" (35d36330)
    • revert last both reverts, and fix #3628 with enabling CONFIG_REGULATOR_FIXED_VOLTAGE (ef6221fc)
  2. XBMC:
    • Add button to hide broken addons (PR:5755, 2 commits, 2 files changed)
    • do show addons that are installed and broken (PR:5756, 2 commits, 2 files changed)
  3. newclock4:
    • New commits in this build:
      • [dvdplayeraudio] Add advancedsetting for configuring max pll adjustment (a15048c3)
      • dvdplayer: fix audio error at beginning of playback (26d4819b)
      • [dvdplayer] Fix for video ref clock not being enabled when requested (88f6d7a6)
      • [mmalrender] Skip some log message in bypass mode (773807bd)
      • scraper: Fix for losing infotags when artwork grab fails suggested by menakite (4acc05bb)
      • [dvdplayeraudio] Remove logging message (1579a2e1)
  4. Additional commits/pull requests not yet merged upstream:
    • Added: PR:387: [pvr.mythtv] Release v1.9.26 (Helix) (kodi.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.
PLL adjustment does not work for me. Screen goes black after playing HD stream.

Tested on build #1118 and #1119.
@slack3r: a debug log from #1119 while starting your HD video might shed some light.
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.
(2014-11-20, 11:21)Milhouse Wrote: @slack3r: a debug log from #1119 while starting your HD video might shed some light.

K, thanks. I will do it asap.
@Milhouse
Debug log attached:
http://sprunge.us/gCLc
Since build 1113 video playback using dvdplayer (OMXPlayer acceleration disabled, MMAL enabled) is broken here, 1112 worked fine.

I'm using a PAL CRT TV connected to analog video out and analog audio out on the PI.

When I play a video my TV reports no input signal and I only hear some stuttering audio. After pressing stop the TV still reports no signal. If I then do a "systemctl stop kodi" I'm left with a kodi.bin zombie process.

kodi.log: http://sprunge.us/EUPZ
journalctl -a: http://sprunge.us/bFNO

I've tested with various video files (mostly mp4), if I enable OMXPlayer acceleration they play fine, but disabling OMXPlayer and having MMAL enabled results in these issues.

so long,

Hias
(2014-11-20, 16:34)HiassofT Wrote: Since build 1113 video playback using dvdplayer (OMXPlayer acceleration disabled, MMAL enabled) is broken here, 1112 worked fine.

The only change in that build to dvdplayer is deinterlace related. Do you have deinterlace set to off/auto/on?
Does setting it to off (and then "apply to all videos") have any effect?
(2014-11-20, 16:52)popcornmix Wrote: The only change in that build to dvdplayer is deinterlace related. Do you have deinterlace set to off/auto/on?
Does setting it to off (and then "apply to all videos") have any effect?
Deinterlace was set to auto, changing it to off didn't make a difference.

I started over with the .kodi folder removed, only changed audio output device to analog, expert settings level, deinterlace off and OMXPlayer acceleration disabled. I also changed back the GPU memory in config.txt from 256 to the default 128 (so the only non-default settings in config.txt were sdtv_aspect=3, sdtv_mode=2 and the decode keys). Still the same.

Drop me a line if you want me to test other settings or need more info.

so long,

Hias
(2014-11-20, 17:19)HiassofT Wrote: Drop me a line if you want me to test other settings or need more info.

Nope, that is fine. I can reproduce the issue. It only affects composite output - we end up disabling the video clock which gives the blank screen.
Should be straightforward to fix.
(2014-11-20, 17:58)popcornmix Wrote: Nope, that is fine. I can reproduce the issue. It only affects composite output - we end up disabling the video clock which gives the blank screen.
Should be straightforward to fix.
Thanks a lot, looking forward to testing the next build(s)!

so long,

Hias
New OpenELEC Helix build: #1120
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.17.3 #1 PREEMPT Thu Nov 20 23:29:39 GMT 2014 armv6l GNU/Linux

# vcgencmd version
Nov 13 2014 17:21:14
Copyright (c) 2012 Broadcom
version 4b43a6c1fb32bd23b26f999eef78312d71df9b7a (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20141120232827-r19668-g948041c [Build #1120]

Based on tip of OpenELEC master (948041c5, changelog) and tip of XBMC master (6ba80728, 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.17.y
  • Excludes the OpenELEC xbmc-001-newclock4 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (4a58e614)
  • Includes latest libcec master (70e1b5de)
  • Includes latest xbmc-pvr-addons master (06842b90)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Includes PR:387: [pvr.mythtv] Release v1.9.26 (Helix) (kodi.pvr.addons)
  • Includes PR:5573: webserver: improved caching control (see discussion)
  • Includes PR:5713: Fix "Current fanart" not being shown in DialogVideoInfo.
  • Includes PR:5747: [database] - add setting for hiding watched movies/episodes in recently added lists
  • Includes PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Includes PR:5771: [Keyboard Layouts] Add Polish QWERTY
Build Highlights:
  1. Added: PR:5771: [Keyboard Layouts] Add Polish QWERTY
Build Details:
  1. OpenELEC:
    • linux: add upstream patch to fix rc-core toggle behavior (7a94a543)
    • sqlite: update to sqlite-autoconf-3080702 (948041c5)
  2. XBMC:
    • jobs: fixed segmentation fault when thumbnail loader abort (PR:5764, 1 commit, 2 files changed)
    • [win32] Update python package to 2.7.8 (PR:5765, 1 commit, 1 file changed)
    • [videoinfoscanner] fix video_ts folder not stacked on movie scan (PR:5734, 2 commits, 2 files changed)
    • Fix namespace typo (PR:5769, 1 commit, 1 file changed)
    • [win32] CPUInfo: fix CPU frequency wrongly count in GHz instead of MHz, fixes #15555 (6ba80728)
  3. Additional commits/pull requests not yet merged upstream:
    • Added: PR:5771: [Keyboard Layouts] Add Polish QWERTY
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.
(2014-11-21, 01:59)Milhouse Wrote: [*]Additional commits/pull requests not yet merged upstream:
  • Added: PR:5771: [Keyboard Layouts] Add Polish QWERTY

Thanks h.udo and Millhouse. Smile
(2014-11-20, 18:29)HiassofT Wrote: Thanks a lot, looking forward to testing the next build(s)!

Latest build should fix composite display with dvdplayer.
  • 1
  • 136
  • 137
  • 138(current)
  • 139
  • 140
  • 156

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