SlimTranscoderStatus
Describes the backend transcoding state of a SLIM model, from upload through transcoding to success or failure.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 733 | Unknown | 0 | The transcoding status has not yet been determined. This is the initial state before the model has been queried. Shown as yellow in the debug tint overlay. | |
| 737 | Transcoding | 1 | SLIM transcoding is currently in progress on the backend. The model is expected to transition to Succeeded or Failed once transcoding completes. Shown as blue in the debug tint overlay. | |
| 737 | Succeeded | 2 | Transcoding completed successfully and the SLIM assets are available for streaming. Shown as green in the debug tint overlay. | |
| 737 | Failed | 3 | Transcoding did not complete successfully. Shown as red in the debug tint overlay. |
Removed items 4
| History | Name | Value | |
|---|---|---|---|
| 737 | InProgress | 4 | |
| 737 | NoHash | 1 | |
| 737 | NotUploaded | 2 | |
| 737 | Uploaded | 3 |
Description
Describes the backend transcoding state of a SLIM model. The status progresses as the model is uploaded to the content-delivery network and transcoded into SLIM assets. The DebugVisualizations panel in the Developer Console can color-code models by this status to surface which models have successfully transcoded and which have failed.
History 17
- 737 Remove Uploaded
- 737 Add Transcoding
- 737 Change Value of Succeeded from 5 to 2
- 737 Change Index of Succeeded from 5 to 2
- 737 Remove NotUploaded
- 737 Remove NoHash
- 737 Remove InProgress
- 737 Change Value of Failed from 6 to 3
- 737 Change Index of Failed from 6 to 3
- 733 Add Uploaded
- 733 Add Unknown
- 733 Add Succeeded
- 733 Add NotUploaded
- 733 Add NoHash
- 733 Add InProgress
- 733 Add Failed
- 733 Add SlimTranscoderStatus