• 1
  • 328
  • 329
  • 330(current)
  • 331
  • 332
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-03-31, 11:58)popcornmix Wrote: Turbo mode can be requested by arm (when any core is > 50% busy) or by GPU (for certain harder use cases, like advanced deinterlace, 60fps, HEVC or MVC).
Previously the logic was more basic and either side requesting turbo would result in turbo on the other side.
But, that may not be required. Simpler HEVC files don't require a turbo arm. Similarly for HW decoded 60fps files.
So we have separated the two sides and they can be in turbo mode independently. That generally results in lower temperatures.
But you may be running slightly closer to the edge in terms of performance, and as there is a little lag between arm becoming busy and getting turbo mode the performance can be lower.

So the plan was to see if the new scheme was sufficient. If not it's fairly simple to request arm_turbo for specific GPU tasks (like MVC) which would give the previous performance.
It may make sense to request the moderate turbo mode on arm (1200MHz on 3B+) which is probably sufficient for your problem but has lower voltage and temperature.
 Can you point at a sample file that shows this issue? Do the drops show up in the OSD when playing the video? 
Thank you for looking into this. Dropped frames are during continuous 3D MVC without going into OSD. It takes a while to see it. Movie has to run for a bit. After an hour it's really noticeable with the temperature around 60 deg. C. without turbo. It's an ISO file from my Bat v Sup 3D movie and probably others.
My current settings in config.txt:

[pi3]
arm_freq=1300
gpu_freq=500
over_voltage=4
sdram_freq=580
over_voltage_sdram=5
sdram_schmoo=0x02000020

[pi3+]
arm_freq=0
gpu_freq=0
over_voltage=0
force_turbo=1  #this was added recently to helped with MVC stutter


There are some other problems with B+. I'm getting frozen screen stuck with loud sound almost like it is repeating 2 frames over and over paying sound the same fraction of a second all the time. It happened multiple times on 3D MVC ISO files without the Turbo and with the Turbo on. Probably more than half an hour into the movie. I ended up pulling the power out to reboot the Pi.

Yesterday I got to the end of the 3D MVC movie that I've been watching for a while in parts (no time to do it in one shot). I let the credits to scroll to the end listening to the music. At the very end I got black screen. No way out. Moving cursor showed overlay with time 0:00 and nothing. Power out and reboot. I got error message telling me about issues with mounting partition.

I put this SD chip into Ubuntu on RPi3 (not +). I can see 2 partitions with files and no issues. Booting on RPi3 I get following errors:

Image
Since #0329 the GUI (using default estuary) is very choppy during audio playback, for both local files and streaming on a RPi3 (non-plus). #0328 is the last working build for me.
Had someone noticed except that Spectrum visualization moves in slow motion when playing MP3? But if I press "OK" button (so that the bottom bar appears) Spectrum moves normally. The problem is present since build #0329

Another bug is when mp3 plays and you go to libreelec addon, kodi crashes and restarts. With which build that had begun I do not know.

Crashlog - http://ix.io/14WM
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
Sorry, wrong thread. Can't find how to fully delete my post.
(2018-03-31, 14:30)3DBuff Wrote: ...
I let the credits to scroll to the end listening to the music. At the very end I got black screen. No way out. Moving cursor showed overlay with time 0:00 and nothing. Power out and reboot. I got error message telling me about issues with mounting partition.

I put this SD chip into Ubuntu on RPi3 (not +). I can see 2 partitions with files and no issues. Booting on RPi3 I get following errors:
....
 
  
My SD chip is defective. I'm getting I/O error and write protect.

OK, new chip and we try again Smile
@Milhouse 

Now that this thread reappeared. 

Could you post the changelog of the last two daily builds? (31 March and 01 April)

Thanks.
(2018-04-02, 01:53)hbbs Wrote: @Milhouse 

Now that this thread reappeared. 

Could you post the changelog of the last two daily builds? (31 March and 01 April)

Thanks.

