Comment on That's all folks, Plex is starting to charge for sharing
MystikIncarnate@lemmy.ca 1 week ago
I am also a Plex pass person. Multiple times over in fact. I actually have a dedicated account for my server administrator that’s separate from the account I use to watch content. Both have Plex pass lifetime.
I’ve been familiar with this coming down the pipeline for a while and because I have Plex pass, I too, am unaffected, as are my users.
At the same time: here is a piece of software that I paid for. It’s “server” software, sure, but it’s just a software package. What it does isn’t really relevant. The fact is that it processes data stored on my systems, processing by my systems, using my hardware, and sends that data over the Internet, using the Internet connection I pay for separately, and delivers that data directly to the people I’ve designated as capable of doing so.
The only part of this process that Plex, the company, has any involvement in, is limited to: issuing an SSL certificate, managing user accounts and passwords, and brokering where to find data (pointers to my systems).
You can get a free SSL certificate from let’s encrypt. User accounts, authentication, authorization, and accounting (AAA), is a function of pretty much everything that you remotely connect to, whether a Windows SMB/cifs share, your email, even logging into your own local computer regardless of OS… And honestly, brokering the connection isn’t dissimilar to how torrent trackers work, DNS or a goddamned IP address punched into a browser.
They’re offering shockingly little for what they’re asking, and the only thing that’s on the list that would be costly in the slightest is having a DNS name for the server (registration of the domain, DNS services, etc). And given the scale that they’re doing these things at, the individual costs per name is literally pennies per year.
This is not a good look at all.
I have domain names coming out of my ears. I’m tempted to buy one more and just offer to anyone that wants it, to have a subdomain name under that to run their Plex alternative on, so you can get a let’s encrypt SSL certificate, and stay safe on the Internet. I don’t want the feds snooping into what totally legal Linux ISOs are being shared.
I just don’t know how to program at all, so I have no idea how I would go about setting up a system for that. The concept would be to automate it, and have people create an account, then request a DNS name under one of my DNS domains, and have a setting if you want it to have an A record, AAAA record, or cname (if you have a ddns setup). Once the request is in, it would connect to be DNS provider and add the record for you.
The part I’d want to have as a check on the system is to make sure that you’re hosting jellyfin or something from the address you submit, to prevent people from using it for unrelated purposes; but even with that… Do I care of people do that? Probably not. I would limit how many addresses you can have per account.
scrubbles@poptalk.scrubbles.tech 1 week ago
You have had one of the more reasonable outlooks of this. I get that most of this stuff is fairly advanced for the average person who may be wanting to host, but anymore with letsencrypt, if you can port forward and spin up a container to run a plex server… you’re pretty close to just doing everything yourself. I don’t know why Plex feels the need to charge for “remote streaming” when from what I can tell, the most they’re doing is pointing a client at my server. As I said in other comments, it seems like a fancy dynamic DNS service, which is like, pennies for a multi year subscription. (Because it really doesn’t do much)
MystikIncarnate@lemmy.ca 1 week ago
It really doesn’t do much and the cost is barely pennies per user when you operate at scale. The largest costs will be for the DNS resolver service and the domain registration, both of which you are already required to have, in order to have a functioning presence on the Internet. The cost of the issuing intermediate certificate is probably the largest single cost of the whole operation.
To be fair to Plex, they run some intermediary (caching) metadata servers to offload the demand their users put on services like the tvdb and IMDb. Honestly, is probably not required… But they do it. (I’ve seen their caching system fail more often than either site, so, it’s not all good), but even with that, you can put most of that load into your existing webhost, and it’s unlikely to make an impact on performance.
When you do this stuff at scale, the costs of simply having it set up, usually cover the costs of using it for thousands, if not tens of thousands of users.