Skip to main content

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

startRestreamRecording recordingId ip port

Parameters

NameDescription

recordingId

The ID of a HMP recording.

ip

The destination unicast or multicast IP address.

port

The destination Port number.

Result

Success

streamId

Error

ErrorDescription
ERROR|010001|'Y' is not a UUID

The recordingId provided must be a UUID.

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 'recordingId' was not found.

ERROR|010005|Only single source recordings
can be streamed

recordingId is a UUID of a multi-sourced session.

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
by a source

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 restream. Please see calypso.log for details.

Example

startRestreamRecording f678f415-0665-48cd-b141-1e95283469f1 
10.65.10.240 222
OK|bfdac49c-beb7-4271-8acb-de79f3fd2ddf

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.