Comment on Latest success Jellyfin rocks!
suzune@ani.social 2 weeks ago
Personally, I think that installing it on a bare metal Windows Server system is quite an achievement.
I have it installed using docker compose on Linux. So my setup is rather unspectacular.
offspec@lemmy.world 2 weeks ago
Hey you can always set up GPU rendering and like a tmpfs transcoding cache volume if you want your compose to look a little more complicated
entropicdrift@lemmy.sdf.org 2 weeks ago
tmpfs is overkill. I just use a crappy old 128G SSD and it’s still way faster than needed for all of my transcodes combined.
Anyway just my 2 cents.
offspec@lemmy.world 2 weeks ago
Frequent write/deletes of so much data would be rough on my hdds, and I’ve got a couple hundred gigs of RAM, why not tmpfs it?
entropicdrift@lemmy.sdf.org 2 weeks ago
I’ve been using the same 10+ year old 128G SSD for transcoding, cache, and metadata storage for like 6 years now across multiple tiny servers with limited RAM. My current one has 16G of RAM, which is more than enough for JF, but not enough to store a whole movie transcode, let alone multiple at once. Bad small old SSDs are a lot cheaper and easier to come by than RAM these days, that’s all I’m saying. No hate of course, your setup makes sense for what you have, I’m just saying my way is cheaper and more than fast enough for people just building their servers now.