this post was submitted on 19 Mar 2025
1039 points (99.5% liked)

Selfhosted

44652 readers
1613 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

We are also changing how remote playback works for streaming personal media (that is, playback when not on the same local network as the server). The reality is that we need more resources to continue putting forth the best personal media experience, and as a result, we will no longer offer remote playback as a free feature. This—alongside the new Plex Pass pricing—will help provide those resources. This change will apply to the future release of our new Plex experience for mobile and other platforms.

you are viewing a single comment's thread
view the rest of the comments
[–] Nibodhika@lemmy.world 15 points 15 hours ago (3 children)

Why would you expect this to NOT be paid? It requires them to be running servers to stream the media through, I wouldn't expect this to be a free feature.

I dislike Plex for several reasons, but asking for payment for stuff that costs them money is completely justified.

[–] LeninOnAPrayer@lemm.ee 19 points 12 hours ago (1 children)

Why is this getting upvoted? Plex isn't running a server. You are. Your computer and your media files are quite literally "the server" that is serving the files to you remotely. Plex is at best doing authentication.

[–] ifItWasUpToMe@lemmy.ca -5 points 9 hours ago (2 children)

Because he’s right. You can’t access your own server remotely without plex’s infrastructure (provided you don’t just set up that infrastructure yourself). You don’t need to open ports or anything. Your server reaches out to plex server, which creates an entry point to your network. Your stream is then either routed through their servers or possibly setup as P2P stream.

[–] LeninOnAPrayer@lemm.ee 9 points 7 hours ago* (last edited 7 hours ago) (1 children)

That's just not correct. Mate. It's setting up a secure route from the client to your Plex server. It's essentially doing what Tailscale does but just handling the client setup automatically via their Plex authentication. They are authenticating the connection and setting up the route from the client to the server. They are not handling petabytes of data people are streaming. The ISPs are doing that.

[–] ifItWasUpToMe@lemmy.ca 0 points 4 hours ago

Ok sure, they aren’t routing, just using P2P like I mentioned. It’s still not possible to access remotely without using plex services. This is what you are paying for. If you don’t want to pay for their auto-config remote streaming it’s easy enough to do it yourself.

[–] tantalizer@lemmy.world 9 points 8 hours ago (1 children)

I can't back this up but I highly doubt that the media is played through Plex' server.

[–] LeninOnAPrayer@lemm.ee 7 points 8 hours ago* (last edited 7 hours ago)

Its not. It is setting up a secure route from the client to the server. That is quite literally not a server. No one thinks Tailscale is a Server service. That's essentially all they are doing but just handling adding the clients automatically when they authenticate.

[–] nuko147@lemm.ee 20 points 13 hours ago

Wait a moment. I always thought that Plex’s servers only facilitate authentication (to verify your account) and discovery (to help your device find your server). They do not handle the actual media data. And if there is no Direct Remote Access, Relay usage is capped at 1 minute per day for free users. This looks like a cash grab to me.

[–] couch1potato@lemmy.dbzer0.com 12 points 14 hours ago (1 children)

It doesn't require Plex servers, though. I do this on jellyfin for free.

[–] Nibodhika@lemmy.world 1 points 14 hours ago (3 children)

How do you do this on Jellyfin? The only ways I'm familiar with is to expose Jellyfin to the internet or access it through Tailscale, would love to hear alternatives.

[–] couch1potato@lemmy.dbzer0.com 6 points 13 hours ago* (last edited 13 hours ago) (1 children)

My home connection is behind cgnat so I got a free VPS from oracle (provides a public ip address), install caddy on VPS, install tailscale on VPS and router, expose routes from LAN to tailscale network.

Now you can use caddy to expose, for example, a docker container (jellyfin) at 192.168.1.100 to subdomain.exampledomain.com with ssl cert provided by caddy.

VPS also requires some other stuff like ddclient and fail2ban.

I pieced this all together myself... it's doable if you spend some time reading.

[–] lickmygiggle@lemmy.world 4 points 14 hours ago (1 children)
[–] Nibodhika@lemmy.world -2 points 13 hours ago

That exposes Jellyfin to the internet, so it's my option 1.

[–] inclementimmigrant@lemmy.world 3 points 13 hours ago* (last edited 13 hours ago) (1 children)

It's not that hard to get a reverse proxy up, get a free DDNS, and a SSL certificate from let's encrypt.

https://www.linuxserver.io/blog/2020-08-21-introducing-swag

This is a pretty solid one stop shop for handling all reverse proxy with SSL certificate generation and renewal for jellyfin and other applications like sonarr, radarr, transmission, ombi and lists of others that are pretty much drag and drop configuration files if you're not mucking with the application's default ports.