this post was submitted on 19 May 2026
327 points (97.7% liked)
Technology
84807 readers
5537 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
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.
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.
Because default settings arent always ideal...
Some goes for the TV they use and whatever codec they can digest.
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.
Especially given the new "lifetime" price. More people will switch to Jellyfin. Plex lifetime might be shorter.
Doubt.
What about Emby? Why is that never mentioned?
Because Emby is a closed source application and Lemmy is an open source platform with community member who prefer open source solutions to closed source. Your out here screaming at Linux bros "why not choose apple??"
Ok. And sometimes closed source applications work better.
I guarantee that you’re using closed source software So let’s not throw stones.
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.
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.
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?