

I paid for the lifetime membership ~6 years ago so I’m going to stick with it. Plus I just use it for my own home. It’s not like I’m serving a bunch of other clients. But I’ll switch to Jellyfin if the lifetime membership ever gets taken away.
I paid for the lifetime membership ~6 years ago so I’m going to stick with it. Plus I just use it for my own home. It’s not like I’m serving a bunch of other clients. But I’ll switch to Jellyfin if the lifetime membership ever gets taken away.
In a nutshell, if your app isn’t able to make a direct connection to your Plex Media Server when you’re away from home, we can act as sort of a middle man and “relay” the stream from your server to your app. To accomplish this, your Plex Media Server establishes a secure connection to one of our Relay servers. Your app then also connects securely to the same Relay server and accesses the stream from your Plex Media Server. (In technical terms, the content is tunneled through.)
So, your Plex Media Server basically “relays” the media stream through our server so that your app can access it since the app can’t connect with your server directly.
Source: https://support.plex.tv/articles/216766168-accessing-a-server-through-relay/
It’s not a requirement to stream and it’s sort of dumb they are lumping this relay service as a part of the remote streaming. Remote streaming should be allowed for free - if you are not a subscriber. The relay should just be a paid service, which makes sense. But if it’s a direct connection to my server, it should be free.
That being said, I understand how Plex may have built some technical debt into this relay system. It might be hard for them to decouple the relay from the remote streaming. What they should have done is:
We are removing the relay service as a free service, but you can still do remote streaming with a direct connection.
And they should have built their architecture in a way that’s easy to decouple the two services.
That’s true for PC gaming but might not be true for these NUCs. I’m not an expert but I wouldn’t be surprised if they shaved costs with bulk purchases of RAM and SSDs for these devices. Regardless, I was just addressing a point you made about being forced to buy the components yourself which isn’t the case. Pricing is probably going to vary wildly depending on what you pick and you might be able to save money if you’re ok with less RAM or less storage.
You shouldn’t have to pick it all separately. Some Nucs are “barebones” and others come with RAM, CPU, Storage, etc. This Amazon link purportedly claims to have RAM, SSD, etc. pre-built into the ASUS NUC.
That being said, any NUC’s integrated GPU is likely going to be far superior to the RPi5’s CPU encoding (which I assume was your previous setup).
If you want to spend ~$1000, you might be better off with just going straight for the dedicated NAS.
The app isn’t available on as many platforms. The original comment claimed the TV their MIL uses doesn’t have a Jellyfin app and would require side loading. I would argue that’s a pretty big barrier for most people.
Why didn’t you like Hashicorps Vault? I want to know for my own edification.
I feel like that would be a great idea!
500+ people for a videogame is insane. That’s kind of cool - despite the problems they faced. I feel like these games don’t reflect the number of people being hired for them. I’m not sure it should linearly scale (probably not), but they seem like they scale down rather than up with an increase in staff.
I feel like modern producers are missing the forest for the trees. Games are not successful for being infinitely large. Skyrim is small by today’s standards. So is Oblivion. So are hundreds of other contemporary indie games that have captured the hearts of thousands.
It’s not about more content. It’s about content that feels deeper. Depth over breadth. Baldurs Gate 3 proves that out. I don’t think you can expect these large groups of 500 people to all work towards a deeper game without major changes in roles. I’m no expert by any means, but I am a software engineer with some side-hobby game development experience. I think games are flat because mechanics aren’t growing with the power. We’re getting graphics, dialogue, and places. But the places aren’t any more “deep” than 5 years ago. The dialogue isn’t more interesting. The graphics are nice - but hardly why people buy games. I want to capture the “anything is possible” feeling when I hop into a game. BG3 recaptured that illusion for me for a long time.
/Rant
TL;Dr developers can’t throw more bodies at this problem. It’s an artistic and structural problem. They need to reframe how they create the art. It can’t be mass produced without ending up flat.
Lol that’s fair. I really wish we could manage things into chests. I want an armor chest, weapons chest, quest chest, etc. but I feel like the way it works right now isn’t too bad but maybe I’m a glutton for pain.
I disagree. The number of “stuff” is important for RPGs. If you could only pick up “important” things, the game would have no real balance of mystery. Every meaningful item would obviously be useful in some mission or goal. I like it better where the stuff is plentiful and the mystery/puzzle is: can I use this? Can I use this generic poison in this giant pot of booze? Can I use this person’s hand?
I feel like the puzzle is sort of beneficial by hiding important items or clever usages of boring items in the midst of all the guff.
I get why it’s annoying but I think it adds to the games charm.
Just to clarify a bit further. You browser doesn’t specify ports in the URL because HTTP and HTTPS have basically coopted the 80/443 ports. You could have a website running an HTTP server on another port like 3000. But then you’d need to specify the port in the URL since the browser - by default - is looking at 80/443 and not 3000.
You should be able to configure the port for your Jellyfin server. I’m not a Jellyfin user, but most applications allow you to pick a port to run it on. So you’ll have to change the port to port 80 and then expose that port on your docker container in the docker-compose file.
Edit: actually now that I think about it… You could just point your local port 80 to the docker container port. I forget the port mapping schema but it’s something like
ports:
- 80:1234
You might have to flip the order of the ports. But basically that example above is trying to map port 80 to port 1234. If that fails, you might have port 80 being used by another application on your computer and you’d either have to shut that app down, pick a different port for that app or you’re back to picking a different port for Jellyfin
I loved this game. I watched my wife play it since we like to solve puzzles together. I really loved the deep dive into history. Visually it was glorious. Also the story was so rewarding. It reminded me a lot of The Outer Wilds (only less complicated).
Oh I didn’t know about the Derivator app. That’s awesome! I will contribute if I have the time.
I’m not sure I agree. I don’t like those two solutions. They basically try to centralize the platform. I think Lemmy is a little confusing at first, but that’s a UX/UI problem and not necessarily a good enough reason to change underlying features of the platform.
I think a user subscribing to communities across instances is a pretty tough technical challenge and it would be very difficult to manage. How are particular communities decided to be a part of a multi-community? Is it voted on? Is there a mod of the multi-community? If so, that could still lead to bifurcation wherein you now have a multi-community that claims to provide all /c/pokemon content across instances but is potentially missing many viable communities on some instances due to things like moderator in-fighting or moderator preferences.
I like how Lemmy allows for sort of duplicate communities. Reddit already had that issue and people naturally flocked to the communities that had the content that suited them. I think it would behoove Lemmy to stay away from trying to centralize it all.
However, I agree that it is confusing. I think this is a UI/UX challenge which needs to be solved. I don’t have the solution, but I think it’s clear that the app language needs to help users naturally feel comfortable living within an instance and moving across instances.
I am open to suggestions and I am fully happy to be proven wrong. But as a software engineer, the second GitHub issue gave me the heeby-jeebies on a technical front. Seemed a little hairy for a young platform to take on right now. I think there are plenty of other lower hanging fruit id prefer for the community to solve:
All in all though, I feel like Lemmy is totally usable. Actually, the most confusing thing to me was learning that I could see my comments and posts on Mastodon. That threw me through a loop. I still don’t understand Mastodon since the UI - to me - just seems to be random comments. I don’t really have any thread-based context to understand the comments I see on my Mastodon app. So for now I stick to Jerboa.
I personally don’t appreciate it. As someone who has always worked on a budget-mid tier PC, I find that “high end” graphics just means “don’t download”. They tend to perform terribly regardless of the quality I set and they tend to look really bad with the quality dropped; compared to games that intentionally have low res textures and simpler game engines, which look and perform much better.
I like games that are more focused on providing me with new mechanics to learn and overcome. I like puzzles. I like strategy (e.g. RimWorld).
Cyberpunk is also a good example because it was all flash and no substance. It ran terribly and had nothing new to provide to the gaming world. I liked it a bit, but downloaded dozens of gigs just to get bored in an hour or two was not super fun. I often am comparing memory usage to how many hours I’ve put in a game. CS:GO, RimWorld, CitySkylines, etc are all relatively much smaller in total size and yet I’ve poured days into them. I just feel like at a certain point, these AAA titles are just spending money on design because they don’t have the patience to value mechanics. So we end up with 100GB of textures and a re-roll of the same classic mechanics we’ve been playing for a decade.
TBF if you want, you can have a bastion server which is solely whitelisted by IP to stream your content from your local server. It’s obviously a pivot point for hackers, but it’s the level of effort that 99% of hackers would ignore unless they really wanted to target you. And if you’re that high value of a target, you probably shouldn’t be opening any ports on your network, which brings us back to your original solution.
I, too, don’t expose things to the public because I cannot afford the more safe/obfuscated solutions. But I do think there are reasonable measures that can be taken to expose your content to a wider audience if you wanted.