I want to unlock the ability to view content on my mobile device. I can do that with a one-time purchase (payed with google opinion rewards) or with a subscription. I want to unlock the ability for my entire family though, across multiple devices. Do I have to pay the “one-time payment” for every device? If so, the plex subscription might be worth it. Is there any other major benefit to having a plex subscription?
Normally people are using https://jellyfin.org/ although i have never used it so I’m not sure if it offers the same functionality but it’s worth a try.
Jellyfin has more functionality but is a lot more technical to set up. I didn’t think it was worth the effort since I already have a Plex server running, but I could see going through that if I didn’t.
Been running Plex with a lifetime pass for around a decade. Worth it for me for sure.
I’ve run both, and I found both required about the same level of technical understanding for an in house setup.
I started with Plex as it worked nicer with my remote, then moved to Jellyfin when I picked up an Android TV. It was the hardware transcoding (without having to pay) that sealed the deal for me.
The dealbreaker about plex for me was having to use their auth servers and having to route traffic through them.
I haven't used Plex but Jellyfin is as easy as throwing this in Docker:
---
version: "2.1"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /path/to/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped
(from linuxserver.io)
If you like Ansible and docker, check out saltbox. It’s a great project and if they don’t have what you need, it’s in community. They also use authelia sso. I’ve contributed to their community repo.
If you use Linux Mint, its a one click install from the software manager GUI and the config happens in a web browser. I use a VPN to connect and play videos from it on my phone. I like it and have it set up everywhere I can.
The only thing I can think of when people say jellyfin is more technical. Is there you have to set up port forwarding and some kind of DNS for your server for remote access.
It’s really easy to set up if you use Docker.
I want to use Jellyfin, but the clients just aren’t up to par with Plex and last I checked Jellyfin won’t transcode downloaded media.
It’s weakness is client side apps. Most are web apps and not native. It’s getting better but in comparison plex has native apps on almost everything.
I’m a lifetime plex pass user since 2016
Jellyfin is just great and easy to configure
Regarding downloading from other people’s libraries, I believe they need to allow you to do so. I have a library that was shared with me, but I can’t download anything from them, although I can save it “offline” via the Plex app. The unfortunate thing is that the offline function doesn’t not work very well at all, it works about 20% of the time for me on iOS and Android.
I used to have one. Then I asked myself why I was paying someone else to access my own stuff.
you’re not wrong… but you gotta give credit where credit is due. Plex does a good job of having a client on every platform. Telling family and friends “search for plex on your devices app store” is a whole hell of a lot easier than having them jump thru all the hoops that it takes for jellyfin to work.
OK great. Now to that on your Roku, Apple TV, Nvidia Shield, smart phone, etc. There aren’t clients for every platform and the ones that do exist frankly are just not even close to as polished looking as Plex is.
Because Plex provides you with the user interface to access your own content. Atleast that’s how I like to think about it
Jellyfin is the way