Encoder Commands
GET outputs/command/start/{encoder_id}/{device_id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Starts the desired encoder on a specific device in the stack, if defined.
Resource URL
http://{host}/api/2.0/outputs/command/start/{encoder_id}/{device_id}/.format
Example Request
GET
GET outputs/command/stop/{encoder_id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Stops an active encoder.
Resource URL
http://{host}/api/2.0/outputs/command/stop/{encoder_id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
encoder_id | integer | The ID of the desired encoder. |
Example Request
GET
GET outputs/command/setSourceAudioPid/<encoder_id>/<channel_source_id>/<pid>
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Changes audio mosaic state.
Resource URL
http://{host}/api/2.0/outputs/command/setSourceAudioPid/<encoder_id>/<channel_source_id>/<pid>/.json
Example Request
GET
GET outputs/command/clearSourceAudioPid/<encoder_id>
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Changes audio mosaic state.
Resource URL
http://{host}/api/2.0/outputs/command/setSourceAudioPid/<encoder_id>/<channel_source_id>/<pid>/.json
Example Request
GET