hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
851 stars 206 forks source link

Where in the code is the SSDP mechanism implemented #226

Open gerben-b opened 3 years ago

gerben-b commented 3 years ago

Hi Henner,

I try to add logging to see the SSDP requests (M-SEARCH) messages. Where in the code can I add a log call to do that?

Thanks in advance, Gerben

whyman commented 3 years ago

It is handled by libupnp

gerben-b commented 3 years ago

Hi Whyman, I am aware of that bus somewhere in the code the received SSDP request must be handled (the reply to the M-SEARCH query). Where in this code base is that (or is this handled completely inside libupnp)?