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
841 stars 204 forks source link

It runs on arbitrary network interface #137

Closed gerroon closed 7 years ago

gerroon commented 7 years ago

Hi

It seems like this app chooses one arbitrary network interface and runs on it instead of runnin g on all interfaces or offering to choose one. At least it only shows up in one interface. I have 3 cards attached and it only broadcasts properly on the wired one (two others are wireless)

thanks

hzeller commented 7 years ago

There is the option -I for this. (Only one, because the UPnP library can only listen on one interface).

gerroon commented 7 years ago

hzeller, that works thanks