this post was submitted on 19 May 2026
367 points (97.7% liked)

Technology

84816 readers
3607 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Plex has announced a massive price increase on the service's Lifetime Plex Pass. On July 1, the lifetime subscription option will go from $249.99 to $749.99, an increase of 200%. The price hike will only apply to new subscribers, with no changes to monthly or annual subscription pricing.

you are viewing a single comment's thread
view the rest of the comments
[–] Lonewolfmcquade@lemmy.world 63 points 1 day ago (8 children)

I don't know why anyone would pay that instead of using Jellyfin. I've had my server up for years now and it works great.

[–] brygphilomena@lemmy.dbzer0.com 12 points 1 day ago (18 children)

Last I looked, jellyfin auth and public facing security were less than ideal.

How far has that come in the last few years? I have plenty of people using my Plex and it's been secure. I had heard a public facing Jellyfin wasn't super secure.

Honestly, 95% of the reason I use Plex is so I don't have to manage user passwords and troubleshoot issues for my friends and family. I just grant access.

[–] 9tr6gyp3@lemmy.world 4 points 1 day ago (1 children)

I moved from the default jellyfin login method to using Authentik as the identity provider. Now its part of my homelab setup where all services have SSO, and I don't have to create/manage an account for each person for each service.

[–] 4am@lemmy.zip 6 points 1 day ago (1 children)

Does that break Jellyfin apps on smart TVs or media devices?

A lot of people seem to have concerns with how Jellyfin handles access control and some have stated that the developers marked some major issues as “won’t fix”. Is there somewhere I can catch up on that?

[–] VonReposti@feddit.dk 1 points 17 hours ago

LDAP works fine, OIDC not so much, only the web client would work.

There are still talks around making OIDC a first class citizen and IIRC it is planned as per the feature page but I guess the major core upgrade around the DB took a lot of attention the last 6-12 months.

But in the meantime I've just spun up an LDAP outpost for my Authentik that my Jellyfin connects to. It breaks MFA but otherwise it works. It may be a bit confusing for users that they log in at jellyfin.site.com but anything user-related like updating password is at authentik.site.com and requires an extra login.

load more comments (17 replies)
[–] JDPoZ@lemmy.world 16 points 1 day ago* (last edited 1 day ago) (4 children)

I haven’t checked in on Jellyfin for a while now, but don’t they still have issues with hardware transcoding support?

Not to mention the lack of software clients on other platforms for just playback that Plex has been established on for years and even multiple device generations like with PlayStation, Roku, Fire Stick, etc.?

Also you have to configure your own reverse proxy / Tailscale set up to securely access a content library remotely, right - as opposed Plex’s relatively simpler remote access configuration?

[–] AbidanYre@lemmy.world 1 points 5 hours ago (1 children)

What kinds of issues? I put an Intel Arc in my server and it's working fine AFAICT.

[–] JDPoZ@lemmy.world 1 points 1 hour ago

Like… say if someone hypothetically had an extremely high bitrate file that includes DolbyVision + HDR10+ on the video codec side… and Dolby TrueHD ATMOS or DTS-HD MA 7.1 on the audio side and an .ASS only forced subtitle track.

Let’s also then say someone outside of the original host network only has an older HD LCD panel with no HDR and no receiver to decode any modern / high-quality audio codec formats, so there would be a need to be able to transcode both the video and audio down to something like an SDR tone-mapped 1080p 20mb/s video track with those .ASS subtitle tracks hard-coded into the video stream and an AAC stereo audio track.

Can Jellyfin auto-configure for that or can someone manually choose some set of preferences based off of that…?

Also, would notably un-savvy users outside of that home network have to configure some esoteric set up with special side-loaded clients for playback and Tailscale so that they could securely access said media?

…Hypothetically speaking?

…Because if the answer is “no” or “it’s not THAT hard to set up” is even close to the answer to any of those questions, then it’s a non-starter.

[–] warm@kbin.earth 31 points 1 day ago (6 children)

Surprise, surprise, a paid product with salaried developers has more features than a volunteer project!

More people using Jellyfin, more people who will contribute, through code or donations. It's worth a downside to swap over.

[–] BakedCatboy@lemmy.ml 4 points 22 hours ago (1 children)

Hopefully that gets better - I run both side by side pointed at the same folders so the exact same media is available in both. I offer all my friends the choice and list every alternate app I know of, inevitably they all prefer Plex.

[–] Appoxo@lemmy.dbzer0.com 1 points 19 hours ago (1 children)

Because default settings arent always ideal...
Some goes for the TV they use and whatever codec they can digest.

[–] BakedCatboy@lemmy.ml 1 points 13 hours ago* (last edited 13 hours ago)

What defaults are you talking about? If you meant to reply to my other comment, I'm talking about hardware transcoding codec support settings on the server, it has nothing to do with what codec is chosen for a client - that decision is made separately. Once the codec the client needs is chosen, the hardware transcoding setting only changes whether they codec is decoded using CPU or GPU/quicksync by the server - it has no effect on codec selection. The only reason you would disable hardware transcoding for a codec that your server is capable of hardware transcoding is if your hardware is faulty or produces undesirable output for that codec when using hardware transcoding - most people don't do this, it's a fairly uncommon edge case. And disabling it won't stop clients from accessing that codec, it just means that your server will CPU transcode it if requested instead of using hardware acceleration - so again it has nothing to do with client support or TVs because all it does is switch your server between hardware and software encoding / decoding. The only sane default for that setting is to hardware accelerate codecs that your PC is capable of hardware accelerating if hardware acceleration is enabled. There's no reason not to automatically detect hardware capabilities like Plex does, instead of the current "default" where you enable hardware transcoding and then have to figure out what your hardware supports to be hardware accelerated.

