• 1
  • 125
  • 126
  • 127(current)
  • 128
  • 129
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-05-30, 13:57)popcornmix Wrote:
(2017-05-29, 21:06)Chudley Wrote: Popcornmix - samples below - the ticker demonstrates the issue for me most obviously with HD. With SD it looks I cant see any difference between MMAL Advanced and Half - it looks like half for both - its always been that way from memory though so not related to this recent change in behaviour. If you bring the OSD up (or turn on subtitles) with the HD stream, it should become smooth again. SD shows no difference either way.

Can you confirm the exact behaviour I should look for on the HD/BBC sample?
I was expecting dropped frames/stutters in ticker every second, but it appears smooth to me.

Anyone else having this problem?

Can you confirm your settings:
Video acceleration: omxplayer? mmal?
Adjust display refresh rate?
Sync playback to display?
Deinterlace method?
Subtitles enabled?

Good question - checked and its sync playback to display - disable and everything works well in sd and hd using mmal, advanced deinterlace, adjust display refresh rate on. So that would indicate sync playback to display doesn't work properly with deinterlace?
New LibreELEC.tv Leia build #0530: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.3 #1 Tue May 30 21:05:36 BST 2017 armv6l GNU/Linux

# vcgencmd version
May 30 2017 15:27:20
Copyright (c) 2012 Broadcom
version b8cdd5ae76f39d9f353dfa8fb48bf7e33b74903c (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170530210432-#0530-g9f015bc [Build #0530]

# Kodi version
(18.0-ALPHA1 Git:423072a). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (9f015bc3, changelog) and tip of XBMC master (32d63fc6, changelog) with the following modifications: Build Highlights:
  1. New firmware (Revert Change USB PHY settings)
  2. Update libmicrohttpd to 0.9.55
Build Details:
  1. Firmware (May 30):
    • firmware: Revert Change USB PHY settings to make device mode work correctly. See: link
    • firmware: Comments: Replace copyright symbol with ©
    • firmware: arm_display: Remove unused sdtv variables
    • firmware: tvservice: Avoid referencing uninitialised state when unsuccessful. See: link
  2. LibreELEC.tv:
    • mono: update to 5.0.1.1 (PR:1663, 1 commit, 2 files changed)
    • mesa and libdrm update (PR:1656, 2 commits, 2 files changed)
  3. XBMC:
    • FIX: [GLES;texture] if we have nothing to draw, don't try (PR:12173, 1 commit, 1 file changed)
    • Fix crash when closing standalone games (PR:12166, 4 commits, 11 files changed)
    • Joysticks: Fix handling of analog sticks (PR:12179, 1 commit, 1 file changed)
    • [addons] add general addon callback functions to new style (PR:12187, 2 commits, 9 files changed)
    • [addons] add addon network functions to new way (PR:12193, 1 commit, 9 files changed)
    • [network] CWebServer: changes for libmicrohttpd 0.9.53 (PR:12199, 1 commit, 1 file changed)
    • [fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warnings (PR:12200, 1 commit, 1190 files changed)
    • [cmake][windows] add project/BuildDependencies/${ARCH}/lib as link directory for win32 (PR:12203, 1 commit, 1 file changed)
    • [addons] add addon filesystem callback functions to new style (PR:12195, 1 commit, 9 files changed)
    • [VideoPlayer] remove unused/unmaintained openmax video decoder (PR:12197, 4 commits, 18 files changed)
    • Remove fallback definition of FILE (PR:12176, 2 commits, 8 files changed)
    • [OSX] - fix compilation for android on OSX hosts. (PR:12059, 4 commits, 7 files changed)
    • [depends] update libmicrohttpd to 0.9.55 (PR:12192, 1 commit, 1 file changed)
  4. newclock5:
    • Commits no longer in build:
      • fixup! Disable autoscrolling while on screensaver and while opening streams. (0de1de65)
  5. Additional commits/pull requests/changes not yet merged upstream:
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

Where i find your oemsplash?

Thanks
What oemsplash? The splash video?
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.
(2017-05-31, 16:42)Milhouse Wrote: What oemsplash? The splash video?

Yes.

I like to implement in another build for Amlogic box
You'll need a very basic h264 video player - I currently use the "hello_video.bin" player from the RPi firmware repo which has been compiled on Raspbian: https://github.com/raspberrypi/firmware/...ello_video

The LE patch to play the video at startup is here: http://nmacleod.com/public/oebuild/patch...ash_le.txt - the first time you boot it will download the video, so that when you boot the second and subsequent times it should have the video available to play.
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.
New LibreELEC.tv Leia build #0531: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.3 #1 Wed May 31 21:06:52 BST 2017 armv6l GNU/Linux

# vcgencmd version
May 30 2017 15:27:20
Copyright (c) 2012 Broadcom
version b8cdd5ae76f39d9f353dfa8fb48bf7e33b74903c (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170531210547-#0531-gc6a4377 [Build #0531]

# Kodi version
(18.0-ALPHA1 Git:423072a). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (c6a43777, changelog) and tip of XBMC master (8acce831, changelog) with the following modifications: Build Highlights:
  1. [addons] add first step of gui on addon interface
Build Details:
  1. LibreELEC.tv:
    • locale: fix dialog message (PR:1666, 1 commit, 4 files changed)
  2. XBMC:
    • [dependencies][windows] bump libmicrohttpd to 0.9.55 (PR:12205, 1 commit, 2 files changed)
    • [addons] add first step of gui on addon interface (PR:12202, 1 commit, 39 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: kodi18a1 latest updates
    • Added: [pkg] patch: drm/i915: add param to disable auto color range detection (linux)
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.
The following addons have been rebuilt for RPi/RPi2/Generic in addons:
Code:
screensaver.shadertoy
visualization.shadertoy
visualization.spectrum
visualization.waveform
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.
Is ADSP fully back in recent builds?
no, ADSP is still being worked on
can anyone tell me if .rar archives are working again yet ?

thanks
Scrap that, just tried the latest build and its still a no... Sad
(2017-06-01, 09:52)appleseed Wrote: can anyone tell me if .rar archives are working again yet ?

Can you post here?
ironic_monkey (author or rar add-on) is interested in solving this, but cannot reproduce.
on enabling wifi, it crashes the entire pi3

this is on latest #0531

will connmanctl enable wifi work in LE?
(2017-06-01, 12:17)popcornmix Wrote:
(2017-06-01, 09:52)appleseed Wrote: can anyone tell me if .rar archives are working again yet ?

Can you post here?
ironic_monkey (author or rar add-on) is interested in solving this, but cannot reproduce.

Have done, with a debug log.
Thanks for pointing out that thread.
  • 1
  • 125
  • 126
  • 127(current)
  • 128
  • 129
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24