this post was submitted on 13 Jul 2025
29 points (100.0% liked)

Selfhosted

60664 readers
518 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. 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.

  8. 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:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello everyone, I am currently looking for a software solution to use my home server as a DLNA renderer which can output audio to my stereo amplifier.

The only solution I found was called gmrender-resurrect which seems like it would do exactly what I want but I was unable to get a docker container of it working. While I was able to find and connect to the DLNA Renderer, playback would fail every time and I was unable to get any information from the logs regarding why.

Do any of you know another solution to stream audio from my phone to my server (I am using Symfonium on the phone side)? Ideally it would be something I can deploy as a docker container on my server.

Thanks.

top 9 comments
sorted by: hot top controversial new old
[–] infeeeee@lemmy.zip 4 points 1 year ago (1 children)
[–] Scrath@lemmy.dbzer0.com 1 points 1 year ago

That might work. I'll have to check it out. Thanks

[–] miss_demeanour@lemmy.dbzer0.com 2 points 1 year ago (1 children)

I used minidnla successfully a number of years back. It's now called Readymedia, and there are a few docker images.

https://hub.docker.com/r/vladgh/minidlna/

[–] Scrath@lemmy.dbzer0.com 4 points 1 year ago (1 children)

I was under the impression that minidlna is exclusively a DLNA server and not a renderer. Is that wrong?

Yes, you are correct. Mea culpa for the brain fart.

[–] sxan@midwest.social 1 points 1 year ago (2 children)

Do any of you know another solution to stream audio from my phone to my server

I use snapcast throughout my house and devices, but there's no snap_server_ for Android.

I've been meaning to try roc, for which there is an Android client that will both play and serve.

Sonobus also claims to be many:many; I haven't tried it either and it doesn't look particularly active.

I don't use UPnP or DLNA because of the security issues, so I can't offer a suggestion about that. I thought DLNA was a pull oriented protocol - like, to send music from your phone you'd have to select and play on your computer with a DLNA client. Can you push media with DLNA?

[–] Scrath@lemmy.dbzer0.com 2 points 1 year ago

I'm not very well informed on the specifics of the DLNA standard or how it is differentiated from UPnP so take what I say here with a grain of salt. My understanding is that there are 3 device types in DLNA

  • A server which provides media
  • A client which can pull media from the server
  • A renderer which can play back media from the client

I'm not sure if the server is necessary stricly speaking or if my device is using the underlying UPnP stuff but I can use Macast, which is a DLNA renderer, on my desktop computer and then select it as a playback device in Symfonium on my android phone where it shows up as a UPnP device.

[–] SaltySalamander@fedia.io 1 points 1 year ago

like, to send music from your phone you'd have to select and play on your computer with a DLNA client. Can you push media with DLNA?

This isn't how it works.

[–] clb92@feddit.dk 1 points 1 year ago* (last edited 1 year ago)

VLC can play from DLNA, so perhaps there's a way you can use that?