• 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
Hm, BTW, i don't see any 4k resolutions on the RPi4 - is this still locked? If i try to force 4k with hdmi_enable_4kp60=1 i get a black screen.
(2020-05-30, 11:51)querty1000 Wrote: Hm, BTW, i don't see any 4k resolutions on the RPi4 - is this still locked? If i try to force 4k with hdmi_enable_4kp60=1 i get a black screen.

The kms driver doesn't support 4kp50/4kp60 yet (it requires higher clocks and scrambling). It's being worked on but isn't ready yet.
4kp24/4kp30 are a bit easier to get working, but haven't been enabled yet.
It seems that pvr.waipu got broken today, maybe due to a certificate change on the API server. It looks like the required ca is not in cacert.pem. The following shows a curl request that fails, submitted from Libreelec:

bash:
# curl https://e-l1-010-v4.wpstr.tv
curl: (60) server certificate verification failed. CAfile: /run/libreelec/cacert.pem CRLfile: none
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

On my local linux the curl request works fine and the web browser accepts the TLS certificate as well. Maybe the related ca cert must be updated/added in cacert.pem? Thanks in advance!

Edit:
It looks like the relevant cacert is in pem. I tried it on LibreELEC and on local device using `--cacert`. Maybe it is related to the curl version or OpenSSL vs GnuTLS?

Edit 2:
https://www.agwa.name/blog/post/fixing_t...expiration
https://bugzilla.redhat.com/show_bug.cgi?id=1842174

Edit 3:
https://github.com/LibreELEC/LibreELEC.tv/pull/4397
(2020-05-29, 23:19)RSEngine Wrote:
(2020-05-28, 00:51)Milhouse Wrote: New LibreELEC.tv Matrix build #0527: RPi / RPi2 / RPi4
(Supercedes previous build)

Milhouse, thanks so much for your incredible efforts!

I know this would be probably low on your to-do list, but is there a plan to support mirroring output on both HDMI ports or the ability to split audio and video between HDMI0 and HDMI1?

Reason for wanting this - I have an audio soundbar that doesn't support HDMI 2.0. My TV is a 4K HDR TV. Currently, if I hook up the pi --> soundbar --> TV, the soundbar will play surround but the TV won't show HDR content (because HDMI 2.0 is needed). If I hook up the pi --> TV, compressed audio is played through soundbar through HDMI-ARC (no eARC support). Eventually, when HBR audio is supported, I would like to push HBR audio to the soundbar and 4K HDR to the TV. Either method above would allow me to do that. I imagine that as other people upgrade pieces of their home entertainment systems (keep old audio receiver but upgrade to 4K TV), they will encounter the same problem.

It's not on my to-do list - as I don't have one!

