ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧
https://listen-to-euterpe.eu
GNU General Public License v3.0
522 stars 42 forks source link

DLNA option 😍 #43

Open JamesDAdams opened 2 years ago

JamesDAdams commented 2 years ago

Hi, your soft is very good, and an option to cast in dlna on speakers would be even better :)

ironsmile commented 2 years ago

Hello! Yea, you are right. I've been thinking about that too. But two reasons have stopped to do it so far. First, I don't really use any DLNA devices and come to think of it I don't think I have any. It shouldn't be a problem, though. The biggest issue is I haven't decided whether it makes sense for the server to do it or for one (all?) of it clients to implement this. It would be great if the server could do it but on the other hand I expect it to be on a different network and possibly accessed via Internet. This is what I do. The other option is adding a DLNA server to the clients (mobile, GTK, Rhythmbox plug-in) which are presumably in the same network as the DLNA speakers. What stopped me from going forward is that it is a duplication of effort for every client. And all of them still require other features to be added before I get to DLNA.

TL;DR - I want to work on this too. But there are other things with higher priority for me at the moment.