transcoders
Start recording
This operation starts the recording of a transcoder after the transcoder has started. If you want the recording to start and stop automatically when you start or stop the transcoder instead, set recording to true when you create a transcoder or update a transcoder.
put/transcoders/{id}/start_recording
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"transcoder": {
"recording": {
"state": "started"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.