this post was submitted on 28 Sep 2023
1045 points (98.9% liked)

Linux

47356 readers
1478 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sto@lemmy.world 5 points 11 months ago (3 children)

Any suggestions that you could make? I'm in the market for replacing my plex box.

[–] M500@lemmy.ml 6 points 11 months ago (1 children)

So, the pi is $80. That is without a case, power supply, or hard drive. Once you add these things to the Pi, you are into the $100-200 price range. At that point, you can just get an old desktop or a micro desktop. There are some youtube videos about it. I think they are maybe twice as big as a pi, but have intel processors in them.

They will be cheaper or similar in price and have better performance.

I just use an old desktop that has a 4th gen i5 and it runs significantly better than the pi4 does. Plus, I can just throw all my drives in the case and not need to worry about USB connected drives.

Also, I recommend Jellyfin over Plex.

[–] skarn@discuss.tchncs.de 3 points 11 months ago (1 children)

The problem with that is the power consumption. It adds up.

[–] M500@lemmy.ml 1 points 11 months ago

I guess, it’s not going to be a huge difference when you factor in using a bunch of hard drives.

The raspberry pi has its place for sure, but those micropcs are probably a better deal for most people who want them for home use.

[–] bitwolf@lemmy.one 4 points 11 months ago* (last edited 11 months ago)

I use a J5040-ITX ATM. I know it says Pentium but don't take that for granted. This chip is really just a lower binned i3 throttled enough to be passively cooled.

I run Plex as a docker-compose workload and bind mount /dev/dri which passes Intels quick sync accelerator into the container for Plex to use.

This enabled hw encoding. I also make sure I can direct stream from all of my clients. This setup can handle a few 4k streams and several 1080p streams.

I mainly use it hoard to losseless music and hard to find cartoons / movies.

I have an upgrade to a Pi Cluster planned but I don't recommend it unless you specifically want to run Pis.

[–] dammitBobby@lemm.ee 1 points 11 months ago

Any Intel CPU 8th gen or newer with quick sync can do like 20 simultaneous 1080p transcodes. You could get a Celeron and have a powerful plex box. Look up guides for the HP 290 as a starting place.