

# 채널 유형
<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` 채널의 비디오는 트랜스코딩됩니다. 원래 입력에서 여러 가지 품질이 생성되어 뷰어의 디바이스 및 네트워크 조건에 가장 적합한 경험을 자동으로 제공합니다. 트랜스코딩을 사용하면 다양한 다운로드 속도에서 더 높은 재생 품질을 얻을 수 있습니다. 트랜스코딩은 첫 번째 인터넷 연결 및/또는 디바이스 기능(예: 데스크톱 PC 대신 휴대전화)이 제한된 브로드캐스터에 가장 적합한 옵션입니다.
+ `STANDARD`(멀티트랙 입력이 활성화되어 있고 멀티트랙이 활성화된 클라이언트를 사용하는 브로드캐스터) 및 `BASIC` 채널의 비디오는 트랜스먹싱됩니다. Amazon IVS는 뷰어에게 원래 입력을 전달합니다. 트랜스코딩과 마찬가지로 트랜스먹싱된 멀티트랙 입력은 뷰어에게 디바이스 및 네트워크 조건에 대한 최상의 경험을 제공합니다.

트랜스코딩된 모든 채널에는 어떤 변환을 생성할지 결정하는 *트랜스코딩* 사전 설정이 있으며 이를 ABR 래더(ABR ladders)라고 생각하면 이해하기 쉽습니다. ABR 래더를 통해 사용 가능한 다운로드 대역폭과 비디오 품질을 절충하여 시청 환경을 최적화할 수 있습니다.
+ `STANDARD` 채널에는 기본 트랜스코딩 사전 설정이 하나 있습니다.
+ `ADVANCED` 채널에는 선택 가능한 트랜스코딩 사전 설정이 두 개 있습니다.
  + *제한된 대역폭 전송*은 품질 수준마다 `STANDARD`보다 낮은 비트 전송률을 사용합니다. 다운로드 대역폭이 낮거나 비디오 콘텐츠가 단순한 경우(예: 토킹 헤드)에 사용하세요.
  + *더 높은 대역폭 전송*: 품질 수준마다 더 높은 비트 전송률을 사용합니다. 다운로드 대역폭이 높거나 비디오 콘텐츠가 복잡한 경우(예: 플래시 및 빠른 장면 전환)에 사용하세요. 이 값이 기본값입니다.

## 표준 채널
<a name="channel-types-standard"></a>

### 단일 트랙 비디오 입력
<a name="channel-types-standard-without-multitrack"></a>

`STANDARD` 채널이 트랜스코딩됩니다. 가장 높은 비디오 해상도는 Full HD, 1080p입니다. 이것이 기본 채널 유형입니다.
+ **트랜스코딩 사전 설정**: 기본 트랜스코딩 사전 설정 래더가 하나 있습니다.
+ **오디오**: 360p 이하 변환의 경우 오디오가 트랜스코딩됩니다. 다른 변환의 경우: 원본 오디오가 전달됩니다.


| 입력 해상도 및 최대 비트레이트 | 래더 세부 정보 | 
| --- | --- | 
| 8.5Mbps일 때 1080p60 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 1080p30 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 1080p60 미만 및 720p60 초과 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 1080p30 미만 및 720p30 초과 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 720p60 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 720p30 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 
| 8.5Mbps일 때 720p30/60 미만 및 480p30/60 이상 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)  | 

### 멀티트랙 비디오 입력
<a name="channel-types-standard-with-multitrack"></a>

`STANDARD` 채널은 입력이 멀티트랙 비디오일 때 트랜스먹싱됩니다. 생성된 최고 비디오 해상도는 `multitrackInputConfiguration.maximumResolution` 속성에 의해 제한됩니다. 특정 변환은 [브로드캐스터의 시스템 및 환경 요구 사항](https://docs.aws.amazon.com//ivs/latest/LowLatencyUserGuide/multitrack-video-setup.html#multitrack-video-setup-broadcaster-system)에 따라 동적입니다.

모든 비디오 변환에서 오디오는 소스 패스스루입니다.

## 고급 HD 채널
<a name="channel-types-advanced-hd"></a>

`ADVANCED-HD` 채널이 트랜스코딩됩니다. 가장 높은 비디오 해상도는 HD, 720p입니다.
+ **트랜스코딩 사전 설정**: 선택 가능한 트랜스코딩 사전 설정 래더가 두 개 있습니다.
+ **오디오**: 오디오가 트랜스코딩됩니다.


| 입력 해상도 및 최대 비트레이트 | 래더 세부 정보 | 
| --- | --- | 
| 8.5Mbps일 때 720p60\~ 최대 1080p60 | 트랜스코딩 사전 설정: 더 높은 대역폭 전송(기본값):[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />트랜스코딩 사전 설정: 제한된 대역폭 전송:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 8.5Mbps일 때 720p30\~최대 1080p30 | 트랜스코딩 사전 설정: 더 높은 대역폭 전송(기본값):[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />트랜스코딩 사전 설정: 제한된 대역폭 전송:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 8.5Mbps일 때 720p30/60 미만 및 480p30/60 초과 | 트랜스코딩 사전 설정: 더 높은 대역폭 전송(기본값):[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />트랜스코딩 사전 설정: 제한된 대역폭 전송:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html) | 
| 8.5Mbps일 때 480p30/60 | 트랜스코딩 사전 설정: 더 높은 대역폭 전송(기본값):[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />트랜스코딩 사전 설정: 제한된 대역폭 전송:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html) | 

## 고급 SD 채널
<a name="channel-types-advanced-sd"></a>

`ADVANCED-SD` 채널이 트랜스코딩됩니다. 사용 가능한 변환은 입력 품질로 제한되며 상향 변환은 없습니다.
+ **트랜스코딩 사전 설정**: 선택 가능한 트랜스코딩 사전 설정 래더가 두 개 있습니다.
+ **오디오**: 오디오가 트랜스코딩됩니다.


| 입력 해상도 및 최대 비트레이트 | 래더 세부 정보 | 
| --- | --- | 
| 8.5Mbps일 때 480p30/60\~최대 1080p30/60 | 트랜스코딩 사전 설정: 더 높은 대역폭 전송(기본값):[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html)<br />트랜스코딩 사전 설정: 제한된 대역폭 전송:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/ivs/latest/LowLatencyUserGuide/channel-types.html) | 

## 기본 채널
<a name="channel-types-basic"></a>

`BASIC` 채널이 변환됩니다. 단일 변환이 생성됩니다.
+ **트랜스코딩 사전 설정**: NA
+ **오디오**: 소스 오디오가 전달됩니다.


| 입력 해상도 및 최대 비트레이트 | 래더 세부 정보 | 
| --- | --- | 
| 3.5Mbps일 때 480p30/60 초과 및 1080p30/60 이하 | 소스 인코딩 파라미터(래더 없음) | 
| 1.5Mbps일 때 480p30/60 | 소스 인코딩 파라미터(래더 없음) | 