Mosiac Output Stream Configuration
GET outputs/config/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns meta data ( data types list available values).
Resource URL
http://{host}/api/2.0/outputs/config/meta/.format
Example Request
GET
GET outputs/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of encoders configuration data, including Layouts selection data, Transport Stream configuration and Output Stream configuration.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
GET
GET outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single encoder full configuration data.
Resource URL
http://{host}/api/2.0/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired encoder. |
Example Request
GET
POST outputs/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Add a new encoder for mosaic output stream.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
POST
PUT outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Edit an existing encoder.
Resource URL
http://{host}/api/2.0/outputs/config/.format
Example Request
PUT
DELETE outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes an existing encoder.
Resource URL
http://{host}/api/2.0/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired encoder. |
Example Request
DELETE