this post was submitted on 01 May 2025
1391 points (96.3% liked)

Selfhosted

46596 readers
1069 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

cross-posted from: https://poptalk.scrubbles.tech/post/2333639

I was just forwarded this someone in my household who watches our server. That's it folks. I've been a hold out for a long time, but this is honestly it.

They want me to pay to stream content that I bought from my hardware transcoded also on my hardware.

I'll say it. As of today, I say Plex is dead. Luckily I've been setting up Jellyfin, I guess it's time to make it production ready.

Edit: I have a Plex Pass. More comments saying “Just buy a plex pass” are seriously not getting it. I have a Plex Pass and my users are still getting this.

And for the thousandth person who wants to say the same things to me:

  • YES I know I'm unaffected as a Plex Pass owner.
  • My users were immediately angry at it, which made me angry. Our users don't understand what plex pass is, and they shouldn't have to, that's why I had it. The fact that they were pinged even though it should have kept working is horribly sloppy
  • Plex is still removing functionality. I don't care that "People should pay their fair share". If Plex wants to put every new feature behind a paywall, that's completely okay. They are removing functionality.
    • "But they have cloud costs". Remote streaming is negligible to them. It's a dynamic DNS service. Plex client logs in, asks where server is, plex cloud responds with the IP and port of where server is located. That's it.
    • "Good luck finding another remote streaming" - Again, Plex just opens up an IP and port. Jellyfin also just opens up an IP and port (Hold on jellyfin folks I know, security, that's a separate conversation). All "remote streaming" is is their dynamic dns. Literal pennies to them. Know what actually is costing them money? Hosting all of that ad-supported "free" content that they're probably losing money on.

In short, I don't care how you justify it. Plex is doing something shitty. They're removing functionality that has been free for years. I'm not responding to any more of your comments repeating the same arguments over and over.

you are viewing a single comment's thread
view the rest of the comments
[–] MaggiWuerze@feddit.org 2 points 1 day ago (1 children)

Everything besides VPN breaks their clients because they can't handle authentication.

My main gripe isnt even that they have these issues, but the way the jellyfin devs are handling, or more correctly, not handling them.

They actively refuse to fix them because it might break client support. Instead of forcing an update or starting a secured v2 of their API, that actually active clients could then update to, they just do nothing

[–] rumba@lemmy.zip 1 points 1 day ago

Using something to whitelist the firewall doesn't require any client changes. For the less technically competent it could be as simple as setting their TV's web browser to default to the white list page.

Haproxy could be convinced to whitelist people based on DNS entries. Each one of your remote consumers could set DNS to their house and once a day HA proxy would rewrite itself to match those addresses. If they're coming in from a fixed client, The DNS would white list and let them in, If they failed the IP check they would pop a login so you could still use the service via the web.

It's a hassle,It's nowhere near as elegant is what plex is doing but without a data center...

They really could stand to add TOTP to the clients and server. I wonder if they're open to pull requests. It can't be that hard to add the option to the server than the clients can pick it up whenever they get around to it.