Channels
Last updated
Last updated
GET
http://recording_server:9000/api/channels
Returns a list of all the Channels using in Direct Take
Name | Type | Description |
---|---|---|
GET
http://recording_server:9000/api/channels/{index}
Returns parameters of a Channel by its index
PUT
http://recording_server:9000/api/channels/count/{grid_size}
Sets a grid size for the Channels
GET
http://recording_server:9000/api/channels/{index}/preview
Returns a Base64 string that represents a PNG image of a Channel's Source
PUT
http://recording_server:9000/api/channels/{index}/set-source/{source_name}
Configures a Channel (by its index) with a Source (by its name)
PUT
http://recording_server:9000/api/channels/{index}/unset-source
Removes a source from a Channel
PUT
http://recording_server:9000/api/channels/{index}/add-dest/{destination_name}
Adds a Destination (by its name) to a configuration of a Channel (by its index). One channel might have multiple destinations.
PUT
http://recording_server:9000/api/channels/{index}/delete-dest/{destination_name}
Removes a Destination (by its name) from a configuration of a Channel (by its index)
PUT
http://recording_server:9000/api/channels/{index}/sync-on
Put a Channel in the InSync mode (ready for synchronous recording)
PUT
http://recording_server:9000/api/channels/{index}/sync-off
Disables the InSync mode for a Channel (ready for regular recording)
PUT
http://recording_server:9000/api/channels/{index}/rec-start
Starts Recording of a Channel. If the Channel is in the Paused state, resumes the recording.
PUT
http://recording_server:9000/api/channels/{index}/rec-pause
Pauses Recording of a Channel
PUT
http://recording_server:9000/api/channels/{index}/rec-stop
Stops Recording of a Channel
PUT
http://recording_server:9000/api/channels/sync-rec-start
Start (Resume) Synchronous Recording for channels in the InSync mode
PUT
http://recording_server:9000/api/channels/sync-rec-pause
Pauses Synchronous Recording
PUT
http://recording_server:9000/api/channels/sync-rec-stop
Stop Synchronous Recording
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
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
{index}
integer
index of a Channel
Authorization
string
API Token
{grid_size}
integer
Sets the size of the channels grid. Possible values: 1, 4, 9, 16.
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{source_name}
string
name of a Source
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{destination_name}
string
Name of a Destination
{index}
integer
index of a Channel
Authorization
string
API Token
{destination_name}
string
name of a Destination
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
{index}
integer
index of a Channel
Authorization
string
API Token
Authorization
string
API Token
Authorization
string
API Token
Authorization
string
API Token