Hi, I am looking to make my first dedicated jellyfin server rather than running it on my desktop, but don’t know what gpu to get. I will have only a few users and want to avoid Nvidia because I will be on linux + foss drivers. Any recommendations?
That depends on how you intend on importing your Jellyfin media–if you are able to transcode it to a format that Jellyfin can display natively, then you can even run multiple streams on a Raspberry Pi 4 with no issues (as long as your bandwidth can handle it) I am running Jellyfin in Docker on an old HP laptop with an AMD A10-9600P from 2016. Even with no GPU set up, the processor is able to transcode two simultaneous 1080P streams, although I’m intending on transcoding everything into a codec with native support soon
I don’t have a GPU recommendation but have you assessed that you need a discrete GPU?
I have a small mini PC running Ubuntu server with an i7 CPU that supports hardware acceleration for transcoding to HEVC and it does really well with the handful of people using it.
Also, if most of your media is in something H264 (or something most of your clients are compatible with), you might not even need to worry about transcoding. If that is the case, even CPU usage will be very low afaik.
GPU choice, honestly, is easy as hell right now.
If you have (or will soon have) kernel 6.2 or higher, get an Intel Arc A380.
-
150€
-
great h.264 & h.265 performance, VMAF scored above 3090 in most cases, especially at lower bitrates. Tests were done at release and drivers have only improved
-
literally the cheapest AV1 encoder GPU available
-
open source drivers
-
less that 100W full load
-
small form factor
You can check mini PCs based on Intel alder lake N100. Intel N100 is perfect because it have a low 6 watts TDP, 4 cores / 4 threads (all low energy cores) and Intel UHD GPU (24 CU) with H264/H265 hardware video encode and decode and AV1 hardware decode only (so no av1 encoding). There is a lot of thiny models some with M2 ports and SATA. Some models are also fanless so no noise :) Price is from ~150$ (barebone) to 300$ with 16Go RAM and 1To SSD M2. I saw good prices on aliexpress for them.
For clarification, I do need a discrete gpu as the cpu has no integrated graphics. It is an athelon 64 x2 from 2005. My media is encoded in a variety of codecs but I do have a 3060ti in my desktop I could use to transcode before uploading. I want to host 2+ tb on it and I think transcoding it all would take a while.