post
https://developer.dacast.com/v2/channel//change-type
Change a Transcode/ABR live channel to Transmux. One-way.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Change a Transcode/ABR live channel to Transmux. This is one-way: you cannot switch transmux back to transcode.
POST /v2/channel/{id}/change-type
Request body fields:
| Field | Allowed value | Description |
|---|---|---|
from | transcode | Current channel type. Any other value is rejected. |
to | transmux | Target channel type. |
Do not use this on HLS ingest, VOD Rebroadcast channels, or a channel that is already transmux.
If from is not transcode, the API returns 400 with error / detail explaining that from can only be transcode.
204Channel type changed. Empty body.
