There is some discussion regarding JMP (Jellyfin Media Player) and its lack of development the past year. Jellyfin Official appears open to replacing JMP with an alternative, meaning pushing users to a different application.

What desktop clients are people using currently? Are there any in the works that you believe could replace JMP?

If you are developing one, please reply and advertise it here!

  • Russ@bitforged.space
    link
    fedilink
    English
    arrow-up
    3
    ·
    23 hours ago

    Isn’t hardware acceleration for GPUs?

    Not necessarily, in this case they’re referring to Intel’s QuickSync (Video) - or QSV for short, which is Intel’s way of doing video encoding/decoding on dedicated hardware in the CPU. On the AMD side, there is Video Core Next although I’m not very well versed with the video encode/decode side of things so I’m not sure how it stacks up with QSV.

    • gccalvin@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      22 hours ago

      Unfortunately, Video Core Next isn’t listed in Jellyfin’s hardware acceleration list. I tried AMD iGPU passthrough with VA-API, but ran into issues. It seems I need to figure out:

      1. How are people on Firefox not having to transcode? Do they just not use mkv’s or h265? Looking at the documentation, Firefox will need to do transcode, which lines up with what I’m seeing on my end.
      2. I need to figure out how to get iGPU to work so transcoding doesn’t hurt the server so much.
        • gccalvin@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          57 minutes ago

          You may be right going off this.

          Also this is hilarious:

          Looks like I’ll be looking into a dedicated gpu, and AMD isn’t recommended, so it’ll be Nvidia.

          • CrackedLinuxISO@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            41 minutes ago

            Before you run off and get Nvidia, take serious consideration of the Intel ARC line. They’re relatively cheap and have great transcoding performance. They’re supported by Linux out of the box, and I had no problem getting docker passthrough enabled. Unlike Nvidia the drivers don’t have built-in limits for how many simultaneous streams you can transcode.