Linux users with iPhones / iPads
-
@EddieJennings said in Linux users with iPhones / iPads:
how to you handle your getting your non-streamed music library onto your iPhone / iPad?
Even without Linux, I never did it. iTunes is such a train wreck, I would not put it on Windows, either.
-
I stream from Plex. And if I really wanted to put it on iOS devices, I can since I have Plexpass.
-
@marcinozga said in Linux users with iPhones / iPads:
I stream from Plex. And if I really wanted to put it on iOS devices, I can since I have Plexpass.
Am I right in assuming your own media is hosted on a Plex server. If so, where do you host your Plex server?
-
@EddieJennings said in Linux users with iPhones / iPads:
@marcinozga said in Linux users with iPhones / iPads:
I stream from Plex. And if I really wanted to put it on iOS devices, I can since I have Plexpass.
Am I right in assuming your own media is hosted on a Plex server. If so, where do you host your Plex server?
Yes, it's hosted in my Plex server. It runs on my home server, with Google Drive as storage backend.
-
@EddieJennings said in Linux users with iPhones / iPads:
@marcinozga said in Linux users with iPhones / iPads:
I stream from Plex. And if I really wanted to put it on iOS devices, I can since I have Plexpass.
Am I right in assuming your own media is hosted on a Plex server. If so, where do you host your Plex server?
I do the same thing. I have an older HP server in my basement that I use for it, and other things.
I've been debating moving all of my storage to Wasabi and spinning up a couple VPS. I figure I could about break even saving the power costs of my older server, and be on WAY faster hardware in the process.
-
If you only want to host music, you could probably get away with a $2.50 instance on Vultr with 50 GB of free block storage. Of course that's depending on the size of your library. Wasabi could be super cheap also.
-
I'll do some reading on Plex. I've heard of it, but have never looked into it, and it seems intriguing.
-
Setup a free account with Plex and then shoot me the email. I will give you access to mine to try things out.
You need the purchased app or the plex pass to save things locally on your device for offline play, but you can get a feel for things without that.
-
@EddieJennings said in Linux users with iPhones / iPads:
For those of us who use Linux as our main computers and also use iPhones / iPads, how to you handle your getting your non-streamed music library onto your iPhone / iPad?
I don't. I stream everything.
-
@JaredBusch said in Linux users with iPhones / iPads:
Setup a free account with Plex and then shoot me the email. I will give you access to mine to try things out.
You need the purchased app or the plex pass to save things locally on your device for offline play, but you can get a feel for things without that.
Is your Plex server in colocation?
-
@EddieJennings said in Linux users with iPhones / iPads:
@JaredBusch said in Linux users with iPhones / iPads:
Setup a free account with Plex and then shoot me the email. I will give you access to mine to try things out.
You need the purchased app or the plex pass to save things locally on your device for offline play, but you can get a feel for things without that.
Is your Plex server in colocation?
In my house at the moment. I'm redoing my colocation server to KVM in June. I will move it to that system after that.
-
@JaredBusch said in Linux users with iPhones / iPads:
@EddieJennings said in Linux users with iPhones / iPads:
@JaredBusch said in Linux users with iPhones / iPads:
Setup a free account with Plex and then shoot me the email. I will give you access to mine to try things out.
You need the purchased app or the plex pass to save things locally on your device for offline play, but you can get a feel for things without that.
Is your Plex server in colocation?
In my house at the moment. I'm redoing my colocation server to KVM in June. I will move it to that system after that.
How do you expose that to the Internet for someone like me to access? Do you use some kind of dynamic DNS service to keep the A record for your home IP address up to date? Or does your Plex server send traffic to and through Plex's infrastructure, they're the intermediary between you and I?
-
@EddieJennings Authentication goes through Plex, and I think you have to expose Plex port, but I'm not sure about that. You can access it through DNS record too, that's how mine is setup.
-
@EddieJennings said in Linux users with iPhones / iPads:
@JaredBusch said in Linux users with iPhones / iPads:
@EddieJennings said in Linux users with iPhones / iPads:
@JaredBusch said in Linux users with iPhones / iPads:
Setup a free account with Plex and then shoot me the email. I will give you access to mine to try things out.
You need the purchased app or the plex pass to save things locally on your device for offline play, but you can get a feel for things without that.
Is your Plex server in colocation?
In my house at the moment. I'm redoing my colocation server to KVM in June. I will move it to that system after that.
How do you expose that to the Internet for someone like me to access? Do you use some kind of dynamic DNS service to keep the A record for your home IP address up to date? Or does your Plex server send traffic to and through Plex's infrastructure, they're the intermediary between you and I?
Plex servers act as a relay to setup the direct connection. Like most other services (ZeroTier, etc.)
-
@marcinozga said in Linux users with iPhones / iPads:
I think you have to expose Plex port,
nope. Not unless you are also trying to do this:
@marcinozga said in Linux users with iPhones / iPads:
You can access it through DNS record too, that's how mine is setup.
-
Yeah, I just checked, mine is exposed.
-
@EddieJennings https://support.plex.tv/articles/216766168-accessing-a-server-through-relay/
It has bandwidth limitations, 1 or 2Mbit, if you have bigger pipe where you host Plex, then exposing port gives you better experience.
-
@marcinozga said in Linux users with iPhones / iPads:
Yeah, I just checked, mine is exposed.
Because there is a relay host choice for connection setup, I would never do that. It adds a large attack vector for your network.
Before Plex had their relay method, I would also have used a direct connection method.
-
If I go the route of Plex, I suppose I could just load what I want on the iPhone / iPad for offline listening, and not have to deal with streaming over the Internet.
-
@EddieJennings Correct.