Jellyfin: Free software media system
github.com
Jellyfin: Free software media system
1–10 of 406 posts
Re: Jellyfin: Free software media system
#2Re: Jellyfin: Free software media system
#3Relevant: Collection of potential security issues in Jellyfin[1] 1: https://github.com/jellyfin/jellyfin/issues/5415
I quite like it has a Plex replacement, it passes the "partner test" AND the "parent test" - they can both install the app and watch what they want (as long as they turn off the android player default, which is a terrible default).
I have it behind a firewall so nothing can access it (it's just for home, or for those who need it, over Wireguard). When i have time, it could be a good experiment for Podman or some other way to run rootless containers/jails.
Re: Jellyfin: Free software media system
#4Relevant: Collection of potential security issues in Jellyfin[1] 1: https://github.com/jellyfin/jellyfin/issues/5415
Re: Jellyfin: Free software media system
#5I had an issue where my Mac or iPad could not stream anything in h265 (not 100% sure about the format) in the browser. The Raspberry Pi would start transcoding which it lacks the performance for.
Fortunately the Jellyfin iOS client works perfectly, I’m guessing it uses hardware acceleration of the iPad.
Re: Jellyfin: Free software media system
#6I’m running Jellyfin because I want to reduce my energy footprint. I’m happy to watch series on my iPad instead of a TV. I also don’t need my disk-based NAS turned on if I put content on an external SSD hooked up to a Raspberry Pi4 with Jellyfin. I had an issue where my Mac or iPad could not stream anything in h265 (not 100% sure about the format) in the browser. The Raspberry Pi would start transcoding which it lack…
Re: Jellyfin: Free software media system
#7I’m running Jellyfin because I want to reduce my energy footprint. I’m happy to watch series on my iPad instead of a TV. I also don’t need my disk-based NAS turned on if I put content on an external SSD hooked up to a Raspberry Pi4 with Jellyfin. I had an issue where my Mac or iPad could not stream anything in h265 (not 100% sure about the format) in the browser. The Raspberry Pi would start transcoding which it lack…
Re: Jellyfin: Free software media system
#8I didn't like that you can't outright disable transcoding for content served via their app or in the browser. I serve mostly local client and my headless NAS has poor integrated graphics and runs Linux so this was very brittle. Kodi's jellyfin addon can play without transcoding by default so this seemed reasonable.
However in case others want to go this route for a similar use case I hope I can save you some frustration: both this and the native Android app do not handle Dolby vision or passthrough atmos content properly. I also had odd tearing and av sync issues with some large 4k content that don't happen with maven kodi builds.
After a lot of time trying to figure out it, I stripped it out and my shield has no further issues just using kodi despite being the ill famed 2019 tube model. Hdr10, Dolby vision, atmos pass through you name it just works.
Re: Jellyfin: Free software media system
#9Relevant: Collection of potential security issues in Jellyfin[1] 1: https://github.com/jellyfin/jellyfin/issues/5415
Re: Jellyfin: Free software media system
#10I’m running Jellyfin because I want to reduce my energy footprint. I’m happy to watch series on my iPad instead of a TV. I also don’t need my disk-based NAS turned on if I put content on an external SSD hooked up to a Raspberry Pi4 with Jellyfin. I had an issue where my Mac or iPad could not stream anything in h265 (not 100% sure about the format) in the browser. The Raspberry Pi would start transcoding which it lack…
Is it common for people to use web apps first when a native client is available?
A lot of the time the "native" app is using electron anyway, so why go through the hassle of installing it when it is just a app-specific browser?