• 1
  • 65
  • 66
  • 67(current)
  • 68
  • 69
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
(2020-04-23, 13:45)prinskarnatie Wrote: Hi, I've noticed this too but seem to have no analog audio devices. Output from aplay -L :

 Try adding dtparam=audio=on to config.txt to get the firmware side alsa driver to show, which does support analogue.
First of all, thanks a lot for the effort put into this. Amazing work which is much appreciated.

I just installed this (going from 9.2.0) and i've encountered some bugs/things not working.
Tried searching this thread to see if they've been reported before but couldn't find anything, so apologies if that would be the case.

* HDMI-CEC is not working, and I can't see it in the input settings either. I have a Philips TV if that makes any difference. Tried fiddling around with some settings in config.txt without any luck.
* Not getting audio when starting some videos. This seems to be intermittent i.e. sometimes it works and sometimes it doesn't. Also flipping passthrough or between audio tracks solves this (i.e. audio works when flipping back).

Looked at the logs and they don't say anything useful except for some "CRenderManager::WaitForBuffer - timeout waiting for buffer".
Which raspberry pi do you have?
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
(2020-04-23, 11:54)popcornmix Wrote:
(2020-04-23, 05:31)chook55 Wrote: RPi4b 2Gb
There is currently no option to use analog audio output via the headphone jack.   I sometimes used this to listen to music through an older HiFi receiver and turn the TV, using HDMI, off.

The Rpi Master release going back a bit now had an option for concurrent HDMI and Headphone jack Analog audio. This seems to have been lost recently. Any chance this can be optioned?
No. The new builds have moved to using standard linux APIs for audio and video. Previous dual audio was supported as it wasn't too difficult to do using the openmax firmware driver for audio (PiSink).
We now use standard ALSA with an arm side driver.
Dual audio will only reappear if added as a standard kodi feature (which is unlikely).