Like even if they copy pasted the quicksync codec support table from Wikipedia into the server hardware acceleration settings that would be miles better because then you wouldn't have to look up that information separately. Or, hear me out, just show next to each option which ones your computer is capable of hardware decoding vs CPU decoding.

[–] Babalugats@feddit.uk 7 points 1 day ago

Especially given the new "lifetime" price. More people will switch to Jellyfin. Plex lifetime might be shorter.

load more comments (4 replies)
[–] Lonewolfmcquade@lemmy.world 6 points 1 day ago

I have not personally experienced any issues with hardware transcoding. My server is an old Dell Optiplex and I use clients on Linux, Android, Roku and Shield.

Yes you are correct about remote access and if that was a priority for me, I would happily learn that part instead of paying for Plex.

[–] TeamAssimilation@infosec.pub 7 points 1 day ago* (last edited 1 day ago) (1 children)

Especially on non-GPU systems, Jellyfin is slower at transcoding than Plex. I don’t know the internals, but I have both running in the sam machine, and Plex is always noticeably more responsive. Not by a huge margin, but still it is.

[–] takeda@lemmy.dbzer0.com 2 points 17 hours ago

I have zero experience with those two products but when it comes to transcoding there are various toggles that affect the quality and speed.

It looks also like commercial products generally optimize for speed while open source tends to be more concerned about quality.

Of course this could be completely wrong in this case but that's the general tendency I noticed. Do they allow to change settings?

[–] Venator@lemmy.nz 5 points 1 day ago* (last edited 1 day ago) (5 children)

It's essentially a one time fee for an indefinite service of handling the vpn side of the setup.

I use Jellyfin on my local network and plex externally because I don't know how to route specific traffic with openvpn on my phone and can't be bothered switching it off and on when streaming things 😅

I'm not sure how it's sustainable, and am surprised they still offer the life pass at all though.

I guess a lot of people buy it who don't need it?

I still probably wouldn't pay the current price for it though, I got it about a decade ago lol.

Oh also plexamp has a better UX than jellyfin for music, but I don't think that alone would justify the current price.

[–] ItsNotImportant24@lemmy.ml 11 points 1 day ago (2 children)

Tailscale is the answer to easily and remotely access jellyfin and your server. Its easy to setup and very secure.

[–] 3rdwrldbathhaus@lemmy.today 3 points 19 hours ago (1 children)

Dude seriously it's so much easier than anything else. For a personal media server with remote access, jellyfin + tailscale on an old computer you may have laying around plugged into your router is all you need

[–] ItsNotImportant24@lemmy.ml 2 points 18 hours ago (1 children)

Yep, exactly what I've been telling people. And then they complain that tvs dont have the ability to have the tailscale app on them. So, then buy a cheap android box, even an Onn 4K from Walmart would work for like 25 bucks and install tailscale and jellyfin on it.

[–] 3rdwrldbathhaus@lemmy.today 2 points 8 hours ago (1 children)

True again. That's what I run upstairs and downstairs on my TVs. If I'm not mistaken, you should be able to use RPis for the same sort of thing if you really really didn't wanna touch any Google stuff, which I would understand.

I also totally get people having slightly different uses for their media servers, like maybe they share their collection with friends and family members who aren't as tech literate/don't wanna use a Google TV when they already stream everything else on their PS5 for example. For those purposes, it has especially made sense historically to go with Plex.

[–] ItsNotImportant24@lemmy.ml 1 points 7 hours ago

Well, my android boxes have degoogled roms on them so no google dependencies or requirements.

Yeah, I mean it all depends on what a person wants. I just immediately went with Jellyfin and tailscale from the beginning and couldnt be happier.

[–] Venator@lemmy.nz 2 points 22 hours ago (1 children)

I didn't find it that easy to set up 😅

but I'm sure I would find it easier if I was more motivated e.g. saving $750 by setting it up 😅

[–] ItsNotImportant24@lemmy.ml 2 points 18 hours ago

It really is easy to set up though lol. I didn't know anything about self hosting about 2 years ago. There's so many guides and tutorials to use to help set it up too.

[–] Lonewolfmcquade@lemmy.world 4 points 1 day ago (1 children)

You're not wrong. I would just rather learn Headscale or nginx or any other option than pay that Plex subscription. But I'm sure there are people out there who have extremely valuable time and wouldn't hesitate to fork over 750.

[–] Venator@lemmy.nz 4 points 22 hours ago

ah yeah, I paid $50, not $750 😂

load more comments (3 replies)
[–] jumponboard@lemmy.world 1 points 19 hours ago

How much do you donate to jellyfin? If I sum up my 20 bucks per year for the next 50 years, I end up with 1000 bucks. If I wanted to pay today, I'd donate even more to jellyfin. (Neglecting inflation)

load more comments (4 replies)