Posts by HiassofT
-
-
It depends on the encryption settings of your stream provider. A few sources only use widevine for authentication and/or decryption (i.e. streams can be HW decoded) but others - like Netflix - use widevide to decrypt and fully SW decode the stream (which leads to high CPU load).
so long,
Hias
-
Do you still have a backup of the LE10.0.2 installation? If yes, check which widevine CDM version you used with it (inputstream helper addon will show it) and compare it with the version you are currently using.
ISTR widevine versions from about half a year or a year ago cause a very high CPU load (heating up RPi, but streams still watchable on RPi4, but unwatchable/stuttering on RPi2/3 as the load is too high) - older versions were fine (but may not work any longer, depending on the source) - not sure about newer versions.
Personally I gave up on trying to watch Netflix etc with kodi addons, it was just too much hassle and hit-and-miss if it worked every evening when just wanting to watch the next episode of a show or a movie, and use the Netflix app on my TV instead. A cheap chromecast (or similar) device with official Netflix/.. app support is certainly the better choice if you don't like to play the cat-and-mouse game of streaming service changes and waiting for kodi addon updates.
so long,
Hias
-
As you swapped the firmware for a much newer version my bet would be this is causing the issue - LE 9.2.8 is using an ancient 4.19 kernel and should be running the firmware that came with it.
Just install official 10.0.4 or LE11 nightly versions.
so long,
Hias
-
yullaw and all others who need the hdmi_mode/hdmi_group or input-switching workarounds to get a picture after boot, can you please test with this build:
Write it to a spare SD card, don't make any other changes, and boot it - if the changes from popcornmix work as planned you should get a picture without needing any workarounds.
so long,
Hias
-
Please create a separate thread about your issues with HDR files and provide a full debug log.
This thread is specifically about the addon breakage after the 2022-12-08 release.
so long,
Hias
-
If you are having issues please post full debug logs - otherwise we devs are unable to know the exact circumstances and background and won't be able to resolve potential issues.
Enable debug logging in kodi, reboot, reproduce the issue then ssh in and run "pastekodi" (or use the log upload function in libreelec settings).
The reason for not enabling 30/29.97/25Hz and instead allowing kodi to use double rates is that otherwise you'll run into issues with interlaced videos - they report as eg 25 Hz frame rate while they contain 50 fields and kodi will output that as 50 deinterlaced frames - and you'll get hefty issues trying to play 50 frames if kodi chose to setup display with 25 frames per second.
so long,
Hias
-
The driver has been enabled in LE11 nightlies since end of September 2022.
so long,
Hias
-
Never ever hard power-off your system.
There is no NTFS fsck for linux, the fsck.ntfs from ntfs3g only sets the "needs to be ckecked bit" - and you have to connect the drive to a windows PC and perform the filesystem repair there.
It's best to format the drive as ext4 if you want to use it on linux.
so long,
Hias
-
The log shows a read error from your NAS:
Code2023-01-07 16:57:40.694 T:1048 ERROR <general>: Read - Error( -1, 110, Connection timed out ) 2023-01-07 16:57:40.694 T:1048 ERROR <general>: Process - <smb://192.168.1.3/Media/News/_move/Le.Pacte.Des.Loups.2001.DC.1080p.BluRay.DDP7.1.x264-W4NK3R.mkv> source read failed with -1!Network on the RPi4 side looks fine (nothing suspicious in logs) so it might be worth to check your network/switch/NAS and make sure you don't have any network/cabling issues and your NAS didn't go to sleep or something like that.
so long,
Hias
-
Elysium sample is playing fine here as well.
Might be worth testing with a different, 18Gbps certified HDMI cable, and without the JoyIT case (which seems to have a HDMI adapter board which could be problematic).
BTW: RPi4 doesn't support 4k H264 playback, stick to H265 material.
so long,
Hias
-
Downloads from the 4ksamples.com site don't work, downloads.4ksamples.com doesn't resolve to an IP address. Please provide a link to a working sample file.
so long,Hias
-
The temperatures look OK, basically stable at 60°C - which is fine.
If playback crashed you should have something in journal or kodi log - reproduce the issue again, then run "pastekodi" and post the URL with the log here.
so long,
Hias
-
If you are having issues with EDID test without the case, and also a known good (or new) 18Gbps certified, fully wired HDMI cable - those two things solve about 95% of "display not working correctly" issues.
Don't touch config.txt, gpu_mem=1024 can never work and even if it would it would only reduce usable memory without any benefit. 96 instead of 76 may help in very odd corner cases when dealing with out-of-spec H264 files but that's it.
So in short: best use stock HW and SW setup - only adjust Kodi settings as outlined eg here https://wiki.libreelec.tv/configuration/4k-hdr
Concerning hyperion: don't hold your breath for a solution soon, better thing about alternatives (external HDMI grabber or TV with ambilight built in).
so long,
Hias
-
ssh in and run "bcmstat.sh" - this will show current clock frequencies and temperature
so long,
Hias
-
Linux can't deal with windows storage spaces.
so long,
Hias
-
Yes, that's expected and mentioned in the RPi2/3 section of the release notes
https://libreelec.tv/2022/10/17/libreelec-matrix-10-0-3/CodeNote that GPU accelerated H265 decoding is no longer available in LE 10 and future versions. If this is important to you stay at LE 9.2.so long,
Hias
-
You can use the internal script "dump-active-edids" (it's used by "getedid" on RPi) to write the edids of all connected displays to /storage/.config/firmware/edid
It'll tell you which HDMI/DisplayPort/... connections it detected, for each one it created a edid-<NAME_OF_CONNECTOR>.bin file - which you can then simply decode with edid-decode.
eg here on RPi4 with one display connected to the first HDMI port (edid-decode cut down for brevity):
Code
Display Morexbmc:~ # dump-active-edids found active connector(s) HDMI-A-1 xbmc:~ # edid-decode /storage/.config/firmware/edid/edid-HDMI-A-1.bin edid-decode (hex): ... Block 0, Base EDID: EDID Structure Version & Revision: 1.3 Vendor & Product Identification: Manufacturer: GSM Model: 1 Serial Number: 16843009 Made in: week 1 of 2018 ...You could also check through all the connectors in /sys/class/drm/, verify if the status reports "connected" and then use the edid file from there (eg /sys/class/drm/card0-HDMI-A-1/edid) - this is basically what that script does - but as card, and connector names may change it's probably easier to let the script deal with that

BTW: so far we only tested the script on RPi, it should work on all other devices though, so if you have issue or notice something odd please tell us about it so we can fix/improve it.
so long,
Hias
so long,
Hias