this post was submitted on 06 Sep 2025
244 points (97.7% liked)
Linux
58028 readers
331 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you need it to do realtime video transcoding of high resolution video (>1080p)? If so, you may need a video card to do it efficiently. Otherwise, that should be more than sufficient. I know others have recommended a raspberry pi, but I don't think jellyfin supports arm CPUs, though I could be wrong. So you'd have to run it in a virtualization layer and that would increase the hardware resources and may or may not be OK on a pi, but likely would not be as energy efficient as a pi usually is and almost definitely will have trouble with realtime transcoding.
To get around the realtime transcoding you can either make sure your devices support the codecs of the videos you are playing, or you can use a separate device to do batch transcoding of the files before giving them to jellyfin. I haven't implemented jellyfin yet, though it's next on my list, so I'm not sure if there are ways to do background transcoding inside it.
If you're not hung up on Jellyfin, check whatever streaming software for it's hardware recommendations, but Jellyfin is pretty good overall from my playing with it. It's not the lowest resource using system, though.
I read OP's question as him streaming from a Jellyfin server to this box, not using this box as a Jellyfin server itself. Could be wrong, though.
Also, it's my understanding that transcoding is 100% about hardware support for the codecs and that integrated graphics that have it (TL;DR: 12th gen Intel) are going to perform pretty much just as well as even a high-end discrete gaming GPU for that task.
(I say "gaming" GPU because I was reading about the Arc Pro B50 the other day and it has two separate sets of transcoding hardware, so it presumably would actually perform better in terms of the number of simultaneous streams it could handle. But short of something like that, it apparently doesn't make much difference.)
OK so this is just the client and there's another server doing Jellyfin server. That changes things. So on the client side yes if all clients support all major codecs then you're good. Issue comes if one client like a smart TV, this device, or older android device doesn't have it, then you have to transcode or the client has to software decode which something like a raspberry pi or smart TV is going to have trouble with.