I want to use one port to send all devcies custom metadata.So, i can create one MediaProviderService object, and add all device to HardwareDefinition before MediaProviderService.Init.When I add a new device to get metadata, and i don’t want to create new MediaProviderService,How can i do?
You can create many channels on the same TCP port. Check out the MultiChannelMetadataProvider sample, as it exposes 3 channels on the same TCP port.