[Solved]Two gmediarender conflict

I have two RPI 3B using DietPi as OS and installed roon bridge and gmrender. I changed the host name and DLNA name (through changing -f name inside gmrendr.service). But there seem to be some conflict between two DLNA renderer.
While using roon there was no problem. But, when I use DLNA, the names of two DLNA client never show up simutaneously. They show up one by one, and when I play music in one machine the music starts in the other machine sometimes.
I want to know if there is any solution. thanks.

Hi,

Thanks for the report.

Confirmed issue, we’ll resolve for v6.10.

Basically we need to change the GMrender advertised UUID per system.

In the service /etc/systemd/system/gmrender.service, add the entry -u system1

gmediarender -u system1 -f DietPi-device1 --gstout-audiodevice=sysdefault --gstout-initial-volume-db=-1 --logfile=/var/log/gmrender.log



systemctl daemon-reload
dietpi-services restart

Do the same on the other system, changing -u system1 to -u system2

You should now see both devices in any DLNA client.

Thanks. It works well!