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!

  • Krafting
    link
    fedilink
    English
    105 months ago

    I mostly use Jellyfin on Firefox, except on My Steam Deck where the JMP worked better in gaming mode.

    Also, for Music I use Finamp everywhere, Desktop and Mobile!

    • krolden
      link
      fedilink
      English
      2
      edit-2
      5 months ago

      The jellyfin plugin is great but it doesn’t have the ability to cast from another device AFAIK.

  • exu
    link
    fedilink
    English
    15 months ago

    I wasn’t aware it was having issues. Still mostly working fine on my end.

    Guess I’ll start checking out some desktop alternatives

  • n0xew
    link
    fedilink
    English
    5
    edit-2
    5 months ago

    I’ve been using Fladder on my steam deck, it allows downloading for offline play. Works pretty well but the interface is too mobile centric IMO.

    There was Jellyflix which had a similar feature but it wasn’t straightforward to get running on Linux. Haven’t checked it since!

  • @[email protected]
    link
    fedilink
    English
    35 months ago

    Delfin on desktop linux. Official app on android and android tv with mpv as external player.

    • @[email protected]
      link
      fedilink
      English
      15 months ago

      Ditto, but only because it seems more reliable than the windows client. I didn’t bother submitting a bug report because I can’t properly articulate the issue.

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        Yeeeee. I think this is because browser playback requires transcoding, where as MPV is like VLC, in that it can play all the file types and codecs.

  • @[email protected]
    link
    fedilink
    English
    115 months ago

    Firefox. It direct streams almost everything, and the rare media it doesn’t, the server transcodes fast enough to not matter.

        • @[email protected]OP
          link
          fedilink
          English
          55 months ago

          Everything I play has “The container is not supported”. I use mkv’s mostly. In this example, the audio codec is not supported as well.

          • @[email protected]
            link
            fedilink
            English
            45 months ago

            Interesting — I wonder if it only displays the first reason for having to mess with the stream, e.g., if it’s really that it’s an unsupported container, video, and audio codec.

            Possible to try playing an h264 mkv (maybe Big Buck Bunny)? Since your screenshot is h265 I wonder if it indeed needs to transcode because that’s unsupported (in addition to mkv).

            • @[email protected]OP
              link
              fedilink
              English
              45 months ago

              Big Buck Bunny direct plays. It’s a .mp4 container and h264, so that likely has to do with it. My understanding was most people would be using h265 mkv files for content that’s 1080p or higher. It plays fine on Google Chrome and Edge, but not Firefox, so I’m a bit confused how people can be using Firefox and not have transcoding, unless they avoid h265 and mkv.

              • @[email protected]
                link
                fedilink
                English
                25 months ago

                I would bet that if you remux BBB to an mkv and play that through JF, it won’t transcode — I think it will just remux it back to mp4. Just a guess…

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        I experience the same, which is why I switched to Jellyfin Desktop Client to aboid transcoding load on my server.

  • @[email protected]
    link
    fedilink
    English
    65 months ago

    Desktop client? I just use Firefox.

    What I really want is a client I can run on a LG TV, but I figure I’ll need to buy a Nvidia shield or AWS Firestick.

    • @[email protected]
      link
      fedilink
      English
      15 months ago

      If you’ve got a webOS TV then the official client was updated to support more versions recently. Check again in the content store and see if you’re in luck.

      If not, then (with a bit of faffing around) you can enable developer mode and sideload the IPK.

      https://github.com/jellyfin/jellyfin-webos

    • @[email protected]
      link
      fedilink
      English
      15 months ago

      Not sure which tv you have, but there is a webos client that works well. It’ll occasionally decide to transcode atmos stuff instead of direct streaming but restarting the movie once or twice gets it to play nice.

    • @[email protected]OP
      link
      fedilink
      English
      25 months ago

      Do you use mpv shim? How do you avoid transcoding? In my opinion, that is why we can’t rely on the browser client and require a dedicated application.

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        Nothing fancy installed, maybe it transcodes IDK? Both client and server have decently fast CPUs and it just works.

      • @[email protected]M
        link
        fedilink
        English
        35 months 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.

        • @[email protected]OP
          link
          fedilink
          English
          1
          edit-2
          5 months 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.

          • @[email protected]
            link
            fedilink
            English
            15 months ago

            unless everyone is using hardware acceleration

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

            • @[email protected]OP
              link
              fedilink
              English
              25 months ago

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

              • Russ
                link
                fedilink
                English
                35 months 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.

                • @[email protected]OP
                  link
                  fedilink
                  English
                  15 months 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.
          • Pup Biru
            link
            fedilink
            English
            15 months ago

            i shoved a cheap used nvidia card into my machine and now transcode isn’t an issue - $20, problem solved and now it’s a solved problem for pretty much any weird format