Earlier quoted context omitted.
That is a great call, an atom would struggle big time running plex, I have a Thinkcentre M92p which is tiny and silent, do wish it had a tiny bit more grunt but was pretty good value for $200.
Have you ever tried an Atom processor for running Plex? I've always been curious how it would perform. I had an older Atom device running Plex server for quite a while, but back then I almost never needed full transcoding for playback -- usually 'stream direct' which just shifts the MKV container to MP4 -- relatively easy work. And when I did have full transcode, it was either from h.264->h.264 with slightly differen…
Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
151–160 of 227 posts
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#152Another option is just to use an old laptop. This is what I tend to do for media servers, TV computers, and the like. People give away or throw away perfectly usable machines all the time.
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#153Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#154A somewhat controversial claim, but only until you discover that it's the low-profile home server use case under discussion here. I'd go with a Qotom box for that, but something like this would be about as good and, at the cited prices, a fair bit cheaper - and wouldn't involve the same US Customs import encumbrance that I've found Qotom hardware to entail, besides. But I think it would depend on being able to find u…
There are also the Intel NUC's and the Gigabyte Brix. A video with some of them: https://www.youtube.com/watch?v=E6O_j0-UZb4
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#155A somewhat controversial claim, but only until you discover that it's the low-profile home server use case under discussion here. I'd go with a Qotom box for that, but something like this would be about as good and, at the cited prices, a fair bit cheaper - and wouldn't involve the same US Customs import encumbrance that I've found Qotom hardware to entail, besides. But I think it would depend on being able to find u…
This is the first I've heard of Qotom, can you elaborate?
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#156Earlier quoted context omitted.
Are you using accelerated video decode? 1080P should be no problem for just about any Intel iGPU made in the last 5 years or so when using vaapi.
How do I check? I'm using stock ubuntu and VLC. Edit: looks like it's not. Maybe I'll try to fix it later, but probably not. That should really work out of the box. The hardware definitely supports it, per vainfo.
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#157After getting tired of RPis corrupting SD cards I just took my old Mac mini 2006, swapped the CPU for a Core 2 Duo (was Core Duo), flashed firmware from the 2007 model, installed an SSD (yea sure SATA 1 limits bandwidth but latency is sooo much better) and installed HardenedBSD. (For which I had to compile GRUB 2 for 32-bit EFI, because well the machine has a 32-bit EFI, and fuck no I'm not using CSM. GRUB 2 worked v…
RPi corrupting SD cards, how did you confirm it was RPi the one at fault?
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#158I use Asus 1001PX subnotebooks that way. They're available for about $40 on eBay. You get a keyboard, screen, WiFi, Ethernet, 250GB hard drive, and USB ports. Usually a power adapter, too. (Only use the real ASUS power adapters; the no-name 3rd party units overheat, don't provide enough power, or in at least one case, catch fire.) When I get one in, I put in the Xubuntu USB stick and run the memory diagnostic for an…
Where are the GPIO breakouts on the 1001PX?
[0] https://www.kickstarter.com/projects/ryanteckltd/rtkgpio-a-u...
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#159After getting tired of RPis corrupting SD cards I just took my old Mac mini 2006, swapped the CPU for a Core 2 Duo (was Core Duo), flashed firmware from the 2007 model, installed an SSD (yea sure SATA 1 limits bandwidth but latency is sooo much better) and installed HardenedBSD. (For which I had to compile GRUB 2 for 32-bit EFI, because well the machine has a 32-bit EFI, and fuck no I'm not using CSM. GRUB 2 worked v…
RPi corrupting SD cards, how did you confirm it was RPi the one at fault?
Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi
#160Earlier quoted context omitted.
>I've configured it to boot off of the Hard Drive. You don't even need an SD card in it to boot. Woah, that's awesome! I had no idea the pi 3 could do that. I have a Raspberry Pi 2 B and a 3 B at home. I host my website using the 2 B with cloudflare in front of it [1], as well as use it as a login server, but every couple of months the SD card gets corrupted. The last time that happened was a couple of weeks ago and…
> every couple of months the SD card gets corrupted. You may want to check your power supply before switching to USB storage. In my case, the corrupt SD card turned out to be an issue with the power adapter I bought for the raspi Model 3B. Switching to a better 2A adapter fixed the issue.
To be honest I think perhaps the SD card I am using is actually bad. I seem to recall that I lost some photos from the same SD card previously when I used it in a digital camera. So I could also try replacing the SD card if I haven't already but at that point I feel like a USB stick will be just as good anyway.
I intend to configure my Raspberry Pi to not write logs and such to persistent memory in order to reduce wear on the storage since such files are of no interest to me anyway, but haven't gotten around to do so yet. Still the files for my website will be on the USB stick though so therefore I wonder, will the read and write speed be ok even with USB? I think it probably will. Additionally I've been wishing to keep the website files themselves in memory as well (but to write to disk when they are changed ofc) but haven't gotten around to that either.