However @popcornmix has confirmed that video on HDMI0 and audio on HDMI1 should be possible once the plumbing is there (when that will arrive, I've no idea - most likely a fairly low priority at this time).
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 @flubshi - hopefully fixed in the latest 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.
New LibreELEC.tv Matrix build #0601: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: b8059da2ac399fe01032e7ad976015158d902673622f627c9a2586a380eeb80f (RPi)
SHA256 Checksum: 74c14798219b4981894477cf96b29139a7651d2664fbc5a826a385fccc7e1716 (RPi2)
SHA256 Checksum: 6aa48affb63811785ca6ad83f27ab61ce761f4e870b250f3899a22d2519692d0 (RPi4)

text:
# uname -a
Linux rpi512 5.4.42 #1 Tue Jun 2 02:39:21 BST 2020 armv6l GNU/Linux

# vcgencmd version
Jun 1 2020 13:26:37
Copyright © 2012 Broadcom
version 6379679d1ec6a8c746d7e77e015f5b56b939976f (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200602023748-#0601-g44747ec [Build #0601]

# Kodi version
Starting Kodi (19.0-ALPHA1 Git:941afd2). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (44747ec, changelog) and tip of XBMC master (941afd2, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. RPi4: ignore VL805 firmware updates on boards without VL805 eeprom (addon needs fixing)
  3. Remove expired cert
  4. Drop PR:16740 (WIP - [remote] Allow longpress mod for remote keymaps) - rotten, after Clang changes
Build Details:
  1. Firmware (Jun 1):
    • firmware: il: isp: Ensure HR output is active and ISP is open before starting a frame
    • firmware: isp_ctrl: Fail in start_[raw|yuv]_frame if ISP is not idle See: link
  2. rpi-eeprom:
    • include vl805 eeprom presence in machine output (PR:137, 1 commit, 1 file changed)
    • small typos (PR:138, 1 commit, 1 file changed)
    • rpi-eeprom-update: Update VL805 version check for boards without VL805 EEPROM (fd2ea72)
  3. LibreELEC.tv:
    • add RemainAfterExit=yes to our oneshot systemd services (PR:4261, 1 commit, 6 files changed)
    • kernel-firmware: use copy-firmware.sh (PR:4329, 4 commits, 3 files changed)
    • tools/docker: add libparse-yapp-perl and more (PR:4396, 4 commits, 7 files changed)
    • Support building of a remote/cross gdb (PR:4344, 4 commits, 5 files changed)
    • libva: update to libva-2.7.1 (PR:4333, 1 commit, 1 file changed)
    • MarkupSafe: bump to 1.1.1 (PR:4326, 1 commit, 1 file changed)
    • Support cross-compile on aarch64 platform (PR:4271, 1 commit, 4 files changed)
    • alsa-lib: use hda_intel driver on Intel boards with a DSP (PR:4268, 1 commit, 1 file changed)
    • mkimage: replace deprecated "tty" with "systemd.debug_shell" for Generic (PR:4297, 1 commit, 1 file changed)
    • rpi-eeprom: update to rpi-eeprom-<next> (PR:4242, 14 commits, 1 file changed)
    • linux (RPi): update to linux-5.4.42 (PR:4359, 13 commits, 6 files changed)
    • Remove expired 'AddTrust External Root' ca from trust list (PR:4397, 1 commit, 1 file changed)
  4. XBMC:
    • [cmake] FindGtest.cmake: properly support debug and release builds (PR:17956, 1 commit, 1 file changed)
    • [Android] Call codec::release (PR:17957, 1 commit, 1 file changed)
    • ActiveAE: Don't wake when externally suspended (PR:17954, 1 commit, 2 files changed)
    • [windows] BuildSetup.bat: use a platform-specific kodi-build directory (PR:17877, 1 commit, 10 files changed)
    • [gbm] Avoid dereferncing null crtc (PR:17961, 1 commit, 1 file changed)
    • Custom collation for SQLite and MySQL/MariaDB (applied to Music library) (PR:17838, 4 commits, 9 files changed)
    • [Music] Apply sort desc to filter type nodes in the same way as applied to smart playlists (PR:17948, 1 commit, 1 file changed)
    • [depends] bump dav1d to 0.7.0 (PR:17941, 1 commit, 6 files changed)
    • [VP] Fix short stream changes (PR:17713, 1 commit, 1 file changed)
    • [docs] fix typo CODE_GUIDELINES.md (PR:17966, 1 commit, 1 file changed)
    • Prevent crashing when visualToLogicalMap contains garbage values (PR:17932, 1 commit, 2 files changed)
    • [docs] Fixes for doxygen 1.8.17 (PR:17803, 1 commit, 32 files changed)
    • Clang-format our Game/Input code for GSoC (PR:17922, 7 commits, 467 files changed)
    • [Android] Remove VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING (PR:17969, 1 commit, 1 file changed)
    • [PVR] EPG container: Do not fetch EPG updates from the clients while (PR:17964, 1 commit, 3 files changed)
    • [Skinning/Info] Expose Player.Progress and Player.ProgressCache as string infos (PR:17965, 1 commit, 2 files changed)
    • fix focusing proper setting control in CGUIDialogContentSettings (PR:17929, 1 commit, 2 files changed)
    • [Android] Implement MediaCodec::Reconfigure to reduce codec setups (#17960) (d09f1d0)
  5. inputstream.adaptive:
    • [DASH] Fix youtube live with multiple subs (df59ba5)
    • [DASH] Fix youtube live subtitles (17dfb45)
    • Fix segmented subtitles for live streams (4c0442b)
  6. pvr.hts:
    • fix disconnect on sleep (PR:456, 1 commit, 3 files changed)
  7. pvr.iptvsimple:
    • Catchup type m3u (PR:389, 5 commits, 9 files changed)
  8. kernel 5.4.y:
    • New commits in this build:
      • Add Micro Crystal RV-1805 to i2c-rtc overlays (75f41400)
    • Commits no longer in build:
      • staging: vchiq_arm: Clean up 40-bit DMA support (d8cbdaa7)
      • ARM: dts: Update for new VCHIQ BCM2711 DMA support (79495a5e)
      • Revert "zswap: Uncross module parameter setting functions" (5e5024f6)
  9. kernel kodi/rpi4-kms (RPi4):
    • New commits in this build:
      • vc4: cec: test: Avoid calling cec_phys_addr_invalidate (b011edbf)
  10. 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.
Finally found a fix for netflix/amazon not working (reboot when installing libwidevine). How I fixed it was by installing the latest version of Milhouse's libreelec matrix build (#0601), then once installed delete everything insider "/storage/.kodi/userdata/addon_data/script.module.inputstreamhelper/temp" folder using filezilla. Then I once again installed the latest version of Milhouse's libreelec matrix build (#0601), rebooted, ran netflix and everything installed without any issues!
Millhouse, thanks for your hard work, it's appreciated.

Tried the latest build you made, seemed to run very very well on a plain old Pi 3B - not even a + edition
Hello, 3D (MVC) still doesn't work on the RasPi4 at all, does it?
(2020-06-06, 14:09)fe0109 Wrote: Hello, 3D (MVC)...

I am so waiting for this myself.......Wink
(2020-06-02, 04:26)Milhouse Wrote:
(2020-05-29, 23:19)RSEngine Wrote:
(2020-05-28, 00:51)Milhouse Wrote: New LibreELEC.tv Matrix build #0527: RPi / RPi2 / RPi4
(Supercedes previous build)

Milhouse, thanks so much for your incredible efforts!

I know this would be probably low on your to-do list, but is there a plan to support mirroring output on both HDMI ports or the ability to split audio and video between HDMI0 and HDMI1?

Reason for wanting this - I have an audio soundbar that doesn't support HDMI 2.0. My TV is a 4K HDR TV. Currently, if I hook up the pi --> soundbar --> TV, the soundbar will play surround but the TV won't show HDR content (because HDMI 2.0 is needed). If I hook up the pi --> TV, compressed audio is played through soundbar through HDMI-ARC (no eARC support). Eventually, when HBR audio is supported, I would like to push HBR audio to the soundbar and 4K HDR to the TV. Either method above would allow me to do that. I imagine that as other people upgrade pieces of their home entertainment systems (keep old audio receiver but upgrade to 4K TV), they will encounter the same problem.

It's not on my to-do list - as I don't have one!

However @popcornmix has confirmed that video on HDMI0 and audio on HDMI1 should be possible once the plumbing is there (when that will arrive, I've no idea - most likely a fairly low priority at this time).
Thanks! Good to know.
(2020-06-06, 14:09)fe0109 Wrote: Hello, 3D (MVC) still doesn't work on the RasPi4 at all, does it?
At now the KODI developers have to wait for the kernel developers to implement or finish the underlaying functions. We have at now: no 4k, no HDR, no HD-Sound, no 3D. In the meantime i have found a good solution as interim in the Vero4k+, that does all the mentioned functions proper. So i have no pressure to wait if the RPi4 will ever be in a usable working state.
Thanks for your answer querty1000!

The Vero 4K+ box does HDR, MVC-3D and HD-Sound already with the current osmc without any problems?
Before i reupgrade to test & try to create a debug log i ask this.
Are there any know sound issue Bugs with build #601?

Noticed that after some time without playing something on the pi that if i start a video that the Stereo Sound get played back on the wrong speakers...like it should output on the FL/FR but "suddenly" it got switched to for example center & LB and only switching the hdmi soundoutput to another option gets it correct again (until it happens again).
(2020-06-07, 12:50)fe0109 Wrote: Thanks for your answer querty1000!

The Vero 4K+ box does HDR, MVC-3D and HD-Sound already with the current osmc without any problems?
[OFFTOPIC] please discuss this in osmc forum
https://discourse.osmc.tv/t/testing-linu...k-4k/84874
  • 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 86

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)8