I tried testing a movie from my home server in plex through firefox and repeatedly got this message, even after reloading.

I knew that they had paywalled the apps on mobile and streaming from outside the network but now they have also blocked watching your own movies through your own hardware.

I do get the point that making software should be able to sustain people but I dont see the move of plex as a fair thing to do. Yes, they have made great software but taking your home server hostage feels like the wrong move.

Even a pop up that says “we need you to donate please” would have been fine. make it pop up before every movie, play donation ads before any movie but straight up disabling the app is kinda cruel.

Anyway, i have switched to jellyfin and it is insanely good. please give it a try. you can run it alongside plex with not issues (at least i had none) and compare the two.

In any case, good luck. Let me know if you need help.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    26
    ·
    8 hours ago

    It’s pretty rare that a company starts taking away free features and doesn’t end up fucking payers in the end.

    The biggest bar to Jellyfin is TV clients, the second biggest is security.

    TV clients can be fixed with a one-time purchase of a $20 android TV stick. If viewing your familys ARR content isn’t worth $20 you probably don’t need to do it anyway.

    Security for remote streaming is a harder thing to handle. Most people are capable of port forwarding, But just hanging a smallish public project out there in the open is always a dicey proposition. It honestly needs real fail2ban, probably SSL, 2FA and password complexity requirements.

    We could probably make a jellyfin helper container to handle some of this. Walk people through Let’s Encrypt, dynDNS, port forwarding tests, add fail2ban with a firewall, maybe even slap suricata in it.

    We need to convince the project to add 2FA and password complexity requirements.

    I don’t know guys what do you think is it crazy? does it make sense? Would anybody actually use it?

    • Taldan@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      4
      ·
      2 hours ago

      probably SSL

      *TLS

      SSL has been deprecated for a decade at this point

    • rollerbang@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      7 hours ago

      I access my stuff via VPN. As for sharing with others, I simply don’t do that. VPN is still an option though. Or temporary client whitelisting, etc.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        Now that’s an interesting thought.

        A web page with Authelia, login and a firewall.

        If you’re not logged in, All you get is a login page. If you are logged in, It passes you straight through to jellyfin.

        So any device and client would be able to access it without issue once a phone or computer on the network had logged in just once.

        The web page modifies the HA proxy ACL and forces a reload.

          • rumba@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            20 minutes ago

            They have instructions on jellyfin forums on setting up HAProxy, that part totally works.

            But you don’t put 2FA on the jellyfin server, for that you just deny all IPs except whitelisted.

            You did the 2FA on the whitelister only using path-based routing.

            You don’t have access to the root site, you go to a path and login to a separate database to whitelist yourself then your client should work from that IP.

    • kuhli@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 hours ago

      You can address the 2fa by putting it behind something like authelia, but still, the project needs to step it up

      • ipkpjersi@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 hours ago

        I thought that you can still access media directly via the URL without any authentication, how would authelia change that?

        • kuhli@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          Yes! You just have to set up your reverse proxy to send everything through it and it’ll block the unauthenticated access.

          The downside is that apps stop working since they don’t have a way to authenticate with authelia. I’ve installed it as a PWA on my phone and use an old laptop with the TV interface on my TV, but it’s not perfect

    • ipkpjersi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      6 hours ago

      Security for remote streaming is a harder thing to handle. Most people are capable of port forwarding, But just hanging a smallish public project out there in the open is always a dicey proposition. It honestly needs real fail2ban, probably SSL, 2FA and password complexity requirements.

      Yeah.

      It’s tough because I get they’re an open-source project, and they’re volunteers, but at the same time, security is something that should be the highest priority.

      Though, you could just make it so that it’s not accessible via WAN and instead has to go through a VPN, though that’d make it harder to share with others.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 hours ago

        That’s what I do myself but in a lot of cases VPN is beyond the grasp of the grasp of the friends and family that are being shared with.

        Tailscale is somewhat approachable for this, there are a number of streaming devices that support TS clients. But then tailscale will eventually enshittify their free offering. Wrapping headscale into this will add yet another layer of complication. VPN is far more secure but I think it makes it unapproachably complicated for many.

    • JessieGearGirl@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      As someone who is … lazy and took advantage of some Amazon Black Friday Fire TV stick deals, and who doesn’t want to drop the $200 for a Shield:

      Any Android sticks/players you might recommend?

      • XannyDevito@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 hours ago

        The Onn dongles from Walmart are probably the cheapest. The firestick should work fine and there are also Chromecasts from Google.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        Basic functionality, I’ve heard good things about the crappy Walmart ONN branded ones.

        I know there are Alibaba options, But I’m awfully afraid of a lot of those have worst security issues than opening up jellyfin.

        • JessieGearGirl@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          Thanks- was hoping there was something out there that’s a bit less tied into some large Amazon-y or Google-y type anything

          For all their lack of privacy, the Fire Sticks perform pretty well

    • haui@lemmy.giftedmc.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      I think you make a hugely important point and I would definitely use it and I might even be able to help making it.