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!

  • 1hitsong@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    0
    ·
    22 hours ago

    I also simply watch in my browser when on desktop.

    If it needs to transcode, then it transcodes. I don’t see the need to put extra effort in trying to avoid it.

    • gccalvin@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      21 hours ago

      What settings are you using under Playback -> Transcoding? Have you changed anything?

      My server has a AMD Ryzen 9 5950X and a single transcode about maxes it out on CPU usage. Even when playing a 1080p file. This can’t be normal if others are just “dealing” with transcodes, unless everyone is using hardware acceleration. I’m using Firefox as the client.

      Edit: I did turn off Allow encoding in HEVC format and Allow encoding in AV1 format and things are a bit better. Still not sure how people avoid transcoding on Firefox though.

      • qjkxbmwvz@startrek.website
        link
        fedilink
        English
        arrow-up
        0
        ·
        20 hours ago

        unless everyone is using hardware acceleration

        I think that’s what (almost) everyone does. My little N100 works just fine with QSV.

        • gccalvin@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          20 hours ago

          Intel processor N100? Isn’t hardware acceleration for GPUs? Or am I misunderstanding.

          • Russ@bitforged.space
            link
            fedilink
            English
            arrow-up
            0
            ·
            17 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
              0
              ·
              16 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.