Looking for DLNA Renderer software
from Scrath@lemmy.dbzer0.com to selfhosted@lemmy.world on 13 Jul 09:30
https://lemmy.dbzer0.com/post/48906938

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.

#selfhosted

threaded - newest

infeeeee@lemmy.zip on 13 Jul 09:42 next collapse

Mopidy has a dlna plugin: mopidy.com/ext/dleyna/

I use this container for mopidy: hub.docker.com/r/ivdata/mopidy

Scrath@lemmy.dbzer0.com on 13 Jul 10:29 collapse

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

miss_demeanour@lemmy.dbzer0.com on 13 Jul 09:49 next collapse

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

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

Scrath@lemmy.dbzer0.com on 13 Jul 10:21 collapse

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

miss_demeanour@lemmy.dbzer0.com on 13 Jul 11:30 collapse

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

glitching@lemmy.ml on 13 Jul 09:58 next collapse

I’m using macast as a media renderer, for video and audio. don’t know if there’s a docker container for it.

Scrath@lemmy.dbzer0.com on 13 Jul 10:26 collapse

I’ve used macast in the past on my desktop where it worked perfectly. Unfortunately I could not find a fitting docker image for it. There is this one but it has literally no information and only 70 image pulls. Then there is a dockerfile in the Macast github repo but considering I don’t see a docker image mentioned anywhere in the documentation so I guess that one is only for building the application. I believe Macast is a GUI application anyway so I’m not sure how good it would work on a headless server.

glitching@lemmy.ml on 13 Jul 11:45 collapse

it’s using mpv under the hood, so I guess it should be able to play audio headless. I’m using allcast to cast to it and control it.

sxan@midwest.social on 13 Jul 10:36 next collapse

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 on 13 Jul 10:55 next collapse

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 on 13 Jul 16:39 collapse

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 on 13 Jul 14:01 collapse

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