anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
615 stars 93 forks source link

got an SSDP server running in LAN already, so how to disable SSDP listening in dms? #122

Open enihcam opened 1 year ago

enihcam commented 1 year ago

or would be to reasonable? thanks.

anacrolix commented 1 year ago

Is this specific to anacrolix/dms?

enihcam commented 1 year ago

Is this specific to anacrolix/dms?

the author of miniupnpd actually wrote a patch for you, as a reference. :) https://github.com/miniupnp/dms/commit/b4b27b70cb0dd4df03092fb20aa08f94dbeff37d

miniDLNA is also patched: https://sourceforge.net/p/minidlna/patches/29/ for more details: http://miniupnp.free.fr/minissdpd.html

anacrolix commented 1 year ago

@enihcam would you like to make https://github.com/miniupnp/dms/commit/b4b27b70cb0dd4df03092fb20aa08f94dbeff37d into a PR? It doesn't look like the patch allows you to turn minissdpd on and off. If so, that will need to be included (like a flag turns on minissdpd mode).

I'm surprised that you can't have multiple multicasts operating at the same time. I don't really have time to dig into it more but I'm sure the minissdpd author knows more.

anacrolix commented 9 months ago

@enihcam were you still interested in this? I think with some small changes it would be applicable to this project.

enihcam commented 9 months ago

@enihcam were you still interested in this? I think with some small changes it would be applicable to this project.

i don't really have time on this, so I've simply removed miniupnpd for now.

anacrolix commented 9 months ago

I don't either, oh well.

anacrolix commented 9 months ago

I'll leave this open as I think it's still interesting and somebody might get the opportunity to pick it up.