Comment Re:Plex (Score 1) 22
Plex is available on many more devices. Jellyfin has PC, iOS, Android, AppleTV, AndroidTV, Roku, and LG TVs. But Plex also has PlayStation and Xbox, Samsung TVs, Vizio TVs, and many other smaller streaming boxes.
I used to run Plex. I even paid for a lifetime subscription years ago. I now run Jellyfin; it's been less of a hassle to keep it running and it puts less load on my server. I shut off my Plex container last month after switching my parents' Rokus over to Jellyfin. At home, I switched to Chromecasts (the newer ones that run Android TV) after having run OpenELEC on Raspberry Pi 3s for a while.
Plex also has better remote access support. Just enable it and setup a port forward/firewall rule. Jellyfin? Have fun configuring a VPN on each client to access it.
My Jellyfin instance shares a box with a bunch of other services. Caddy routes traffic on port 443 wherever it needs to go: to Jellyfin, to one of the *arrs, to Nextcloud, GitLab, etc. One rule at the router passes inbound port 443 off to Caddy. No VPN is necessary.
By comparison, there were more than a few instances where Plex's "it just works" networking configuration didn't just work.