Thanks aka, that’s interesting. About the distorted colors, I also have it on reboots. Just in rare cases the colors are correct. So I wait for the finished boot, switch inputs back and forth and then it’s correct.
The Homatics and the Nokia seem not to be 100% identical, so maybe there’s someone out there with a Nokia, too, to test?
By the way, this post sounds similar, because the build version when it broke is exactly the same: Nightly builds - #2906 by BigMike66
Update:
For my black screen issue 24Hz media was affected. Disabling the new introduced video setting “Allow whole-number frame repeat” solved this.
aka
17 August 2026 17:40
4010
the distorted colors issue has been happening on my box on my ever since i started installing nightlies - ever since fel support was available.
This is the issue, which is still active and the log file and sample (available from the next post I wrote after that) should apply.
I built a fresh one today, and it seems to hang every time I stop playing a video (tested on AV1 clips).
https://paste.coreelec.org/LovelessStarvin
Also my IR dongle fails to be detected randomly upon boot. I pasted the debug log here, it’s downloaded right after one boot when the dongle went missing.
This stutter credits on end of file should be solved with next nightly 20260825.
Thank you very much. I’ll try it out with the test files tomorrow and report back. Much respect.
20260825
After a quick test everything seems good. Youtube too. Nice work. Thy.
Hi, anyone can share a version of InputStream Adaptive that is compatible with 20251108 ? Not sure if version v22.3.7 or v22.3.6 was what I had.
Regards!
@Portisch
why the Dolby audio sample bits empty in the processinfo, in the few latest nightly?
@frodo19
Dolby Digital (AC-3) does not have a bit depth.
And the eac3 empty too. But why?
Yeah I saw. It’s empty. Was 16bit, or 8bit in earlier.
Because PT was always 8bit, regardless what format.
When something is still missing check the ffmpeg source like this patch for DTS:
From d7d40acd08fea0be06f6bc386ec890f4bbc98ca8 Mon Sep 17 00:00:00 2001
From: Portisch <hugo.portisch@yahoo.de>
Date: Fri, 21 Aug 2026 11:53:28 +0200
Subject: [PATCH] avcodec/dca_core: export bits_per_raw_sample from header
---
libavcodec/dca_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c
index cb1f7b7..6935a2c 100644
--- a/libavcodec/dca_core.c
+++ b/libavcodec/dca_core.c
@@ -2170,7 +2170,7 @@ static int filter_frame_float(DCACoreDecoder *s, AVFrame *frame)
avctx->sample_rate = s->sample_rate << x96_synth;
avctx->sample_fmt = AV_SAMPLE_FMT_FLTP;
- avctx->bits_per_raw_sample = 0;
+ avctx->bits_per_raw_sample = s->source_pcm_res;
This file has been truncated. show original
I saw this too.
But then why not set to 16 bit when ac3 and pt. Why hides it…
Ac3 is 16 bit, even when show 0.