• 1
  • 117
  • 118
  • 119(current)
  • 120
  • 121
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0519: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.1 #1 Fri May 19 22:23:27 BST 2017 armv6l GNU/Linux

# vcgencmd version
May 15 2017 17:01:07
Copyright (c) 2012 Broadcom
version 9469ea3706e34c4de62f38a5008f69a429b4b43e (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170519222226-#0519-g16c93af [Build #0519]

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

Based on tip of LibreELEC.tv master (16c93afc, changelog) and tip of XBMC master (7a55b336, changelog) with the following modifications: Build Highlights:
  1. ffmpeg hevc optimisations should result in reduced ARM load
    popcornmix Wrote:in previous builds we have either done luma or chroma motcomp on qpus (with other done on arm) as qpus couldn't handle both, but John has changed the format of the framebuffer which improves sdram efficiency and allows both to run on qpus, so lower arm cpu.
  2. CVideoDatabase: fix setting named seasons when updating tvshow details
Build Details:
  1. LibreELEC.tv:
    • libva-utils: initial package (PR:1630, 2 commits, 2 files changed)
  2. XBMC:
    • silence stat errors in texture cache job (PR:12123, 1 commit, 1 file changed)
    • CVideoDatabase: fix setting named seasons when updating tvshow details (PR:12099, 1 commit, 2 files changed)
    • [inputstream] change to new addon to kodi callback way (PR:12126, 1 commit, 12 files changed)
    • [cleanup] silence compiler warnings (PR:12094, 7 commits, 11 files changed)
    • [cmake] move ifdef conditions to cmake (PR:12131, 1 commit, 20 files changed)
  3. peripheral.joystick:
    • version increase after API way change (PR:108, 1 commit, 1 file changed)
  4. newclock5:
    • New commits in this build:
      • ffmpeg: hevc: Update to latest version (a3895076)
      • RBP: Add api to query gpu frame geometry (ecf8cf66)
      • MMALFFmpeg: Add Sand/YUVUV128 support (8fa5bdf7)
      • ffmpeg: hevc: fixup non-neon (ffcfc8db)
    • Commits no longer in build:
      • Revert "DVDDemuxFFmpeg: max_packet_size - use GetBlockSize directly" (871438cb)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:12128: detect and delete zero-byte database files
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.
thanks for the continued RPi hevc optimizations.
#519:
Guess "Revert "DVDDemuxFFmpeg: max_packet_size - use GetBlockSize directly" (871438cb)" brought something back
Trying to play 3D iso is causing a crash/restart again.
@-DH- can you post your crashlog?
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 little card is doing amazing thing. Playing hevc 1080....wahoo!! Thanks all devs here!
(2017-05-19, 22:09)Milhouse Wrote: @nuwonda ah, you're talking about being unable to connect to the Samba _server_ in LE, ie. OSX can't connect to LE (rather than LE can't connect to OSX).

Since #0515 the LE Samba Server only accepts connections that are SMB2 or better. Your options are (in ascending order of preference):
1) configure OSX to negotiate connections better than NT1. On a regular Linux/Unix machine you'd do this by adding "client max protocol = SMB3" in $HOME/.smb/smb.conf. This does require the version of Samba on OSX >= 4.1.0
2) alternatively, on LE run "cp /storage/.config/samba.conf.sample /storage/.config/samba.conf" and comment out "server min protocol = SMB2" by adding a # at the beginning of the line (or change SMB2 to NT1). You accept the increased security risk this change brings.

Thanks! I tried smbup and got smb3 installed on the mac but i still can't connect to libreelec, I checked if maybe the old smb was still running somewhere but all plists point to the new one, so not sure what else I could do there.
The # commenting out didn't work either, nor did the NT1.

Since it's just for copying over the builds I might as well just do it via sftp, unless I can dl the nightly builds directly via some plugin from within libreelec maybe?
(2017-05-20, 09:56)Milhouse Wrote: @-DH- can you post your crashlog?

Yep, here it is:crashlog
(2017-05-20, 13:23)nuwonda Wrote: Thanks! I tried smbup and got smb3 installed on the mac but i still can't connect to libreelec, I checked if maybe the old smb was still running somewhere but all plists point to the new one, so not sure what else I could do there.
The # commenting out didn't work either, nor did the NT1.

