• @pete_the_cat@lemmy.world
    link
    fedilink
    English
    82 years ago

    Plex is cracking down on pirated content. They can’t do anything locally (yet) but they sent out a mass email about two weeks ago saying that anyone that hosts a Plex server in the cloud (they didn’t specifically mention Hetzner, but that’s who is largely being affected) will lose access on October 12th.

    • Avid Amoeba
      link
      fedilink
      English
      142 years ago

      People thought hosting copyrighted content on someone’s cloud and making it available to others was a good idea? 🤦🤦‍♀️🤦‍♂️

      This is why we can’t have nice things.

      • @pete_the_cat@lemmy.world
        link
        fedilink
        English
        92 years ago

        It’s specifically people doing this and selling access to the servers en masse, like these servers have a hundred or more users each. The don’t care about the small fish that are doing this privately for no monetary gain.

        • Avid Amoeba
          link
          fedilink
          English
          4
          edit-2
          2 years ago

          Yeah, I guess it’s often profit-driven. If you can get $5 per month from 100 people, you can probably clear hundreds of dollars per month. So that ten times, and this becomes quite a serious profit stream.

    • PorkSoda
      link
      fedilink
      English
      82 years ago

      Plex is cracking down on pirated content.

      I’m just as jaded and cynical as the next guy, but I think that this is a mischaracterization of that email. People were hosting Plex servers with thousands of users and terabytes of pirated content on Hetzner and selling access. I don’t read them taking action as a signal for them blocking local libraries in the future.

      • @pete_the_cat@lemmy.world
        link
        fedilink
        English
        22 years ago

        They all do it just to get the lawyers off their backs. Plex is just a bigger target. Plex can’t block anything locally so they take action against user distributing pirated content on a cloud service and are like “Here, we took action, can you leave us alone now?”. It would practically be impossible for them to block the distribution of pirated content at the local level.

        Plex fucked up when they created their Client-Server model because it allows traffic to run through their servers (the Plex Relay and their “phone home” model). This makes them legally responsible for “facilitating access to pirated content” even though they don’t host the content. Jellyfin doesn’t have this pitfall since you host everything yourself, they just provide the software.

        You’re the second person that says " Plex isn’t cracking down on pirated content… but they’re banning people who are hosting servers with pirated content." If that’s not " cracking down on pirated content" IDK what is…

      • @pete_the_cat@lemmy.world
        link
        fedilink
        English
        52 years ago

        Yeah, people act like Plex and other media servers are used for legally obtained content only. Plex is just covering their asses and they can’t block users hosting locally so this is a “here we did something, are you happy now?” to the copyright lawyers.

    • @Szymon@lemmy.ca
      link
      fedilink
      English
      12 years ago

      Good to know, hopefully this creates a drive to make alternatives a little more user friendly to set up

      • @pete_the_cat@lemmy.world
        link
        fedilink
        English
        02 years ago

        It’s easy to setup remote access to Jellyfin… once you know what you’re doing. I’ve been doing it for years, and just recently gave Caddy a try as my reverse proxy and it literally takes 3 lines of code to create a SSL secured reverse proxy (literally just Jellyfin.yourfqnd.com { reverse_proxy Jellyfin:8096}).

        I’ve written a docker compose file for each of my categories of apps on my server: Plex, Jellyfin, Admin apps, and Pirating. The Caddy config file is simple so I just copy that to its app directory. My DNS and my CNAME records are already set.

        So after a bit of work writing the aforementioned scripts I can have my entire setup on a new server in about 5 minutes and one command.

        IDK if docker-compose works on Windows, but I’m happy to share it if you run Linux.