[RPi4] Issue with playing h.265

  • I have an issue playing videos encoded with h.256 (both HD and 4k). The screen "goes dark" (my TV switches to another HDMI), when I press stop on remote it comes back to Kodi. Can anyone help fixing the issue?

    I had no issues with previous setup (Kodi on Ubuntu 22), nor it causes trouble in Emby (web browser on PC)

    Log: https://paste.libreelec.tv/curious-terrapin.log

    Setup:

    • Rasperry Pi 4 with LibreELEC 12.0.2, which sources the libraries from Emby.
    • Add-on Emby for Kodi Next Gen: 11.1.27
    • Add-on Emby for Kodi Next Gen (Video): 10.1.2
    • Emby 4.9.1.80
  • Go to Best Answer
  • Code
    ffmpeg[0x105b0020]:   Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, progressive), 3840x1606 [SAR 1:1 DAR 1920:803], 23.98 fps, 23.98 tbr, 1k tbn (default)

    The only unusual thing that I see is the resolution (3840x1606) which has an unusual height (aspect ratio) although later in the log Kodi is selecting the [email protected] mode in the whitelist. I'm wondering if the dimensions fall outside expected limits elsewhere in the video pipeline, e.g. sometimes drivers have hardcoded expectations on things being generally 16:9 or 4:3 ish.

    First thing to do in any case is update to a current LE13 nightly to eliminate everything fixed since 12/12.2. Any difference?