Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
First of all, most media players are streaming/network capable, they don't even advertise it. Just feed it the URL.
You can even integrate user/password combos for http simple auth into a direct link. Not the safest; just to avoid people getting wind of a free radio station and overloading your server. Unless that's you want, but then you should be aware of legal stuff.
On the server side, you can run your own radio station with something like Icecast. That's its own topic.
If you want to choose what you listen to remotely, you are most likely looking at something Subsonic-compatible (apps exist). People say Navidrome is good. I am currently running jellyfin, it's not subsonic compatible but apps exist, too.
I've looked at jellyfin a while ago, it's not my thing. Ran a quick install of navidrome, Looks like that could be a way to go, Especially if I connect my raspi's to that. It would mean 1 machine indexing instead of three+. Also getting rid of favorite syncing. Promising. Thnx for the tip.
I run Navidrome and it meets all the requirements I have for a streaming music platform, plus there are a good handful of mobile apps that will connect you to your Navidrome instance with ease. I was worried that it wouldn't handle large collections, but it rocks along without any issues.
You can control the mpd stream remotely via malp: https://gitlab.com/gateship-one/malp
If you can connect to your home network via VPN you could also try to play from the remote music library via Samba share. This will not give you offline playback support though, which most Subsonic compatible clients support.
I never used it but if you're willing to pay for Symfonium you can directly connect it to a Samba share. Or WebDAV, if you're running Nextcloud anyways. This will give you offline caching as well. Don't have any personal experience, but sounds convenient. Wish there was a FOSS music player with such a broad cloud storage support. Not having to run a dedicated music streaming service sounds great.