> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/network/streaming.md).

# ストリーミングURLパス

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

APIを使用した[RTSP/HLS/MP4ストリーミング](https://www.emstone.com/docs/dvr/http/video.html)に加えて、個別のストリーミングURLを指定できます。

ストリーミングURLを指定すると、APIドキュメントに記載されたユーザー認証なしでURLに直接アクセスできます。

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

設定 - ネットワーク - ストリーミングURLパスで設定できます。 \
NVR+ / VMSでは各サーバーごとに設定します。

{% hint style="info" %}

#### 例) 高品質 high16 に指定したときのHLS Liveストリーミング

<http://NVR> IP/live/high16.m3u8
{% endhint %}

{% hint style="info" %}

#### 例) サーバー2番で高品質 high16 に指定したときのRTSP Liveストリーミング

rtsp\://NVR IP:1554/high16
{% endhint %}

{% embed url="<https://www.youtube.com/watch?list=PL65F9Xe1P8XfYULir-bS6rGBVFt-LnDW2&v=Uci_rZk6JNQ>" %}


---

# 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:

```
GET https://emstone.gitbook.io/guide-jp/nvr-vms/network/streaming.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.
