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

  1. Verify the uploaded source media is valid.
  2. Re-upload and re-submit processing.
  3. 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"
    }
  ]
}

On this page