I have a Synology NAS 1821+ which I was trying to get Plex to work on.
My 1st problem is that Plex states that there is an upgrade, when I tell the Plex Website that I want to select the download for Synology it gives me a choice of 4 different types, and I have no idea which to choose…
Can anyone please let me know which of the 4 I need for a Synology NAS 1821+
I state “does not support AMD hardware” because it has always been a cost-effective alternative to Intel CPUs with 100% binary CPU instruction compatibility.
(Intel lost that court case many years ago)
Graphics technology has been different. When performing video processing, we depend on that graphics technology
Intel 64 is used - in this case - to simply mean that it is a CPU based on the Intel 64-bit architecture. ARM is a new more mobile-based processor type with different instructions. A program written (compiled) to run on one CPU type won’t run on the other. Intel and AMD CPUs are both based on the Intel architecture, not the ARM architecture, so you would choose Intel 64 for either CPU. I think the weaker/smaller Play models of Synology have an ARM CPU, thus the option.
Docker is a “new” kind of “Virtual Machine” emulation. It’s pretty amazing, but is also surprisingly difficult to set up if you are new to Linux and Docker. If you aren’t familiar with Docker, than just use the Synology Package you can download there. Pick Intel 64.
It’s a shame that your NAS has a Ryzen AMD CPU though. Plex can use ACTUAL Intel CPU’s to do hardware transcoding of video. If you don’t have an Intel CPU, you are forced to do video transcoding using “software”, which seriously taxes the CPU more than using a dedicated “hardware” chip to do so. As long as you don’t plan to transcode 4K video, though, your CPU can handle software transcoding just fine.
The application (PMS) is ‘virtualized’ (abstracted) from the host by creating an environment in the same base OS but with different directories & devices taken from the host.
Docker is different than a true Virtual Machine in that there is no hypervisor nor is there another layer of full operating system on top of the host’s operating system.