The only change in #0515 as far as the LE Samba server is concerned was to enforce SMB2 as the minimum supported protocol, so if reverting that change isn't working (option 2, in my previous post) then either the LE Samba server never worked before with your Mac, or you're not copying/commenting the configuration file correctly (it will require a restart of LE after making the change).

(2017-05-20, 13:23)nuwonda Wrote: Since it's just for copying over the builds I might as well just do it via sftp, unless I can dl the nightly builds directly via some plugin from within libreelec maybe?
Have you tried the LibreELEC Settings addon, this allows you to install the latest build (it's not yet perfect, but it mostly works). See the first post, note #7 for details.
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.
Hi,

Having major issues with the latest build. When I try to play any video (mainly mp4 files with .h264 video) I get the spinning cursor for a few seconds and then a reboot. I can provide logs if you don't already have this under control. Not tried any of the recent builds, but 18th March was working fine.

All of my files are on Windows 10 SMB shares if this makes a difference.

Hope this is useful.

Mark
@mcelliot please provide your crashlog.
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-20, 18:56)Milhouse Wrote: @mcelliot please provide your crashlog.

Please let me know if you can access this link

https://www.dropbox.com/s/kwo597f9gu9c41...9.zip?dl=0

Best wishes,

Mark
New LibreELEC.tv Leia build #0520: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.1 #1 Sat May 20 21:33:06 BST 2017 armv6l GNU/Linux

# vcgencmd version
May 15 2017 17:01:07
Copyright (c) 2012 Broadcom
version 9469ea3706e34c4de62f38a5008f69a429b4b43e (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170520213204-#0520-g0b589ed [Build #0520]

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

Based on tip of LibreELEC.tv master (0b589ed6, changelog) and tip of XBMC master (6e272034, changelog) with the following modifications: Build Highlights:
  1. Fix for devinput driver in newer version of lirc
Build Details:
  1. LibreELEC.tv:
    • bcm2835: fix missed renames from bcm2835-firmware -> bcm2835-driver (PR:1631, 1 commit, 3 files changed)
  2. XBMC:
    • A new AudioEngine sink for sndio (PR:11962, 1 commit, 7 files changed)
    • [windows] libass: use correct font (PR:12135, 1 commit, 2 files changed)
    • Fix for devinput driver in newer version of lirc (PR:10993, 1 commit, 1 file changed)
    • [xbmc][cmake][win32] Use PCH as intended to speed up build (PR:12138, 1 commit, 11 files changed)
    • [Android MediaCodecSurface] Change Rendertype from GUILayer to VideoLayer (PR:12097, 6 commits, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [pkg] PR:12135: [windows] libass: use correct font (reason: need newclock5 rebase)
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 HEVC playback improvement is insane. I tried a 1080p sample from a German DVB-T2 broadcast and it plays without a single frame drop (with older builds that sample was unwatchable).
(2017-05-20, 19:53)mcelliott Wrote:
(2017-05-20, 18:56)Milhouse Wrote: @mcelliot please provide your crashlog.

Please let me know if you can access this link

https://www.dropbox.com/s/kwo597f9gu9c41...9.zip?dl=0

Best wishes,

Mark

Unfortunately
Code:
Thread 1 (Thread 0x506943a0 (LWP 2549)):
#0  0x76f150bc in memset () from /usr/lib/libarmmem.so
#1  0x763831d0 in ?? () from /usr/lib/libavcodec.so.57
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
isn't very revealing.

Can you try this debug-enabled build #0520z: RPi2 and post another crashlog (can you also enable debug logging and reboot before playing your file).

I've tested a dozen mp4 files here on an RPi3 with #0520 over smb:// (Windows 7 Ultimate PC, using "client max protocol=SMB3"), and no crashes, not that there were any smb-related changes between #0518 and #0519 so it shouldn't be a Samba issue if #0518 is working OK.

Do you experience a crash when playing the same mp4 files locally from SD card?
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-20, 13:23)nuwonda Wrote: Since it's just for copying over the builds I might as well just do it via sftp, unless I can dl the nightly builds directly via some plugin from within libreelec maybe?
Have you tried the LibreELEC Settings addon, this allows you to install the latest build (it's not yet perfect, but it mostly works). See the first post, note #7 for details.
[/quote]

oh man... this is heaven!! wish i'd done this a year ago! thank you so much! forget about copying builds over via smb! Big Grin
  • 1
  • 117
  • 118
  • 119(current)
  • 120
  • 121
  • 495

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