• BassTurd@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    2
    ·
    3 months ago

    Does jellyfin have an easy way for remote streaming? I have a couple dozen people on my Plex server, most not very tech savvy, so setting up tailscale and running remote that way isn’t an option. I have a Plex pass so I haven’t been screwed by Plex yet, so I’m not rushing to get out, but I could see myself running both.

    • roofuskit@lemmy.world
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      2
      ·
      3 months ago

      Yes-ish, it’s harder for you than the users. But you will have to secure a URL and they will have to remember that URL. Also there’s some security issues with some unsecured endpoints on Jellyfin. That said I have mine out there exposed to the net and am comfortable enough with it.

      • Gonzako@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        I have mine behind a caddy reverse proxy that forces https. I think that handles most sniffing concerns

      • kratoz29@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        I already have to expose my Plex Media Server with a Tailscsle funnel (for IPv4 only) for IPv6 I use my Synology NAS reverse proxy which can be accessed globally.

        I have been maining this setup for years now that I forgot if I can access my PMS outside without either those solutions lol (I am GGNATED but IPv6 works fine as stated).

        The main thing here is that I don’t need my users to do anything, they just open the app and access it, no need to remember IPs/URLs or install VPNs to my server… Is that possible with Jellyfin as well?

        • Xanvial@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 months ago

          Yes you can do the same thing for Jellyfin. I use Synology ddns and setup subdomain in reverse proxy to jellyfin port. For tailscale, I previously use this but needs to add the jellyfin port after the tailscale IP.

        • roofuskit@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 months ago

          No, there’s not centralized host server to connect your users with your server. They need a fixed IP or URL to access your server from outside your network.

      • BassTurd@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        3 months ago

        Bummer… unfortunately, that’s a deal breaker for me to completely drop Plex. Maybe someday.

      • jj4211@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 months ago

        So I don’t get it, I have mine up with a domain without tsilscale… The clients are quite happy wherever. I don’t even see that much “crawling” traffic that goes to the domain, most just hit the server by ip and get a static 401 page that the “default” site is hard coded to give out.

    • oakey66@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

      I moved away from plex as well. I do have remote access but had to set up Tailscale on the accounts that access it. It’s a bit of a hassle initially but works well.

    • chronicledmonocle@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      3 months ago

      I set mine up with HAProxy for TLS offloading and ACME for the server cert. Restrict your access to just your country/region by GeoIP and you are pretty good to go.