# Quick ABR Setup

Quick ABR Setup 화면을 통해 미리 정의된 비디오 인코딩 프리셋을 선택하여 ABR을 구성할 수 있습니다.

<figure><img src="/files/VTpkC1JnBH9iQsYkPoIP" alt=""><figcaption></figcaption></figure>

설정 화면에서는 ABR을 구성할 Virtual Host, Application, Output Profile을 선택할 수 있으며, 수정할 Playlist 의파일명(`master`)을 확인할 수 있습니다.

{% hint style="info" %}
OvenMediaEngine Enterprise의 최초설정은 PassThrough로 동작하며, 별도의 트랜스코딩 없이 입력 스트림을 그대로 전달합니다.
{% endhint %}

<figure><img src="/files/PPLkCOh0JuEpFORh2eks" alt=""><figcaption></figcaption></figure>

비디오 인코딩 설정을 변경하려면 `Change Video Encoding` 버튼을 클릭합니다. 팝업에서 원하는 비디오 인코딩을 선택한 후 `Apply` 버튼을 클릭하면 선택한 설정이 반영됩니다. 설정이 변경되면 화면 우측 상단의 `Update Configuration` 버튼이 활성화됩니다.

<figure><img src="/files/Q0mNTmcSDZKVKoNJZmeG" alt=""><figcaption></figcaption></figure>

`Update Configuration` 버튼을 클릭하면 변경 사항을 확인할 수 있으며, `OK` 버튼을 누르면 OvenMediaEngine의 설정 파일인 `Server.xml`이 업데이트됩니다.

{% hint style="info" %}
이 단계에서는 설정 파일 (`Server.xm)`만 수정되며, 현재 실행 중인 OvenMediaEngine에는 아직 적용되지 않습니다.
{% endhint %}

<figure><img src="/files/OQrNSOIgU7alZsG2qdHT" alt=""><figcaption></figcaption></figure>

변경된 ABR 설정을 적용하려면 화면 우측 상단의 엔진 재시작 버튼을 클릭합니다.

{% hint style="danger" %}
엔진이 재시작되는 동안에는 활성 스트리밍이 일시적으로 중단됩니다.
{% endhint %}

<figure><img src="/files/8CgYyP5KNRazytf0bC6o" alt=""><figcaption></figcaption></figure>

재시작이 완료된 후, 스트림 재생 화면에서 방금 설정한 `master` Playlist를 재생하면 ABR이 적용된 것을 확인할 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ovenmediaengine-enterprise.gitbook.io/guide/ko-kr/exclusive/web-console/web-console-overview/quick-abr-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
