Error Reference
TRANSCODE_FAILED
Media processing failed after submission to the transcoder.
This error means the transcode workflow could not complete successfully.
Typical causes
- Unsupported source media
- Corrupted input stream
- Transcoder-side processing failure
How to fix
- Verify the uploaded source media is valid.
- Re-upload and re-submit processing.
- Check transcode job status/details before retrying.
Example
{
"errors": [
{
"message": "Transcode job failed",
"code": "TRANSCODE_FAILED",
"documentation": "https://developers.rad.live/docs/errors/transcode_failed"
}
]
}