Suggestion re: renderer profile selection
Might it not be a good idea to take the small extra step to get the MAC address associated with a given IP when a scan for DLNA devices is performed, and use the MAC address as the unique identifier?
-ccd
ccd wrote:on my network get their addresses via DHCP, this means that as they're power cycled, their IP addresses will change.
Illico wrote:ccd wrote:on my network get their addresses via DHCP, this means that as they're power cycled, their IP addresses will change.
You could also fix all your devices IP address according to there MAC address too. its very easy on router config section.For me DHCP is only enable for new nomad devices...all home devices are fixed.
zip wrote:you can't get the MAC address of a device on the network, at least not with Java
ccd wrote:zip wrote:you can't get the MAC address of a device on the network, at least not with Java
Do you not have access to ni.getHardwareAddress() ? Obviously, that won't work on stuff that's outside the local subnet, but if someone's trying to stream outside their local LAN, then figuring out the address of the target device is probably the least vexing of the issues they're facing.
-ccd
zip wrote:ccd wrote:zip wrote:you can't get the MAC address of a device on the network, at least not with Java
Do you not have access to ni.getHardwareAddress() ? Obviously, that won't work on stuff that's outside the local subnet, but if someone's trying to stream outside their local LAN, then figuring out the address of the target device is probably the least vexing of the issues they're facing.
-ccd
That works for the local NI on the Serviio machine, you can't do that for a NI on a remote box.
Users browsing this forum: Google [Bot] and 23 guests