In order to transcode concurrent jobs by Netxcode, we need to provide the transcode slot in Netxcode.
There is a limit per server that is set either by REST API call or in the registry.
Once the transcode slot has been defined, we need to add the transcode slot configuration in eMAM.
Using Registry
1. Open Registry Editor
2. Locate Computer\HKEY_CURRENT_USER\Software\Drastic\NetXCmd
3. Check for Copylimit and add the desired transcoding slot there.
if Copylimit is not present, add that key there with the desired value.
4. Go to eMAM Superadmin> Ingest profiles> Manage transcoders
5. Edit the transcode profile and add the transcode slot configured in Netxcode
6. Restart Netxcode service and ingest manager service.
Using REST API Call
Replace localhost with Netxcode server IP and add copy limit value to the desired one
2. Follow the same steps from 4 to 6 in the previous method