> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-7.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-7.0/startmenu/music_video/iptv.md).

# IPTV 보기

전 세계의 TV를 인터넷으로 볼 수 있는 IPTV 프로그램입니다.

## 설치

터미널에서 다음과 같이 입력하여 프로그램을 설치합니다.

```
sudo apt install hypnotix
```

## 실행

설치가 완료되면 음악과 비디오 메뉴에 IPTV 보기가 표시됩니다.

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

IPTV에서 약 1000개가 넘는 전 세계의 TV채널을 시청할 수 있습니다.

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

국가를 선택 후 첫 화면 왼쪽 TV 아이콘을 클릭하면 시청이 가능한 국가별 TV채널 목록이 나타납니다.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-7.0/startmenu/music_video/iptv.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