I think the best you can do is set up a shortcut key to switch.
Possibly the Audio Profiles add-on will help (but I've not used it). 
RPi 4B 2Gb

The Audio Profiles add on is python 2.2 compatible only. So no.

I tried the dtparam=audio=on to config.txt mod.  It added some extra options, none of which were operational.

So I guess a hardware solution is in order.  ie HDMI to analog box or upgrade my amp  which is a pity as it worked fine before the ALSA drivers were mandated.

chook55
New LibreELEC.tv Matrix build #0424: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: fb8a23dfb5f73016ee23628e60972f9ad7a3fe4b176615e0c431250aed9192eb (RPi)
SHA256 Checksum: 1b6ba0a9d4200b44c3cca8c69ad7476a8e2df930d6c6af9b01160ddc308bd76b (RPi2)
SHA256 Checksum: 00813eaf0c7db1ef3254738b19f2108eced3f9eb3a59bef0c3b780793679bcba (RPi4)

text:
# uname -a
Linux rpi512 5.4.32 #1 Fri Apr 24 23:22:57 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 20 2020 15:42:40
Copyright © 2012 Broadcom
version ed60c22eaee6ee7216b132591919025cba0f68e5 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200424232153-#0424-g38764c8 [Build #0424]

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

Based on tip of LibreELEC.tv master (38764c8, changelog) and tip of XBMC master (35641ba, changelog) with the following modifications: Build Highlights:
  1. kodi: Inputstream API 2.3.0
  2. kodi: [addons][pvr] remove more deprecated parts and make PVR tables in own parts
  3. kodi: Addons: Move migration and addon updates to AddonManager
  4. kodi: [JSON API] Faster bulk data read request processing
Build Details:
  1. LibreELEC.tv:
    • linux (Generic/Allwinner): update to linux-5.6.6 (PR:4291, 8 commits, 3 files changed)
    • kodi: remove beelink mouse patch (PR:4322, 1 commit, 1 file changed)
    • mesa: update to mesa-20.0.5 (PR:4345, 1 commit, 1 file changed)
    • xorg-server: update to xorg-server-1.20.8 (and friends) (PR:4285, 6 commits, 6 files changed)
    • lttng-ust: remove redundant patch (PR:4346, 1 commit, 1 file changed)
  2. XBMC:
    • Update Windows build readme to match current VS2017 and java installers (PR:17695, 3 commits, 1 file changed)
    • [settings] don't load setting values twice (PR:17720, 1 commit, 1 file changed)
    • Don't automatically enable debug logging in debug builds (PR:17723, 2 commits, 1 file changed)
    • [inputstream] support mime type by default for all inputstream addons (PR:17727, 1 commit, 3 files changed)
    • Correct on-screen keyboard behaviour for Arabic characters (PR:17692, 2 commits, 1 file changed)
    • Bug Fixes (2x addon related. 1x possibly serious filesystem cache related) (PR:17701, 3 commits, 3 files changed)
    • Alphanumeric sorting improvements: accented letters and brackets (PR:17562, 1 commit, 5 files changed)
    • Log levels (PR:17730, 3 commits, 117 files changed)
    • [PVR] Use active channel name when 'Importing guide from clients' (PR:17740, 1 commit, 1 file changed)
    • Addons: Move migration and addon updates to AddonManager (PR:17719, 1 commit, 10 files changed)
    • [python] move xbmc.makeLegalFilename() to xbmcvfs module (PR:17735, 1 commit, 5 files changed)
    • [addons][pvr] remove more deprecated parts and make PVR tables in own parts (PR:17586, 11 commits, 14 files changed)
    • [docs][python] Improve documentation for xbmcdrm (PR:17741, 1 commit, 1 file changed)
  3. inputstream.ffmpegdirect:
    • Inputstream API 2.3.0 (PR:40, 1 commit, 2 files changed)
  4. pvr.argustv:
    • [Matrix] API change update / cleanups (PR:101, 5 commits, 8 files changed)
  5. pvr.demo:
    • [Matrix] API change update / cleanups (PR:78, 6 commits, 7 files changed)
  6. pvr.dvblink:
    • [Matrix] API change update / cleanups (PR:131, 6 commits, 15 files changed)
  7. pvr.dvbviewer:
    • [Matrix] API change update / cleanups (PR:87, 6 commits, 22 files changed)
  8. pvr.filmon:
    • [Matrix] API change update / cleanups (PR:98, 6 commits, 12 files changed)
  9. pvr.freebox:
    • [Matrix] API change update (PR:41, 1 commit, 1 file changed)
  10. pvr.hdhomerun:
    • [Matrix] API change update / cleanups (PR:96, 7 commits, 10 files changed)
  11. pvr.hts:
    • [Matrix] API change update (PR:451, 3 commits, 5 files changed)
  12. pvr.iptvsimple:
    • [Matrix] API change update / cleanups (PR:345, 6 commits, 11 files changed)
  13. pvr.mediaportal.tvserver:
    • [Matrix] API change update / cleanups (PR:117, 6 commits, 37 files changed)
  14. pvr.nextpvr:
    • [Matrix] API change update / cleanups (PR:119, 4 commits, 11 files changed)
  15. pvr.njoy:
    • [Matrix] API change update / cleanups (PR:57, 4 commits, 4 files changed)
  16. pvr.octonet:
    • [Matrix] API change update / cleanups (PR:40, 2 commits, 1 file changed)
  17. pvr.pctv:
    • [Matrix] API change update / cleanups (PR:74, 4 commits, 4 files changed)
  18. pvr.stalker:
    • [Matrix] API change update / cleanups (PR:134, 6 commits, 29 files changed)
  19. pvr.teleboy:
    • [Matrix] API change update / cleanups (PR:48, 6 commits, 7 files changed)
    • Fix cache cleanup (4159792)
    • Prevent log flooding of missing categories (8bb5da5)
    • Update changelog and version (bf86ab0)
    • Merge branch 'Leia' into Matrix (0acb5b5)
    • Merge remote-tracking branch 'origin/Matrix' into Matrix (e379dcb)
  20. pvr.vbox:
    • [Matrix] API change update / cleanups (PR:236, 3 commits, 9 files changed)
  21. pvr.vdr.vnsi:
    • [Matrix] API change update / cleanups (PR:130, 4 commits, 4 files changed)
  22. pvr.vuplus:
    • [Matrix] API change update / cleanups (PR:279, 6 commits, 16 files changed)
  23. pvr.waipu:
    • Channel groups: Add Live TV and VoD groups (PR:64, 1 commit, 1 file changed)
    • [Matrix] API change update / cleanups (PR:63, 5 commits, 4 files changed)
  24. pvr.wmc:
    • [Matrix] API change update / cleanups (PR:79, 5 commits, 5 files changed)
  25. pvr.zattoo:
    • [Matrix] API change update / cleanups (PR:80, 6 commits, 6 files changed)
    • Update changelog (e2e04ee)
  26. kernel 5.4.y:
    • New commits in this build:
      • defconfig: Enable I2C_MUX_PINCTRL in all Pi configs (ca7c6450)
      • dt: Implement an I2C pinctrl mux for BSC0. (4cf73778)
      • dtoverlays: Update CSI overlays to use i2c_csi_dsi (48a466d0)
      • dt: Update all mainline bcm283x dt files for i2c0 pinctrl mux (88523795)
      • ARM: dts: Create bcm2708-rpi-b-rev1.dts (5eab66db)
      • dts: bcm2711: set #size-cells = <2> (90678d64)
      • dts: bcm2711: add "High Peripheral" mode overlay (769b956b)
      • Revert "spi: spidev: Fix CS polarity if GPIO descriptors are used" (2d61cf62)
      • spi: use_gpio_descriptor fixup moved to spi_setup (9daf4531)
      • overlays: rpivid-v4l2 also needs size-cells = 2 (7aace1e1)
  27. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4242 (perma): rpi-eeprom: update to rpi-eeprom-<next>
    • Updated: [env] PR:4286 (perma): linux (RPi): update to linux-5.4.34
    • Added: [env] compare (perma): kodi: next update (May 2020-ish)
    • Added: [env] PR:4347 (perma): linux (Generic/Allwinner): update to linux-5.6.13
    • Updated: [pkg] PR:420 (perma): Matrix API change to v2.2.0 - Allows upto 256 streams, useful for netflix etc. (inputstream.adaptive)
    • Updated: [pkg] PR:17736 (perma): windowing/gbm: preseve crtc index when adding crtcs
    • Added: [pkg] PR:53 (perma): [Matrix] API change update / cleanups (pvr.sledovanitv.cz)
    • Added: [pkg] PR:144 (perma): [Matrix] API change update (pvr.mythtv)
    • Added: [pkg] PR:17746 (perma): [JSON API] Faster bulk data read request processing
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.
(2020-04-25, 00:01)vbat99 Wrote: Which raspberry pi do you have?

If you are referring to me, I have a Raspberry Pi 4.
(2020-04-25, 20:14)waaaah Wrote:
(2020-04-25, 00:01)vbat99 Wrote: Which raspberry pi do you have?

If you are referring to me, I have a Raspberry Pi 4.
I've added some RPi4-specific support notes at the top of the first post.

For your audio issue can you provide a link to a complete debug log where you reproduce the problem. Does the problem only occur with certain files, or all 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.
(2020-04-25, 20:14)waaaah Wrote:
(2020-04-25, 00:01)vbat99 Wrote: Which raspberry pi do you have?

If you are referring to me, I have a Raspberry Pi 4.
Yes, first post of pi4 build mentions no cec currently.
Sorry, link from Tapatalk is crap.
See this firt postfor RPI4 build.
http://forum.kodi.tv/showthread.php?tid=...pid2938485
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
New LibreELEC.tv Matrix build #0425: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: ee49fa0894598e312244249b0166c8dfa0ad82377dd151f4969ea87aa9dde7e3 (RPi)
SHA256 Checksum: 237627fd2b45f6ae25853ab3ac4e90d2c331416d903d991f714fcfee1bb73965 (RPi2)
SHA256 Checksum: ed768aad1b22d102fe9d2f5ab02c3d859bf5a6a6086b6beccbadf8703f836b69 (RPi4)

text:
# uname -a
Linux rpi512 5.4.32 #1 Sun Apr 26 00:28:10 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 20 2020 15:42:40
Copyright © 2012 Broadcom
version ed60c22eaee6ee7216b132591919025cba0f68e5 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200426002709-#0425-g38764c8 [Build #0425]

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

Based on tip of LibreELEC.tv master (38764c8, changelog) and tip of XBMC master (35641ba, changelog) with the following modifications: Build Highlights:
  1. kernel: enable I2C_MUX_PINCTRL
  2. libcec: packaging updates
  3. inputstream.adaptive: update to 2.5.6
Build Details:
  1. libcec:
    • fixed: replace SWIG_ADD_MODULE and force python2 on win x86 (818a0ea)
    • fixed: cb_cec_log_message() formatting in cecc-client (844fd89)
    • fixed: missing SetupDiDestroyDeviceInfoList() (a19a6dd)
    • changed: adapter detection on windows without advapi (05a3476)
    • changed: don't include v5 features if the version isn't set to 5+ (compat) (8b1094e)
    • changed/added: .net core support, various build and packaging fixes (d5e5200)
    • fixed: missing LibCecSharpCore project update in the last commit (969ead2)
    • changed: default to vs2019 (98036e9)
    • fixed: restore nuget packages when doing a clean build (994b437)
    • fixed: CMP0086 got added in cmake 3.14 (d1affd7)
  2. inputstream.adaptive:
    • [HLS] rework multi-period / encryption (36a2cff)
    • version bump 2.5.6 (0d3bd30)
  3. pvr.mythtv:
    • [Matrix] API change update (PR:144, 2 commits, 7 files changed)
    • fix -Waddress-of-packed-member (9b2637e)
    • support MythTV 31 (f6bfa1d)
  4. pvr.zattoo:
    • Use Kodi filesystem to parse xmltv file (PR:88, 1 commit, 1 file changed)
    • Add French categories (e96b3f2)
    • Update version and changelog (f1eaa2c)
    • Merge branch 'Leia' into Matrix (312e378)
  5. vfs.rar:
    • [Matrix] fix crash and freeze problem from wrong file seek (PR:82, 5 commits, 7 files changed)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4286 (perma): linux (RPi): update to linux-5.4.34
    • Updated: [pkg] PR:17713 (perma): [VP] Postpone DMX_SPECIALID_STREAMCHANGE until player is started
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.
(2020-04-25, 23:22)Milhouse Wrote:
(2020-04-25, 20:14)waaaah Wrote:
(2020-04-25, 00:01)vbat99 Wrote: Which raspberry pi do you have?

If you are referring to me, I have a Raspberry Pi 4. 
I've added some RPi4-specific support notes at the top of the first post.

For your audio issue can you provide a link to a complete debug log where you reproduce the problem. Does the problem only occur with certain files, or all files? 

Sorry, totally missed that one.

Here is a log: https://pastebin.com/6EiX49XG

Started a few different videos and 1.mkv and 5.mkv are the only ones I got sound from. 1.mkv also seems to be working a lot more frequent, but far from every time. The rest are a lot harder to get working. Previously I could just switch between passthrough or restart the video and it would pop on, but not that lucky anymore. Not sure if it's related to the latest builds.

Also the UI seems like it's crashing quite frequently. Running the Ember skin so I guess it could be related to that. No crash logs though, but I guess those are only generated in case the system crashes?

Unfortunately have to revert to 9.2.0 since I still use this as my primary media player. Too bad, since the 4k performance seems to have been vastly improved.
New LibreELEC.tv Matrix build #0426: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 39349adc08047838bfe40eee196f03fad933bd3bbaf1031d429443c2f898deb6 (RPi)
SHA256 Checksum: 2c99c90ac876dbeeb03e91e4f82105409c43492140c2824371951fafe6738a9b (RPi2)
SHA256 Checksum: 1110e3e060e25dfae59d8bdc45d17bb95d4ba77a363b6e209ba630ba4fb46813 (RPi4)

text:
# uname -a
Linux rpi512 5.4.32 #1 Sun Apr 26 21:06:48 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 20 2020 15:42:40
Copyright © 2012 Broadcom
version ed60c22eaee6ee7216b132591919025cba0f68e5 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200426210545-#0426-g65f515b [Build #0426]

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

Based on tip of LibreELEC.tv master (65f515b, changelog) and tip of XBMC master (9216e28, changelog) with the following modifications: Build Highlights:
  1. kodi: [Addons] Ensure addon installation order when migrating to matrix
  2. kodi: Network: Simplify the bind logic
Build Details:
  1. LibreELEC.tv:
    • Add Tritium H5 support (PR:4351, 1 commit, 1 file changed)
  2. XBMC:
    • Network: Simplify the bind logic (PR:17733, 1 commit, 2 files changed)
    • [Subtitles] fix smi subtitles to use quoted start tags (PR:17749, 1 commit, 1 file changed)
    • [pvr] get previous epg tag instead of previous of previous (PR:17757, 1 commit, 1 file changed)
  3. inputstream.rtmp:
    • Inputstream API 2.3.0 (PR:65, 1 commit, 1 file changed)
  4. pvr.waipu:
    • [CI] Migrate to Azure Pipelines (PR:65, 3 commits, 4 files changed)
    • Update README (PR:67, 2 commits, 2 files changed)
    • Update README (b1f7910)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4350 (perma): kodi: next update (May 2020-ish)
    • Updated: [pkg] PR:17713 (perma): [VP] Postpone DMX_SPECIALID_STREAMCHANGE until player is started
    • Added: [pkg] PR:17703 (perma): [Addons] Ensure addon installation order when migrating to matrix
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.
hello! just bought a new rpi4 and wanted to try master, I get picture with 9.2.1 so I know it works. but with http://milhouse.libreelec.tv/builds/mast...5f515b.tar
I get no picture at all, no boot no nothing. Ssh works though so here is logs.

dmesg -> http://ix.io/2jMa
kodilog -> http://ix.io/2jMb

edit: never mind after another reboot I got picture
I installed Libreelec 9.2.1 to my rpi 4k device. It worked fine and when i updated to latest testbuild i get only black screen on boot. Upgrade was ok. Here is log: https://controlc.com/cdd89879
(2020-04-27, 15:07)marantz Wrote: hello! just bought a new rpi4 and wanted to try master, I get picture with 9.2.1 so I know it works. but with http://milhouse.libreelec.tv/builds/mast...5f515b.tar
I get no picture at all, no boot no nothing. Ssh works though so here is logs.

dmesg -> http://ix.io/2jMa
kodilog -> http://ix.io/2jMb

edit: never mind after another reboot I got picture

Did you read the first post about black screen
  • 1
  • 65
  • 66
  • 67(current)
  • 68
  • 69
  • 86

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