

# 通道类型
<a name="channel-types"></a>

有四种通道类型：`STANDARD`、`ADVANCED_SD`、`ADVANCED_HD`，以及 `BASIC`。创建通道时，默认类型为 `STANDARD`。

有两种类型的视频处理，即*转码*和*容器转换*。这取决于通道类型、通道是否配置为多轨道视频输入，以及广播公司是否使用支持多轨道的客户端。（多轨道视频使用[通道](https://docs.aws.amazon.com//ivs/latest/LowLatencyAPIReference/API_Channel.html)数据类型的 `multitrackInputConfiguration` API 属性进行配置。）
+ `STANDARD`（无多轨道输入）和 `ADVANCED` 通道上的视频经过转码；从原始输入中生成多种质量，以根据观众的设备和网络情况自动为他们提供最佳体验。转码可在各种下载速度范围内实现更高的播放质量。对于第一英里互联网连接有限和/或设备功能有限（例如，用手机而不是台式电脑）的广播公司来说，转码是最佳选择。
+ `STANDARD`（启用多轨道输入且广播公司使用支持多轨道的客户端）和 `BASIC` 通道上的视频经过容器转换：Amazon IVS 将原始输入传递给观众。与转码类似，经容器转换的多轨道输入会根据观众的设备和网络情况为他们提供最佳体验。

所有已转码通道都有*已转码*预设，用于确定生成哪些渲染。可以把它们想象成 ABR 阶梯。它们允许您在可用的下载带宽和视频质量之间进行权衡，以优化观看体验。
+ `STANDARD` 通道有一个默认的转码预设。
+ `ADVANCED` 通道有两个可选的转码预设：
  + *受限的带宽传输*对每个质量级别使用比 `STANDARD` 低的比特率。如果您的下载带宽较低和/或视频内容简单（例如，讲话者头部特写），则请使用它。
  + *较高的带宽传输*对每个质量级别使用较高的比特率。如果您有较高的下载带宽和/或复杂的视频内容（例如闪光灯和快速场景切换），则请使用它。这是默认值。

## 标准通道
<a name="channel-types-standard"></a>

### 单轨道视频输入
<a name="channel-types-standard-without-multitrack"></a>

`STANDARD` 通道已转码。生成的最高视频分辨率为全高清，1080p。这是默认通道类型。
+ **转码预设**：有一个默认的转码预设阶梯。
+ **音频**：对于 360p 及以下的渲染，音频会进行转码。对于其他渲染：传送原始音频。


| 输入分辨率和最大比特率 | 阶梯详情 | 
| --- | --- | 
| 在 8.5Mbps 下为 1080p 60 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为 1080p 30 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为低于 1080p 60 帧且大于 720p 60 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为低于 1080p 30 帧且大于 720p 30 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为 720p 60 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为 720p 30 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 在 8.5Mbps 下为小于 720p 30 帧/60 帧且大于或等于 480p 30 帧/60 帧 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 

### 多轨道视频输入
<a name="channel-types-standard-with-multitrack"></a>

当输入为多轨道视频时，将对 `STANDARD` 通道进行容器转换。生成的最高视频分辨率受 `multitrackInputConfiguration.maximumResolution` 属性限制。根据 [broadcaster’s system and environmental requirements](https://docs.aws.amazon.com//ivs/latest/LowLatencyUserGuide/multitrack-video-setup.html#multitrack-video-setup-broadcaster-system)，具体呈现是动态的。

对于所有视频呈现，音频都是源传递。

## 高级高清通道
<a name="channel-types-advanced-hd"></a>

`ADVANCED-HD` 通道已转码。制作的最高视频分辨率为高清，720p。
+ **转码预设**：有两个可选择的转码预设阶梯。
+ **音频**：音频已转码。


| 输入分辨率和最大比特率 | 阶梯详情 | 
| --- | --- | 
| 在 8.5Mbps 下为 720p 60 帧至 1080p 60 帧 | 转码预设：更高的带宽传输（默认）：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />转码预设：带宽传输受限：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 在 8.5Mbps 下为 720p 30 帧至 1080p 30 帧 | 转码预设：更高的带宽传输（默认）：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />转码预设：带宽传输受限：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 在 8.5Mbps 下为低于 720p 30 帧/60 帧且大于 480p 30 帧/60 帧 | 转码预设：更高的带宽传输（默认）：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />转码预设：带宽传输受限：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 在 8.5Mbps 下为 480p 30 帧/60 帧 | 转码预设：更高的带宽传输（默认）：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />转码预设：带宽传输受限：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html) | 

## 高级标清通道
<a name="channel-types-advanced-sd"></a>

`ADVANCED-SD` 通道已转码。可用的渲染以输入质量为上限，没有向上转换。
+ **转码预设**：有两个可选择的转码预设阶梯。
+ **音频**：音频已转码。


| 输入分辨率和最大比特率 | 阶梯详情 | 
| --- | --- | 
| 在 8.5Mbps 下为 480p 30 帧/60 帧至 1080p 30 帧/60 帧 | 转码预设：更高的带宽传输（默认）：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />转码预设：带宽传输受限：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/ivs/latest/LowLatencyUserGuide/channel-types.html) | 

## 基本通道
<a name="channel-types-basic"></a>

`BASIC` 通道已转码多路复用。生成了一份渲染。
+ **转码预设**：不适用
+ **音频**：传递源音频。


| 输入分辨率和最大比特率 | 阶梯详情 | 
| --- | --- | 
| 大于 480p 30 帧/60 帧且小于或等于 1080p 30 帧/60 帧，带宽为 3.5Mbps | 源编码参数（无阶梯） | 
| 在 1.5Mbps 下为 480p 30 帧/60 帧 | 源编码参数（无阶梯） | 