I would’ve assumed they’ll be skipped due the Easter break.....Huh?
New LibreELEC.tv Leia build #0331: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: af9ce881cc44750a07faaca2b3334e7aab9a2f1530c5f5d177007d51d2b674ea (RPi)
SHA256 Checksum: ba3b5369e3973751910e33b877435d7020d6f6d210e3e4216f1d5a02d87243c6 (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Sun Apr 1 10:28:43 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180401100127-#0331-gb252c76 [Build #0331]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b252c76, changelog) and tip of XBMC master (72f69fc, changelog) with the following modifications: Build Highlights:
  1. AE, VideoPlayer, Binary Addon fixes
Build Details:
  1. XBMC:
    • AE: go from error state to play after re-configure (PR:13716, 1 commit, 1 file changed)
    • [Binary Addon] Generic interface provider callback (PR:13706, 1 commit, 11 files changed)
    • VideoPlayer: add non discarded streams to map, rework to cc189f12e751 (PR:13718, 1 commit, 1 file changed)
    • [application][pvr][estuary] Fixes after #13699 (PR:13715, 2 commits, 3 files changed)
    • [GUI] DialogNetworkSetup: fix impossibility to edit network source. (PR:13714, 1 commit, 2 files changed)
    • [CPACK] Package Kodi - add depends for Ubuntu Bionic 18.04 (PR:13719, 1 commit, 1 file changed)
  2. pvr.zattoo:
    • Use service region country for epg (ac0da38)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2615 (perma): kodi: update for early April 2018
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 #0401: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: b6a1e6b81e850bc3b65de85478f08ccf48a3b368071c4b996cf41a3320e01349 (RPi)
SHA256 Checksum: 3bbc5bde2ee350c5df967fbe84c6604f789671cf4c88f5ef1b3e658a6430dc2b (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Sun Apr 1 21:09:17 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180401210722-#0401-g0f23407 [Build #0401]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (0f23407, changelog) and tip of XBMC master (3848940, changelog) with the following modifications: Build Highlights:
  1. Minors - "kill global g_windowManager" reverted due to newclock5 conflicts
Build Details:
  1. LibreELEC.tv:
    • kodi: update for early April 2018 (PR:2615, 3 commits, 47 files changed)
  2. XBMC:
    • kill global g_windowManager (PR:13722, 2 commits, 221 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [pkg] PR:13722: kill global g_windowManager (reason: breaks newclock5)
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.
(2018-03-31, 17:52)Aux_ Wrote: Had someone noticed except that Spectrum visualization moves in slow motion when playing MP3? But if I press "OK" button (so that the bottom bar appears) Spectrum moves normally. The problem is present since build #0329

Another bug is when mp3 plays and you go to libreelec addon, kodi crashes and restarts. With which build that had begun I do not know.

Crashlog - http://ix.io/14WM
After update to #0401 no changes and additionally libreelec addon / system / update channel - is completely empty.
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
confirm: after update to #0401 (and also before 1. April), libreelec addon / system / update channel - is completely empty.
(2018-04-02, 10:39)Aux_ Wrote:  and additionally libreelec addon / system / update channel - is completely empty. 
  same for me + the choppy GUI during audio playback. Guess it's the same like your slow visualization.
(2018-04-02, 11:31)doldi Wrote: confirm: after update to #0401 (and also before 1. April), libreelec addon / system / update channel - is completely empty.

Our service provider, Digital Ocean, is having a problem in their data center with block storage: http://status.digitalocean.com/incidents/8sk3mbgp6jgl

Unfortunately this is affecting our services, and http://releases.libreelec.tv/releases.json is not currently available which is why the update channel and available versions lists are empty. You may also notice a longer than usual delay before the LibreELEC Settings addon is available as the addon service is blocking on the releases.json download which eventually times out. The Digital Ocean outage is also preventing the installation of addons from the LibreELEC repository at this time (so I can't currently investigate the Spectrum viz problem - I'll have to build a new version).
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 your Info milhouse
New LibreELEC.tv Leia build #0402: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 8e91a5418c23ea08356e175ca39053e7a55b26189e746c3d4695a23162743581 (RPi)
SHA256 Checksum: 540c895868e13cb9e887b857a11b8bd991e9ca6466bdd553b597ec50062588f3 (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Mon Apr 2 23:50:29 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180402234835-#0402-g20f9867 [Build #0402]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (20f9867, changelog) and tip of XBMC master (45765e5, changelog) with the following modifications: Build Highlights:
  1. newclock5 rebased after g_windowManager removal, temp fix for splash issue
  2. Remove Audio DSP
Build Details:
  1. LibreELEC.tv:
    • buildsystem: support get handlers (archive, file, git) (PR:2529, 9 commits, 8 files changed)
    • config/functions: use Here doc for create_meson_conf (PR:2620, 1 commit, 1 file changed)
    • openssl: update to openssl-1.0.2o (PR:2621, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-390.48 (PR:2624, 1 commit, 2 files changed)
    • brcmfmac_sdio-firmware-rpi: update to brcmfmac_sdio-firmware-rpi-18d7c93 (PR:2599, 1 commit, 1 file changed)
    • buildsystem: cleanups, use sha256sum for stamp function (PR:2630, 3 commits, 6 files changed)
  2. XBMC:
    • [filesystem] don't change auths for an url if the auth is set explicitly (PR:13713, 2 commits, 2 files changed)
    • remove Audio DSP, it is unmaintained and not in a working state (PR:13723, 1 commit, 41 files changed)
  3. inputstream.adaptive:
  4. newclock5:
    • New commits in this build:
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.
  • 1
  • 328
  • 329
  • 330(current)
  • 331
  • 332
  • 495

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