Destinations
Last updated
Last updated
POST
http://recording_server:9000/api/destinations
Add a new output configuration for local file encoding or network streaming
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
PUT
http://recording_server:9000/api/destinations/{index}
Changes parameters of an existing Destination by its index
GET
http://recording_server:9000/api/destinations/{index}
Returns a Destination by its index
GET
http://recording_server:9000/api/destinations
Returns all the available Destinations
DELETE
http://recording_server:9000/api/destinations/{index}
Removes a Destination by its index
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
API Token
Name
string
Sets a name of a Destination
Location
string
Sets a folder to store the recording files
Type
string
Either "Local File Recording" or "Network Streaming"
URL
string
Target URL for streaming
StreamKey
string
Stream Key for streaming
NamingTemplate
string
A template to name the resulting files
OverwriteExistingFiles
boolean
Indicates whether the resulting files should be overwritten
SplitIntervalString
string
Specifies a time for splitting the recorded files into equal chunks
PresetName
string
A name of encoding preset
PostCapturingAction
string
Sets an action for the recorded files. Possible values are "Do Nothing", "Move after recording to", and "Copy after recording to"
PostCapturingActionTarget
string
Sets a folder to copy or move the recorded files if the PostCapturingAction is set.
{index}
string
Specifies an index of a Destination to update
Authorization
string
API Token
Name
string
Sets a name of a Destination
Location
string
Sets a folder to store the recording files
Type
string
Either "Local File Recording" or "Network Streaming"
URL
string
Target URL for streaming
StreamKey
string
Stream Key for streaming
NamingTemplate
string
A template to name the resulting files
OverwriteExistingFiles
boolean
Indicates whether the resulting files should be overwritten
SplitIntervalString
string
Specifies a time for splitting the recorded files into equal chunks
PresetName
string
A name of encoding preset
PostCapturingAction
string
Sets an action for the recorded files. Possible values are "Do Nothing", "Move after recording to", and "Copy after recording to"
PostCapturingActionTarget
string
Sets a folder to copy or move the recorded files if the PostCapturingAction is set.
{index}
integer
Specifies an index of a Destination to return
Authorization
string
API Token
Authorization
string
API Token
{index}
integer
Specifies an index of a Destination to remove
Authorization
string
API Token