No video playback on Intel N200 minipc (MSI Cubi N ADL)

  • I would like to run Libreelec on my newly aquired MSI Intel N200 based minipc. After installing a fresh copy of the latest LE-generic, and made some basic settings, i didnt expect to run into problems, having used very generic hardware.

    But to my surprise, after starting a hevc encoded video file, there is no playback. An exact description would be: the tv switches to the appropriate resolution and framerate (24p in this case), the playback starts, but i only hear the soundtrack of the videofile and the tv shows the LE interface. Switching to full screen playback does show the player osd buttons, but no video.

    My logs can be found here:
    https://paste.libreelec.tv/adapted-chigger.log

    Am i doing something wrong?

    The device i'm trying to use is this one:
    https://www.msi.com/Business-Productivity-PC/Cubi-N-ADLX/Specification
    It is on its latest firmware, has al drives secure erased before installing LE (and all ssd's have their latest firmware), nothing out of the ordinary.

    -edit: h.264 and vp9 playback seem to work fine. My issues are at least with hevc playback. Even av1 playback appears to work.

  • Go to Best Answer
  • Code
    2025-04-30 01:27:46.173 T:1258     info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder HEVC (High Efficiency Video Coding)

    Don't enable DRM PRIME on Generic.

    Thank you, that did the trick.

    I didnt know what prime decoding was, i had to read up on that. I found this topic:

    fliz
    April 19, 2024 at 3:48 AM

    where it was said that prime decoding is more efficient then non-prime decoding.

    If i might ask, will prime decoding come to the generic build? Or is there something wrong with the generic build that prevents prime decoding from working?