This topic introduces the transitions between different states of a MediaLive channel and the operations to start and stop a channel in the console.
Channel states
The following state machine diagram illustrates the transitions between channel states:
IDLE: The channel is inactive. This is the initial state after creation.
STARTING: The channel is in the process of being started.
RUNNING: The channel is started and working normally.
STOPPING: The channel is in the process of being stopped.
RECOVERING: The channel is attempting to recover one or more failed tasks until they are successful.
Start and stop a channel
After creating a channel in MediaLive, you must start it manually. The channel will automatically restart only when it has recovered from a failure through retries.
You can stop a running channel at any time.
Start a channel
Log on to the Intelligent Media Services (IMS) console. In the upper-left corner, select a region based on your business requirements.
In the left-side navigation pane, choose
.Find the channel that you want to start and click Start in the Actions column.
You can also click the channel ID to go to the channel details page. Then, click Start in the Channel Status section.
The channel state switches to Starting. Wait a few seconds, then click the refresh button. The channel state updates to Running.
NoteIf the channel state does not change after refreshing, wait a few more minutes and try again.
On the channel details page, the basic channel information and its inputs and output groups are displayed.
Stop a channel
Log on to the IMS console. In the upper-left corner, select a region based on your business requirements.
In the left-side navigation pane, choose
.Find the channel you want to stop and click Stop in the Actions column.
You can also click the channel ID to go to the channel details page. Then, click Stop in the Channel Status section.
The channel state switches to Stopping. Wait a few seconds, then click the refresh button. The channel state updates to Idle.
NoteIf the channel state does not change after refreshing, wait a few more minutes and try again.
After the channel is stopped, click the channel ID or Modify in the Actions column to go to the channel details page, where you can modify channel configurations, such as the name, inputs, and output groups.