Great.
Please post a final log for my education.
Great.
Please post a final log for my education.
Both logs are looking good. You are getting additional modes when directly connected to the TV, e.g. 1080p 50/60Hz.
You can try LE12 Generic-legacy with the X11 graphics stack or LE13 nightly with a more recent kernel and mesa.
They can be tested from USB stick using boot mode run but you always have to add the video=eDP-1:d parameter to avoid the notebook cloning mode.
When having garbled video it is always worth testing with a different HDMI cable and/or without the AVR.
Please always post a kodi debug log. You can hide the debug OSD with:
a) I'm not too familiar here, it sounds like you're asking to have this section removed correct?
Just do getedid delete. Afterwards correct the eDP-1 parameter to video=eDP-1:d (unfortunately I have not "seen" this before).
A few thoughts:
a) As long you are testing remove the getedid config from your append line. You will never see a change in resolutions with this static config. But keep disabling eDP-1.
b) IWD is spamming the journal. In worst case disable WIFI before reboot to create a meaningful boot log.
c) Activate debug logging in Kodi (before reboot too).
LE is booting in the normal way. I though that i can run efibootmgr even LE was not started via efi. That doesn't work?
EFI API is only accessible after booting with it.
Is there an other way to change the default boot in efi once?
Not possible with Legacy Boot.
Likely being German speaking you may not need a translator for this.
When searching cherry trail audio in this forum you find several reports but there seem to be no solution.
If motivated you may extend the search to the whole web.
Looking at your documentation links, tidal addon configuration is having some complexity.
Please check your config again, especially if dash support is enabled
Are you really booting with EFI?
Please check /sys/firmware/efi and /sys/firmware/efi/efivars
2024-06-16 14:06:13.155 T:1453 info <general>: AddOnLog: inputstream.ffmpegdirect: inputstream.ffmpegdirect property: inputstream.ffmpegdirect.manifest_type = hls
2024-06-16 14:06:13.155 T:1453 info <general>: AddOnLog: inputstream.ffmpegdirect: inputstream.ffmpegdirect property: inputstream.ffmpegdirect.open_mode = ffmpeg
2024-06-16 14:06:13.155 T:1453 info <general>: AddOnLog: inputstream.ffmpegdirect: Stream mimetype: application/vnd.apple.mpegurl
The tidal plugin is requesting a HLS stream which is failing with 403 Forbidden. IMO no dash involved.
The second stream is played directly without any inputstream addon.
chewitt With a new image I can play a FTA live dash stream using inputstream.ffmpegdirect without rebuilding the addon. (And the stream can even be played with kodi directly).
May not help, but default route is still active on Generic (X86).
On such a Generic system I would first check with break=prepare_sysroot kernel parameter if the config is correct in init. But this may require some debug shell serial line setup with your board.
Then with route >~/autostart.route in autostart.sh if it is still there before starting kodi.
And always share a debug log.
chewitt You missed:
With the following patch ffmpeg is building dash demuxer (still with --enable-demuxers). Only build tested.
diff --git a/packages/multimedia/ffmpeg/package.mk b/packages/multimedia/ffmpeg/package.mk
index 63ae0683bf..b55ffbd2c8 100644
--- a/packages/multimedia/ffmpeg/package.mk
+++ b/packages/multimedia/ffmpeg/package.mk
@@ -8,7 +8,7 @@ PKG_SHA256="9b16b8731d78e596b4be0d720428ca42df642bb2d78342881ff7f5bc29fc9623"
PKG_LICENSE="GPL-3.0-only"
PKG_SITE="https://ffmpeg.org"
PKG_URL="http://ffmpeg.org/releases/ffmpeg-${PKG_VERSION}.tar.xz"
-PKG_DEPENDS_TARGET="toolchain zlib bzip2 openssl speex"
+PKG_DEPENDS_TARGET="toolchain zlib bzip2 openssl speex libxml2"
PKG_LONGDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
PKG_PATCH_DIRS="libreelec"
@@ -227,6 +227,7 @@ configure_target() {
--disable-libvpx \
--disable-libx264 \
--disable-libxavs \
+ --enable-libxml2 \
--disable-libxvid \
--enable-zlib \
--enable-asm \
Display More
Same is required for ffmpegx addon.
Can I just dd the installer to a USB stick?
Yes, as root (or with sudo) use e.g: gzip -dc *.img.gz|dd of=/dev/sdX bs=64k