Skip to content

Commit 103ada3

Browse files
authored
Merge pull request #205943 from FlorianBorn71/RemovePortsForPreGAVersions
Remove the section about network ports for versions 0.1.X
2 parents 311a9e6 + 4a2d337 commit 103ada3

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

articles/remote-rendering/overview/system-requirements.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Even though the correct H265 codec might be installed, security properties on th
3939

4040
Azure Remote Rendering currently only supports **HoloLens 2** and Windows desktop as a target device. See the [platform limitations](../reference/limits.md#platform-limitations) section.
4141

42-
On desktop, it is required to install the latest [Microsoft Visual C++ Redistributable package](https://aka.ms/vs/17/release/vc_redist.x64.exe) to be able to run any Azure Remote Rendering application.
42+
On desktop, it's required to install the latest [Microsoft Visual C++ Redistributable package](https://aka.ms/vs/17/release/vc_redist.x64.exe) to be able to run any Azure Remote Rendering application.
4343

4444
It's important to use the latest HEVC codec, as newer versions have significant improvements in latency. To check which version is installed on your device:
4545

4646
1. Start the **Microsoft Store**.
47-
1. Click the **"Library"** button in the bottom left.
48-
1. Find **HEVC Video Extensions from Device Manufacturer** in the list. If it is not listed under updates, the most recent version is already installed. Otherwise click the **Get Updates** button and wait for it to install.
47+
1. Select the **"Library"** button in the bottom left.
48+
1. Find **HEVC Video Extensions from Device Manufacturer** in the list. If it isn't listed under updates, the most recent version is already installed. Otherwise select the **Get Updates** button and wait for it to install.
4949
1. Make sure the listed codec has at least version **1.0.21821.0**.
5050
1. Select the **HEVC Video Extensions from Device Manufacturer** entry from the list.
5151
1. Scroll down to the **Additional Information** section.
@@ -61,8 +61,6 @@ For troubleshooting network issues, refer to the [Troubleshooting Guide](../reso
6161

6262
### Network firewall
6363

64-
### SDK version >= 0.1.76
65-
6664
Remote Rendering virtual machines use shared IP addresses from the following IP ranges:
6765

6866
| Name | Region | IP prefix |
@@ -84,16 +82,6 @@ Make sure that your firewalls (on device, inside routers, etc.) don't block thes
8482
|-------------------|---------- |----------|
8583
| 49152-65534 | TCP / UDP | Outgoing |
8684

87-
#### SDK version < 0.1.76
88-
89-
Make sure that your firewalls (on device, inside routers, etc.) don't block the following ports:
90-
91-
| Port | Protocol | Allow | Description |
92-
|-------------------|----------|----------|-------------|
93-
| 50051 | TCP | Outgoing | Initial connection (HTTP handshake) |
94-
| 8266 | UDP | Outgoing | Data transfer |
95-
| 5000, 5433, 8443 | TCP | Outgoing | Required for [ArrInspector tool](../resources/tools/arr-inspector.md)|
96-
9785
## Software
9886

9987
The following software must be installed:

0 commit comments

Comments
 (0)