

# 網路要求 \$1 低延遲串流
<a name="low-latency-network-requirements"></a>

IVS 低延遲串流依賴 RTMP(S)、SRT 和 WebRTC 通訊協定來傳輸媒體和資料。為了確保順暢的體驗，下列目的地和連接埠必須能夠存取，才能使用指定的通訊協定進行廣播。對這些目的地的傳入或傳出流量所施加的任何限制，都可能會中斷 IVS 低延遲串流的功能。

注意：透過 AWS PrivateLink 將內容串流至 IVS 時，本文件中的資訊不適用。如需更多詳細資訊，請參閱[私有擷取](private-ingest-ll.md)。

## 連接埠
<a name="low-latency-network-requirements-ports"></a>


| 通訊協定 | 目的地 | 站點 | 
| --- | --- | --- | 
|  RTMPS  |  \$1.live-video.net  |  TCP:443  | 
|  不安全的 RTMP  |  \$1.live-video.net  |  TCP:1935  | 
|  SRT  |  \$1.srt.live-video.net  |  TCP:9000  | 
|  WebRTC  |  \$1.live-video.net  |  TCP：4443 (SDP 交換） UDP:32768-61000 (用於 WebRTC 的暫時性連接埠）  | 

## IP 範圍
<a name="low-latency-network-requirements-ip-ranges"></a>

IVS 低延遲串流的資料平面是全域的。若要廣播至 IVS，無論其區域或您選擇的 AWS 區域為何，皆須確保 [ip-ranges.json](https://docs.aws.amazon.com/vpc/latest/userguide/aws-ip-ranges.html) 中服務 IVS\$1LOW\$1LATENCY 的所有子網路均可存取。實況主可以自動連接至任何子網路。如需詳細資訊，請參閱[全球解決方案、區域控制](https://docs.aws.amazon.com//ivs/latest/LowLatencyUserGuide/what-is.html#what-is-aws)。

如需所有 IVS\$1LOW\$1LATENCY 子網路的清單，請執行下列 `jq` 命令：

**ipv4**

```
curl https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[] | select(.service=="IVS_LOW_LATENCY") | .ip_prefix'
```

**ipv6**

```
curl https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.ipv6_prefixes[] | select(.service=="IVS_LOW_LATENCY") | .ipv6_prefix'
```