this post was submitted on 13 Dec 2023
13 points (93.3% liked)

Jellyfin: The Free Software Media System

5690 readers
52 users here now

Current stable release: 10.10.0

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

I am pretty new at all this. But I got jellyfin and such setup on my window box. I have a roku client and all that working. So now it is time to look into a standalone box to run 24/7. But I don't know what specs matter.

I have read that I need at least a 6th gen intel i7 or i5 to take advantage of a feature that helps with this sort of thing.

But outside of that. Does ram matter? How much of a drive do I need on the box? (Going to get a NAS for real storage). Any other specs that matter? I am hoping to go fanless (not because I know anything, but cause I want it to be silent), is that ok? And which flavor of linux is the most popular?

all 17 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 10 months ago

Cpu, ram, etc only really matter if you do a lot of transcoding. Otherwise, Jellyfin does and uses very little.

If you have a system that supports hardware transcoding (like most Intel cpus QSV), then you can get by with very little again. Otherwise, you need a lot more for software transcoding.

Storage space: a couple GB is plenty.

Linux: in general? Debian, maybe? But it doesn't really matter when you can also run it in a Docker container. Just pick something that's user-friendly for you.

[–] [email protected] 4 points 10 months ago

I have a Beelink Celeron N100 box with 16GB RAM and the thing transcodes like a beast with Quicksync. An i5 or i7 is overkill IMO and will just give you higher power draw

[–] [email protected] 4 points 10 months ago (2 children)

6th gen works, 8th gen and up works better.

As long as you have enough RAM, you won't get much more speed. 4GB should be enough. A minimal Linux install plus Jellyfin takes less than 16GB on disk, and anything is fast enough.

Fanless Intel runs a little hot for my taste, but it's your build. I've run tiny/mini/micro systems that were virtually silent but still had a CPU fan to help move heat out.

[–] [email protected] 2 points 10 months ago

Go at least 8th gen. The computing improvement is insane vs 6th gen. My server runs in an 8th gen.

[–] [email protected] 1 points 10 months ago (1 children)

I set my server to power cycle each day and be off for a few hours to prevent my self from any issues with the mono runtime that jellyfin is using.

I wonder if .net is on the roadmap....

[–] [email protected] 1 points 10 months ago (1 children)

Odd, I only have to reboot mine for updates. Other than that it seems fine running on a Linux VM with 2GB RAM, after the initial setup.

And it uses the dotNet runtime 6 so I'm unclear on what roadmap you refer to.

[–] [email protected] 1 points 10 months ago (1 children)

On Linux is Jellyfin updated to use .NEt or is it still on mono.

[–] [email protected] 1 points 10 months ago (2 children)

As far as I can tell, it has always used the dotNet 6 framework.

[–] [email protected] 1 points 10 months ago

I just check the git page, it's now using .net 8. Which is great. Maybe I can turn off the rebooting then. I did this to protect my self from mono lol.

[–] [email protected] 1 points 10 months ago

Oh nice, I better check to make sure my server isn't running some weird version, thanks 👍