I want to build a new DataMiner SRM service definition which will include encoders from multiple vendors. Some of them support HD only, some also support UHD, some support different input and output formats, one has an SDI and 2022-6 input, the other one has an SDI input only.
Can I put them all together in a single group of resources to have a single encoder building block I can drag into the DataMiner service manager to create a new service definition?
When I run a service DataMiner should automatically pick an encoder that "fits best".
Hi Thomas,
When working with DataMiner SRM, you define the components used in a service, by adding different functions to the canvas of your service definition and linking them together.
In the case of your example, where you would like to support different encoders in the same service definition you can use a generic encoder function.
This generic encoder is a system function that can be used in your service definition.
You'll also have an encoder function for every encoder from every vendor.
These vendor-specific functions can be linked to the generic encoder function you use in the service definition.
This will allow you to select any encoder from any vendor when booking your service.
When adding the different encoder resources to the DataMiner system, you can define resource capacities and capabilities.
The capabilities can be used for example to indicate which encoders support only HD and which ones support HD and UHD.
When creating a booking, DataMiner will check which resources are available with the required capabilities (and capacities).
The user will then only be able to choose one of the appropriate resources.