Earlier quoted context omitted.
What more does Plex need? I would consider myself a power user of Plex and it does everything I need it to do. I would think the only thing I can think of is fully self-hosted login instead of their cloud option, but I'm glad we have that option because I don't want to handle the authentication of my friends and family
* IPTV support (xtream codes etc.) yes proxies exist like Dispatcharr but first class support would be better * Better iOS/tvOS/OSX video playback (just buy Infuse because it can play so many titles the Plex player cannot) * Add full context menus everywhere. Playlists are virtually useless for anything other than playback in order or randomly. Why can't I multi-select items on a playlist and move them to another pla…
WiiFin – Jellyfin Client for Nintendo Wii
81–90 of 131 posts
Re: WiiFin – Jellyfin Client for Nintendo Wii
#82Forced server transcoding for everything. Ouch. Thought maybe at least mpeg2 or something would play directly.
it's 480p. every box i've used in the last two decades could do that on the fly without breaking a sweat.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#83Earlier quoted context omitted.
Can anyone comment on the security of Jellyfin? When I had last looked into it, it seemed like Jellyfin had a somewhat weak security model that made me question switching family members to it from Plex.
Don't expose it to the internet unless you know what you're doing, or put it on a VPS you don't care about. Ideally keep it behind a VPN and give your family members access to it that way, and let local devices on your LAN connect to it without a VPN.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#84Earlier quoted context omitted.
Intel ARC 380's are ideal at 4k realtime transcoded streams. And theyre cheap as well. You could probably do a sticky round robin reverse proxy with a few backends doing transcode. The biggest issue is bandwidth, but you probably knew that.
Even better is a passive cooled GPU like the Palit 3050 KalmX https://www.palit.com/palit/vgapro.php?id=5147 Too bad they are not producing them anymore
Nvidia arbitrarily locks number of encodes between 2 to 5 streams, depending if you're willing to run hacked firmware and drivers.
Multi-encoding on nvidia is a "professional card option" only.
Intel's ARC line has no such arbitrary encode/decode limit. And they are significantly cheaper as well.
https://jellyfin.org/docs/general/post-install/transcoding/h...
Re: WiiFin – Jellyfin Client for Nintendo Wii
#85Noticed that Jellyfin had inched out Plex when sorting by popularity on the TrueNAS app catalogue the other day (45,178 installs vs Plex's 42,225). The existance of this project seems to confirm that the dev ecosystem around it is getting stronger!
Re: WiiFin – Jellyfin Client for Nintendo Wii
#86Noticed that Jellyfin had inched out Plex when sorting by popularity on the TrueNAS app catalogue the other day (45,178 installs vs Plex's 42,225). The existance of this project seems to confirm that the dev ecosystem around it is getting stronger!
When I had to decide between Plex and Jellyfin, I noticed that with Plex it was mandatory to have an account even when self-hosting (!) so I'm not sure whether it's better or worse than Jellyfin, I just didn't bother trying it out because of that.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#87Earlier quoted context omitted.
Plex could reverse this trend in a week if they decided to prioritize work on any feature that their core market actually wanted.
What more does Plex need? I would consider myself a power user of Plex and it does everything I need it to do. I would think the only thing I can think of is fully self-hosted login instead of their cloud option, but I'm glad we have that option because I don't want to handle the authentication of my friends and family
Re: WiiFin – Jellyfin Client for Nintendo Wii
#88Earlier quoted context omitted.
What more does Plex need? I would consider myself a power user of Plex and it does everything I need it to do. I would think the only thing I can think of is fully self-hosted login instead of their cloud option, but I'm glad we have that option because I don't want to handle the authentication of my friends and family
Here's an easy one: working downloads on mobile. Plex offline downloads are notoriously buggy.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#89Earlier quoted context omitted.
Can anyone comment on the security of Jellyfin? When I had last looked into it, it seemed like Jellyfin had a somewhat weak security model that made me question switching family members to it from Plex.
Don't expose it to the internet unless you know what you're doing, or put it on a VPS you don't care about. Ideally keep it behind a VPN and give your family members access to it that way, and let local devices on your LAN connect to it without a VPN.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#90Earlier quoted context omitted.
For hardware acceleration you might be interested in the remote hardware acceleration strategy... https://jellyfin.org/docs/general/post-install/transcoding/h... The jellyfin DB itself is unfortunately sqlite instead of being DB agnostic. Maybe you could hack together something such that only one node handles writes and everyone else handles reads... if getting multiple cheap nodes gets your more bandwidth. I have to…
The database changes late last year is laying the grounds for other database engines[1]. [1] https://jellyfin.org/posts/jellyfin-release-10.11.0/#the-lib...
Do not upgrade Jellyfin if you have a sizeable library. Backup first if you do.