Earlier quoted context omitted.
A setup that I can now heartily recommend (after using it for 6 months) is Apple TV 4k and the Infuse media app[0] It's able to find your movies and series on Samba shares (and probably other types of locations, too) and categorize, find subtitles, adjust audio and so on. This assumes you've already got your media somewhere of course (like a file server on your LAN), but I bet 99% of the HN crowd has a home server an…
If you're pirating content, you should retain complete control and security over your setup. How does Infuse enforce its yearly license cost? There must be some telemetry at the very least, which is exactly the issue that got Plex into this situation and why people would do well to avoid it (unless of course you're just watching your own legal copies of media).
Plex announced to block instances on German hosting provider Hetzner
71–80 of 121 posts
Re: Plex announced to block instances on German hosting provider Hetzner
#72Earlier quoted context omitted.
> I mean let's be honest. Piracy is the raison d'etre for Plex just like porn is for OnlyFans. Strange, I have been using it for years to stream my own movie collection (ripped by me from my own DVDs) to my chromecasts and phones.
Technically that's still illegal in the US. Breaking DVD encryption is not legal, so ripping them is not legal.
> Under United States federal law, making a backup copy of a DVD-Video or an audio CD by a consumer is legal under fair use protection. However, this provision of United States law conflicts with the Digital Millennium Copyright Act prohibition of so-called "circumvention measures" of copy protections.
.
> In the 2004 "321" case, Federal District Judge Susan Illston of the Northern District of California, ruled that the backup copies made with software such as DVD Decrypter are legal but that distribution of the software used to make them is illegal.
Further problem though:
> In 2010, the Librarian of Congress instituted a DMCA exemption which protects circumvention of CSS protection under certain circumstances. This exemption expired in 2013.
Therefore, it seems to be a "case by case" basis type situation currently.
Re: Plex announced to block instances on German hosting provider Hetzner
#73Earlier quoted context omitted.
Is that during direct play or transcoding? Are you running a reverse proxy in front of it? I'd check those things first.
> Is that during direct play or transcoding? During transcoding, but I'm having a hell of a time disabling that. I've looked around for a configuration to just broadly disable transcoding, since pretty much everything I use to play JellyFin is libavcodec or ffmpeg based anyway and can happily decode stuff client side. > Are you running a reverse proxy in front of it? Not within my home network.
Re: Plex announced to block instances on German hosting provider Hetzner
#74Earlier quoted context omitted.
> Is that during direct play or transcoding? During transcoding, but I'm having a hell of a time disabling that. I've looked around for a configuration to just broadly disable transcoding, since pretty much everything I use to play JellyFin is libavcodec or ffmpeg based anyway and can happily decode stuff client side. > Are you running a reverse proxy in front of it? Not within my home network.
If disabling transcoding ever becomes a thing in jellyfin I'd probably switch from plex immediately.
Re: Plex announced to block instances on German hosting provider Hetzner
#75A service that exists to enable piracy is banning piracy? Good luck :P This is like when OnlyFans tried to ban porn. Just close up shop then. I mean let's be honest. Piracy is the raison d'etre for Plex just like porn is for OnlyFans.
eh, I am not using it for piracy; I just like the convenience of streaming services. So my plex library is all blurays, DVDs and a handful of VHS’s that have been digitally encoded. However, availability of bluray for new titles seems to be waning. so I can imagine many who use plex like I do will turn to piracy soon. I’m weird though and prefer to own my stuff, I hate renting and especially I hate services which ren…
Other than family home videos, it’s pretty hard to find a 100% “legal” source of content for Plex.
Re: Plex announced to block instances on German hosting provider Hetzner
#76Re: Plex announced to block instances on German hosting provider Hetzner
#77[dupe]
Re: Plex announced to block instances on German hosting provider Hetzner
#78https://jellyfin.org/
I've given this a legitimate shot two times, both self-hosting and via a professional host and both times on I have massive streaming problems on a 1 gig connection. It, on paper, has competitive features to Plex but Plex streams almost as reliably as Netflix does.
I know that's not very helpful in improving performance in your specific situation, but I just wanted to add my anecdata that Jellyfin doesn't require beefy hardware or above-average networking to run well. Sorry that I don't have much insight as to what was causing the performance issues in your setup.
Re: Plex announced to block instances on German hosting provider Hetzner
#79Earlier quoted context omitted.
I'm not certain, but I think it will avoid transcoding for certain "Web-native" formats that your client device can already play. For example, if you download an mp4 then you should be able to watch it on your iPhone without Jellyfin needing to transcode it.
Every file on my server is a raw blu-ray rip using an MKV container. I don't compress or transcode anything myself, everything is a raw rip from MakeMKV. I suppose I could write an ffmpeg batch job to convert them to MP4 if I wanted, but MKV is really convenient since it'll keep all the subtitle and multiple audio tracks within the file instead of a bunch of SRT files floating around. Also, while a majority of blu-ra…