Well I already have jellyfin running in a container, just have to figure out how to get mum’s TV to work with it I guess
<edit> log in on a local IP and not the network name and it’s working again. but I’ll be moving to jellyfin from now
Remember when Plex tried to sell you a subscription to use outdated versions of open source game console emulators?
Plex wants to be a profit-driven company, but their business model is piracy. They’ll squeeze you for subscriptions, while making your experience worse to try and broker a peace deal with content owners.
idk I find $2/month to be very reasonable. I don’t feel squeezed.
EDIT: Just to be clear there is no amount of condescending replies form trilby wearing neckbeard keyboard warriors that will change my opinion.
Setting up ddns takes 15 minutes for a professional (mostly setting a 1-line script to reload a simple url every ten minutes)
and poking a hole in the firewall takes maybe half an hour (since every router puts the relevant page in a different spot)
And for this you think it’s reasonable to pay ~$25/year for the rest of your life? You’re not wrong in the sense that you’re welcome to choose your own values, but I … disagree with you on the value position.
I mean, you just listed the most insecure way to host Jellyfin. Poking a hole in your firewall will technically work, but that doesn’t mean it’s the correct way to do things. A good setup would use a reverse proxy, and some sort of authentication wall like Authentik or Authelia.
All of that would only take about 15 minutes for someone who knows what they’re doing. But the vast majority of people setting up Jellyfin for the first time won’t know what they’re doing. And seeing the inevitable “lol just open your firewall” comments only serves to scare them away, because even the noobs have heads that’s the wrong way to do things.
ok
👌 ok!
I’d be fine paying $25 a year to not maintain that shit myself. Plus the money should contribute to development efforts.
It should. I agree, but speaking as someone in the industry - usually it doesn’t. Just lines some rich guy’s pockets.
Fair in the instance of Plex, but I’m happy to pay for the feature with Home Assistant.
Good call! 100% (at least for now 😅)
I would be ashamed of myself and be tempted to leave the industry in disgrace if setting up DDNS and allowing a single port through a firewall took me 45 minutes.
Shhhhhhhhhhhhh. I want the newbs to feel accomplished when it only takes them 2 hours to figure it out. 😉
But seriously, you and I have it on reflex, but there’s merit to the notion that we also have our mise en place - we’ve read the manual, we’ve saved or memorized the script, already know our local equipment passwords, etc - all things we took the time to do before and now have at the ready.
I’m more just agitated that they paywalled free functions that don’t have to rely on their services.
To stream remotely from your own server?
If I chose to use Plex’s
plex.tv
services to expose my server to the internet, that’s one thing. But I have my Plex server exposed through my own infrastructure (NPM + Let’s Encrypt), so fuck that shit.The $2/mo is for the Plex relay service. If you access the server directly it should be free.
It’s not. Now you need to pay any time you want to connect to your server from outside of your LAN.
You can use ZeroTier to connect from anywhere. It only makes you pay to use the plex router/relay.
Would a VPN be a solution to that?
Yes. You only need to pay if you’re connecting via their relay or trying to use the remote hosting functionality. But since a VPN would land you inside of the network, you’d be fine. You’d probably need to dig into the plex settings to specify that the VPN subnet is LAN traffic. But after that, you should be good.
deleted by creator
I much prefer jellyfin + tailscale
I’m switching to Jellyfin myself.
Sorry to have annoyed you.
Unforgivable, have a wretched hour and a half.
I jumped ship early on. They didn’t include skipping intros (or removed the plugin or the capability to use plugins, I don’t remember).
Went to Jellyfin, took like 2 hours to figure out what’s different. I don’t even remember, are there any features worth it staying on Plex? At least I’m not missing anything.
Also for watch together you start a watch group and can watch a show episode for episode. Instead of having to open each episode separately and having everyone join again (but maybe Plex fixed this already, I wouldn’t know).
Dude(ette), I have nothing to do with this self hosting thing and even I knew years ago plex was shit. It’s been extremely obvious just from browsing reddit (before leaving) and lemmy. I don’t know anything about any of this other than plex having an extremely bad reputation. How did you manage to become part of this and still chose to use it?
because like 10 years of use, maybe more?
I got fed up one day with Plex because it blocked me from getting to my server from one of my televisions. My LAN’s internet gateway was down and Plex was useless even though all the content was on the local network. I’m sure there’s configuration things or something that I could have changed but in the end I decided I didn’t want to be pressured into buying anything and I didn’t like the constant commercialization of Plex.
So I installed Jellyfin and never looked back. Yes, it’s missing a few features but you can get around that with nginx so totally worth it not to be harassed.
There is a dlna server but it has “totally unintentional” memory leaks that cause it to crash after a few days and they refuse to fix.
Imo Plex is worth the lifetime pass if you get it on sale.
All the comments saying Jellyfin is better always puzzle me. I’ve given it like three chances now and each time it feels just as buggy as the last. And that doesn’t even consider the fact that you’ll need more steps to expose it to the Internet for remote viewing or the fact that there’s literally a list of unaddressed security holes https://github.com/jellyfin/jellyfin/issues/5415
I used Plex for privacy reasons. I stopped using Plex for privacy reasons.
From one of the Jellyfin devs in the issue you linked, posted in April this year:
Now, let’s address this clearly once and for all. What is possible is unauthenticated streaming. Each item in a Jellyfin library has a UUID generated which is based on a checksum of the file path. So, theoretically, if someone knows your exact media paths, they could calculate the item IDs, and then use that ItemID to initiate an unauthenticated stream of the media. As far as we know this has never actually been seen in the wild. This does not affect anything else - all other configuration/management endpoints are behind user authentication. Is this suboptimal? Yes. Is this a massive red-flag security risk that actively exposes your data to the Internet? No.
At this point, this over-4-year-old issue has gotten posted to HackerNews more than enough times and gotten quite enough unhelpful peanut-gallery comments like those above… We are limiting this issue to Jellyfin collaborators only at this point. Most of the big items are already tracked elsewhere (specifically, unauth playback) or have already been fixed. And many other options are now open to us in a post-10.11 landscape now that we have a proper library database ready.
That only addresses one of several items.
Yes, but it’s always the one people come back too.
They mention the other issues are either being tracked elsewhere or already solved.
At the end of the day, it’s a community project, done by primarily volunteers, who is not making any money doing this. No VC funding to hire developers to take care of these issues.
I understand there’s an explanation for it. Doesn’t make these things not things to consider when choosing one’s solution
But it’s FOSS, compared to Plex. And it also does not ask for money for anything.
You can also add more security yourself if you want to. Not by coding new stuff into jellyfin, but by adding some sort of auth BEFORE jellyfin.
Setting up auth before Jellyfin breaks clients. This is not an option. Edit: Unless you meant VPN like Tailscale, but then you’d have to install Tailscale too, which I don’t want to explain to others.
Tailscale needs you to explicitly add your device to the tailnet, so it’s some form of authentication.
Also, why don’t you want to explain tailscale? It’s really simple.
Good luck installing Tailscale on my friends’ LG webOS TVs.
And making sure Tailscale auto launches on a FireTV stick is a pita too. Telling them to open Tailscale on each start is not an option.
Feel free to go read the multiple writeups from the maintainers that go over each one, we don’t need to copy them all here into the comments for you.
So don’t expose it to the internet - which should be the default stance for anything.
The internet was (mistakenly and intentionally) built without security - that doesn’t mean we should just accept that, but instead build everything with our own security.
Numerous mesh VPN solutions exist: Hamachi has been around since at leas 2006. NeoRouter since at least 2012. Then we have Wireguard and Tailscale, and others.
Business build their own tunnels between locations, using routers/gateways with that capability. Consumer routers from Linksys could do this in 2006.
There’s zero excuse for running anything exposed to the internet.
In closing NO SOFTWARE is free of bugs. With Plex you get to pay for those bugs and still have software that depends on a connection even though you’re hosting and viewing your own media, locally.
You wanna denigrate Jellyfin, at least be honest about the pros/cons between the different solutions.
So don’t expose it to the internet
No
Thwres zero excuse for running anything exposed to the internet.
…except this entire thread is based on a use case for it
With Plex you get to pay for those bugs and still have software that depends on a connection even though you’re hosting and viewing your own media, locally.
You’re condescending dude. I wouldn’t be using Plex if I didn’t understand like 37 things you’re implying I don’t understand here. I paid for it once, it was a good value for me, and I find it pretty weird that you apparently want to admonish me for that. If you want to use jellyfin have at it. I found it buggy to the point of barely being usable. Just sharing that experience and I don’t need anyone to agree with that.
…except this entire thread is based on a use case for it
Except it’s not. OP is trying to watch stuff on his own network.
Then they aren’t doing it correctly, or lying. That is an included/free feature. They advertise it that way and other users ITT say it works. I’ve no reason to doubt them.
Don’t expose stuff to the internet
Are you advocating for an self hosting to only exist locally? Or are you advocating for hosting everything on corporate servers?
Don’t expose things to the internet
That goes for corporate settings as well as personal stuff. You almost certainly do not need your self hosted services to be publicly accessible by bots. Anything on the internet gets pounded.
… You just literally said hosting shouldn’t exist. You are using the Internet right now.
Also pretty weird to keep phrasing this as a command, discounting an entire class of use cases to be invalid because bad actors exist?
The problems with Plex are not technical. The problems from Plex are that they take away features and change the terms of use to the detriment of the user. Given plex’s pricing changes over the last year, I would be concerned that your lifetime pass be affected by some policy change.
Yes, they changed the free featureset, and afaik those changes were fair. Providing a tunnel for remote streaming for free doesn’t seem like a good business plan. I mean, yeah they could always back out of the promise of what a lifetime pass is, and if they do I will find a new solution and hope they’re sued for it.
If they do back out of their lifetime commitment, I suspect that would drive some other similar apps to get better. Maybe I would even learn to live with jellyfin as it currently exists in that situation. But so far I don’t see a reason to, and that would almost have been true if I never paid for plex.
Fair enough.
I’m speaking from both sides here, having used Plex for years and now jellyfin:
Don’t tie technical competence of a product with its monetary cost. They are not necessarily equivalent.
I didn’t realize I did that. Given that my opinion on OSes is that “the larger the budget, the shittier it is”, I don’t knowingly do what you’re suggesting here. Linux over windows and macOS any day.
I got the Plex lifetime pass over 10 years ago for pretty cheap and Plex has served me well over the years. But it’s just so damn bloated now and the biggest recent change to their android app is atrocious. The app is so laggy and slow now. And downloading movies to watch locally on a tablet is just painful.
So I decided to start experimenting with Jellyfin this month and I am blown away at how fast and snappy everything is. It still isn’t as refined as Plex but there’s something to be said about privacy and using FOSS apps.
I’ll be using Jellyfin going forward now.
deleted by creator
USE JELLYF-
Be prepared for a barrage of “Jellyfin” in your comments.
Oh.
btw i use jellyfin
lol crap, it’s the new arch!
We need a name for lemmy users running arch on their pc that they’re using to watch stuff on their Jellyfin server
Jel-ly-fin, jel-ly-fin, je-ly-fin!
Is there something better than jellyfin? I’ve been using it for a little over a year, and it works for the most part, but clients are often pretty buggy (especially on apple apple devices)
infuse is a good jellyfin client. there’s a free tier but im not sure of the limitations.
The free tier limitation is that it doesn’t work with jellyfin
I’m pretty happy with Emby, but it’s not open source.
I can’t say I’ve given Jellyfin a proper try (as in using it and the clients exclusively for a long period) but we have been using Emby for quite a while before I knew it existed.
If I’m not mistaken Jellyfin is actually a fork of Emby so they’re pretty similar, but one is a bit older.
If I’m not mistaken Jellyfin is actually a fork of Emby so they’re pretty similar, but one is a bit older.
Jellyfin forked from Emby in 2018 when Emby chose to switch to a closed-source model. Because of this, there are many similarities, but the projects continue to become increasingly different from one another as time goes on.
I was probably using Emby already by then, had bought a lifetime license since it didn’t require bouncing things off and outside server like Plex did (or was it that Plex was a renewing subscription, I forget) , so it just stayed out of inertia.
What’s an “apple apple” device? 😁
Yea, Jellyfin on iOS hsed to be buggy. Seems much better these days, and there’s also Finamp for music
Have you tried the third party ones? I’ve seen recommendations for Swiftfin
Yeah that’s the one I’m using on our appleTV, it’s buggy as hell. “Continue” show often doesn’t work and picks an episode that I’ve watched long ago and not the next in line, often never updating it despite watching several episode over several weeks. Aftee Pausing a show or movie and closing the app, if you want to continue from where you left off, well that doesn’t work consistently either, usually it will just restart from the beginning. Switching language on shows pretty much doesn’t work at all, it will either never change from default audio language, or use an entirely different language than the one picked from the list.
All these things work perfectly fine from a browser or official app on android.
Plex will do the exact same thing if you have an episode earlier in your history that didnt get marked as “watched”. But plex lets you manually tag episodes as watched which usually fixes it. Maybe there’s a similar option in jellyfin?
Jeælyfin also has this, is just doesn’t work on appleTV
Was I supposed to read that with a Scottish accent?
https://github.com/jellyfin/Swiftfin/discussions/1294
The Apple TV version hasn’t been updated in a long time. They are working on getting it to the testing fase in TestFlight but it’s basically a complete rewrite of the app
I mostly use Infuse on the Apple TV and Streamyfin on the iPhone.
I’d be happy to pay for Infuse if the lifetime wasn’t AU$150, and I just outright reject paying a subscription for an app for using something FOSS, even if it’s only AU$20/year. A lifetime license that’s 3-5yrs of a yearly sub is much more reasonable.
I’m no fan of software subscriptions. I have only one and it’s Infuse. Took the plunge mainly for Apple TV playback a few years ago and I’m glad I did.
It’s not just relying on FOSS through JF, but allows connection to Plex and Emby servers. And just as importantly direct NAS playback (side note - I honestly think a lot people go through the hassle of setting up a full JF/Emby/Plex server when this option would work just as well for them for single client playback). They also update regularly, and generally adhere to native OS design standards so it feels at home - https://firecore.com/releases
Back to the point, I pay the cost of a McDonald’s meal a year and I’m happy. IMHO it’s fantastic value. And I’ll continue to wait patiently for the official Jellyfin Apple TV client rework (Swiftfin). If it’s great and ticks the boxes I need I’ll cancel the Infuse subscription, if not we get enough value for £8.99 a year to make it a no brainer decision to continue.
I use Emby and it’s flawless, might be worth swimming upstream?
Same, though I can’t get remote access working while running a vpn on my machine and it’s driving me nuts
Yeah, the way things at going I feel like I should protect myself further with a VPN, but it does break some of my services’ access. Just another hurdle in the track to net independence that will be overcome! Heaven knows we’ve overcome many to get where we each are.
No need to bust your brain trying too hard - you’ll find an answer eventually!
I had it working on Windows, just can’t remember how haha. I’ve moved to Linux and I don’t know if I’m missing something to get it going, or if it’s because ProtonVPN isn’t nearly as devloped on Linux as it is on Windows. Appreciate the positivity though!
Infuse is so good on Apple TV it’s worth the money
I refuse to support companies with subscription based business models.
I just bought the lifetime since it works out to being cheaper than the subscriptions it saves me from over like a year
I have no trust that lifetime is in fact lifetime, and the price is also too high compared to the product value IMO.
The web interface is fantastic. I just use a spare laptop with a wireless keyboard and mouse
Is there something better than jellyfin?
Plex.
What if you want to own your server?
I do own my server. It’s in my living room.
Then you signed it over to Plex. Smdh
For remote streaming access, sure. But I don’t see a problem otherwise.
You can absolutely run plex in a local only mode. You don’t sign it in to an account and then set your subnets in the local networks section like so. Or leave it blank if you have a standard flat home network.
What sort of bugs are you experiencing? I’m using the official Jellyfin app and it’s been extremely stable on all my Apple devices. But I noticed a while ago that videos that were not MPEG were problematic so I converted all the AVI and WMV and WEBM to MP4 and it has been much more reliable. Scrubbing and previews have worked much better also
“Continue show” often doesn’t work and picks an episode that I’ve watched long ago and not the next in line, often never updating it despite watching several episode over several weeks, even if they’re marked as “seen”. After pausing a show or movie and closing the app, if I want to continue from where I left off, well that doesn’t work consistently either, usually it will just restart from the beginning. Switching language pretty much just doesn’t work at all, it will either never change from default audio language, or use an entirely different language than the one picked from the list.
I wanted to move to Jellyfin, but there isn’t an app for it on the LG WebOS library like there is for Plex, so I wouldn’t be able to watch stuff on my TV, which sadly makes it useless for me :-(
I don’t have the money to be going out and buying extra add-ons for my TV to watch stuff either, sadly. So, Plex it is for now!
Yes there is. I have it on my tv.
Root your TV and install the homebrew channel on it.
Yes, this is real.
now I need to find a Wiimote, damnit
You can use the Smart remote which is basically the fusion of a wiimote, a tv remote and a computer mouse
I tried googling some of this but I must be misunderstanding the thread, mind ELI5 for the rest of us? ^_^’
OK.
So, you know of android rooting?
(I'm assuming no)
Android rooting is the action of getting superuser prileveges on an android device, which lets you do literally anything. From removing bloat, to overclocking, it gives you full power over the device.
Keep in mind that “with great power comes great responsibility.” -the
sudo
command on first useWell, it’s that, but for TVs.
As for the remote, how you move the cursor is wii-like, and you can click the [OK] button to click stuff. You can also scroll, because the [OK] button is also a scroll wheel.
What I meant is I tried to Google homebrew smart remote and found nothing. I do have understanding of the concepts and was looking for the specifics :)
15 years ago a pirate decided to name the main channel on the Nintendo Wii for homebrew the “Homebrew Channel”, as it has been for 15 years.
That was my reference. If you found a hacked Wii right now and turned it on, it would be one of the channels available.
The Homebrew Channel for LG WebOS is got three pieces of absolutely essential software:
A YouTube app modified with built in ad blocking and sponsor blocking. The Jellyfin app. The Moonlight app.
With these three plus the toggle to block system updates your TV gets 1000% better for free.
When was the last time you checked? A client was added to the WebOS store maybe 2 or 3 years ago for recent models, and support for older models (like my C9) came months later.
Yes there is, I literally have it installed on my two LG WebOS TVs. Plus there’s a web browser app that you can create shortcuts for, which works for Dropout so I would assume it works for Jellyfin as well.
Can you try using DLNA to connect to jellyfin? You need to install the plugin first.
More effort, but there’s also this https://github.com/jellyfin/jellyfin-webos
I did try and preempt that in my comment - but it’s hard to switch from plex when there are 5 other people with everything all configured and history etc
No it’s not. Tell them to learn to switch or lose access. It’s your server, do what you want.
How to migrate your watch history, apparently: https://www.florianjensen.com/2024/08/21/how-to-migrate-from-plex-to-jellyfin/
but it’s hard to switch from plex when there are 5 other people with everything all configured and history etc
That’s exactly what Plex wants you to say
I mean, with a post like this, I’d call it baiting
That’s why I switched to Emby and only sometimes regret it lol.
My server seems to have easier time transcoding with Emby and personally like the UI over Plex. Emby sucks at finding metadata though.
I would go with jellyfin, but my stupid old Samsung TV has tizen and can’t find a way to install it.
You could plug in a firestick or something similar as jellyfin has an android app.
I had a similar issue where I wanted to use my Xbox Series X to play Jellyfin but there was no client available. I ended up switching from Plex to Emby. I tested it for a month and then bought a lifetime pass, I’m quite happy with it. The client definitely isn’t as polished as Plex’s clients are but they allow me to do everything I want with much more control. I especially like the plugin system, being able to create my own persistent 24/7 faux tv channels is A++
Get an Onn streaming device from Walmart for ~$30
I don’t live in USA.
Okay. What streaming devices can you order online?
Surely they sell something similar in your country
Can you get a firestick from amazon?
You need to setup a developer account so you can install apps from local sources
I’m running Openelec on a Raspberry Pi… Awesome interface, high wife approval factor.
I tried that through network and an app on my pc, didn’t work.
I use an nVidia Shield for it. There’s probably cheaper ones, but you tend to get what you pay for, and I’ve got a few 4KBR remuxes that even that struggles on.
Is this an okd systen now, how does it hold up? Is it lacking anywhere?
It’s been pretty decent.
Supports Dolby Vision/Atmos etc. Image based subtitles (e.g. those ripped from a disc) end up getting transcoded, but that seems the only thing it doesn’t natively support. Had trouble with AV1 but I’m not sure if that’s a general thing or that one specific file.
Jellyfin or Emby.
What’s plex better at?
I thought the topic said “FPS Plex” and then I imagined a streaming service where you could play any first-person shooter instantly
Aaaand that’s one of the reasons why I got rid of Plex. “Bought” it, then they found some other feature to paywall. Bought that, then another feature. Then it stopped playing files of certain extensions through chromecast. Fuck that. Put together Jellyfin and moved my collection over. Zero trouble since.
its pretty fucking easy to use jellyfin on any device after you have it set up. most platforms have it in their app store.
There are a bunch of awesome jellyfin clients as well
That’s what freedom looks like ;) choice!
foss is such a beautiful thing
its pretty fucking easy to use jellyfin on any device
Not easy enough for the majority of my Plex servers users to figure out on their own. I would love to switch away from Plex, but until the clients become as idiot proof as Plex I have to keep using it. Luckily I bought a lifetime plex pass a long time ago for GPU transcoding
i feel as if the initial setup is a lot more of a learning curve than connecting a client. getting your home server accessible over wan(?) is probably one of the hardest parts if thats what you mean though
Setting up the server to be externally accessible was easy to me since I have lots of experience hosting stuff both from home and from VPSs. Although not as easy as with Plex of course, which will even automatically forward the ports for you if you have Upnp enabled in your router.
It’s the clients that are the issue. They are not as easy to use for less technologically inclined people, my dad already struggled with the switch from Netflix to Plex. And for many of my users there isn’t even a Jellyfin app available, like for older Samsung smart TVs for example
I host a plex server with at 90TB library for my family and friends, which are about 50 users atm. Jellyfin just isn’t idiot-proof enough that it can replace Plex for me, I don’t want to play tech support for all the users that can’t get the client working on their devices
thats fair, 50 users would be a lot to manage if something does go wrong after setup.
I tried hitting the X thinking it was an ad XD
I don’t have the link(s) on hand but there’s a Tizen build of Jellyfin for Samsung TVs. It runs rather slow on my old tube so I wouldn’t recommend it outside of a last resort. It’s actually smoother for me to just open the app on the TV and then remote control it from a browser/app on another device (my Steam Deck is my homelab universal remote). But you can use the Tizen dev tools or a simpler docker container to push it to the TV.
For my folks I got a cheap Walmart brand Android box (Onn 4k Plus). I installed Jellyfin from the app store then black hole’d the thing because I’m wary of cheap Android apps and their history of supply chain attacks. It’s much more responsive and also leaves me with the option of installing additional stuff like Smart Tubes, Retro Arch and whatnot.
Sorry to hit you with a random question, but since I’m in a similar situation: are you using Tailscale to remote stream to your parents, or how do you get that working seamlessly with Jellyfin?
Unfortunately I can’t help in that regard. I keep everything local/unexposed so my solution for them was just running Jellyfin at their place. I was already
rsync
ing some stuff to a NAS I set up for them (and vice versa), as off-site backup. Since the files were already there it made the most sense to just give them their own instance.Not the guy, but I use a domain I bought from cloudflare with a cloudflare tunnel on my network. Not as secure as a VPN like tailscale, but doesn’t require setting up a VPN for my friends and family’s TVs so they can connect to the server while keeping my actual IP hidden and without needing to do any port forwarding.
This is a helpful. This sounds like a way, even if I’m still in the “hmmm, yes, I recognize some of those words” stage. Maybe I’ll look for a detailed guide.
I admit, though, the details of how to do this are pretty hard to imagine for me - networking and tunneling seems very technical. Before I can jump off the Plex enshittification train, I just want a way to share my media with tech-illiterate family without complex setup on their end.
Yes, I’m a technical person, but not a web developer and so this was all new to me until very recently. Good luck!
The way I think of the cloudflare tunnel is very similar to a VPN into your system from outside, but for web application traffic specifically.