Mine is Local Send which is a FOSS alternative similar to air drop that works across a variety of devices.

  • @[email protected]
    link
    fedilink
    12 months ago

    I just installed Jellyfin on my Raspi 4 and I’m not happy. It’s so laggy and slow I can barely use it. What is your setup?

    • @[email protected]
      link
      fedilink
      172 months ago

      A Raspberry PI should be fine for direct play, but it doesn’t really have the processing power to transcode. Check to see which mode you’re in.

      If you want the ability to live transcode, you’d probably have better luck with an old laptop or PC with a dedicated GPU (Even the lowest end ones have the same video encoding hardware in each generation, I use a GTX 1050).

      • @[email protected]
        link
        fedilink
        Deutsch
        32 months ago

        Or a somewhat recent Intel Computer, maybe around 2017 onwards or even older. It can absolutely be a low-tier device As long as the processor has Intel Quicksync it’ll be a breeze to do live transcoding. No dedicated graphics necessary!

        • @[email protected]
          link
          fedilink
          62 months ago

          I remember how the jellyfin documentation specifically recommends against RPIs since they have no hardware transcoding. I personally use a 4th gen i3 in a mac mini and it can do what I want, though I don’t use it heavily.

      • @[email protected]
        link
        fedilink
        12 months ago

        This. I have an LG Oled TV that can nearly trascode everything so I didn’t allow my user to use transcoding and forcing it to do direct play (there is also a plugin for it). Works like a charm. The only thing not supported are VobSubs but otherwise I had no issues.

    • @[email protected]
      link
      fedilink
      122 months ago

      on a pi you’ll have to transcode the media for Direct Play beforehand. Pretty much anything that’s not in h264 aac format will lag

    • @[email protected]
      link
      fedilink
      42 months ago

      Your pi is the problem if you are trying to playback incompatible H.265 content or stuff with incompatible subtitles like SSA-subtitles in anime.

      My advice (if you can) get a mini-pc like a NUC (used or new) and do everything you did on the Pi.
      Besides that, watch tutorials on how to set it up properly or take your time to get docker to know. With docker you’ll just need to set up video permissions and the rest is taken care of by the container.

      • @[email protected]
        link
        fedilink
        22 months ago

        He’ll, even an Intel based thin client would probably be enough. You can get them on eBay for like 30 bucks, which is about as much as a pi costs. You’ll probably have to replace the ssd though. That’ll set you back an additional 30 bucks.

    • @[email protected]
      link
      fedilink
      42 months ago

      Not a raspi, but I had similar issues on my opensuse HTPC which turned it to be related to issues with (or missing) media codecs in Firefox.

      After (re)installing all of them, it worked like a charm.

    • @Meltrax
      link
      22 months ago

      I have Jellyfin running in a container on my little home server. I’ve never tried it on a RaspPi so I can’t really speak to its performance there.