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
850 stars 207 forks source link

hi-fi cast on android shows only one of multiple gmediarender on intranet [v0.1] #266

Open vareille opened 1 year ago

vareille commented 1 year ago

Hi, I am not sure if it is a Hi-Fi Cast issue or gmediarender. But on my Hi-Fi Cast screen the gmediarender "Minipc" get replaced by the gmediarender "Officer" when I start it. I was expecting to have the choice

mill1000 commented 1 year ago

You need to provide a different UUID via the --uuid option to the second instance

vareille commented 1 year ago

I think the --friendly-name could be use to do that automatically. this uuid seems a bit redondant

mill1000 commented 1 year ago

I think the benefit of keeping friendly-name and uuid separate is it allows renaming the renderer without clients losing track of it.

However, I do agree that it would be better to get away from a fixed UUID. Perhaps a UUID could be generated from friendly-name unless it's overridden with the uuid option.