Posts by Da Flex

    Hm, why would I need JACK if the thing works fine in ALSA?

    The audio interface provides a ton of ins and out, without any standard, how to route them to a speaker system. I guess that's why the ALSA driver only provides an API for JACK. JACK is the expert for connection management.

    "aplay" makes an assumption about connections, and that worked. Kodi wants to do it right, and asks the driver for input channels. The answer is NULL (see post #8), because JACK should answer instead.

    My Behringer UMC22 has two ins, and two outs. In that case stereo routing is obvious, and that works for Kodi.

    Channels are "NULL" for both output options. I think the "aplay" creates two stereo channels, but Kodi tries to use the channels, provided by the audio interface.

    "Device 2" has passthrough capabilities. Please try the passthrough option in LE's audio settings.

    Nothing changed in sound playing - "crack" then no data when passthough enabled, stereo when disabled.

    Your version has broken my GPIO script started from autostart.sh (power on speakers when TV is on etc.), so I've turned back to official one.

    Can you please go back to chewitt build, activate debug logging, replicate the issue, and post a link to the log?

    I'm curious whether the missing data formats are available on that build:

    • AE_FMT_S24NE3
    • AE_FMT_S32NE
    • AE_FMT_S16BE
    • AE_FMT_U8

    Thanks for testing a different HDMI cable!

    It's also possible that the system is waiting for network connection, before CEC gets initialized.

    If you don't need WiFi, disable it on LE's settings.

    If you have specific Ethernet settings for LE on your router, check them.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
    Code
    2023-08-30 18:37:01.357 T:910      info <general>: ffmpeg[0x3cb1230]:   Stream #0:1(por): Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s (forced)
    2023-08-30 18:37:01.357 T:910      info <general>: ffmpeg[0x3cb1230]:   Stream #0:2(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default)

    ^ Have you selected the right audio stream? .. it looks like the Portugese audio is stereo, and English is 5.1.

    Use the gear icon on the playback bar to check it.