Start Re-streaming a Recording
This command creates a stream for the specified recording (asset) and returns its ID. You specify the destination IP address and port.
Authorizations: All
Request
|
Parameters
Name | Description |
---|---|
recordingId | The ID of a HMP recording. |
ip | The destination unicast or multicast IP address. |
port | The destination Port number. |
Result
Success
streamId |
Error
Error | Description |
---|---|
ERROR|010001|'Y' is not a UUID | The |
ERROR|010001|'Y' is not an ip address | The IP Address must follow the proper IPv4/IPv6 notation. |
ERROR|010001|'Y' is not a port number | Port must be between 0 and 65535. |
ERROR|040002|Recording not found | A recording with UUID |
ERROR|010005|Only single source recordings |
|
ERROR|010006|Address or port already in use | The specified IP address or port is currently in use by the session. |
ERROR|010006|Address or port already in use | The specified IP address or port is currently in use by the source. |
ERROR|070004|Error while starting stream | An internal error occurred while starting the |
Example
startRestreamRecording f678f415-0665-48cd-b141-1e95283469f1 OK|bfdac49c-beb7-4271-8acb-de79f3fd2ddf |