Azure Marketplace AMS image only opens a few ports by default. How can I resolve this issue without doing it manually in the cluster environment #7016
Unanswered
williewhcheng
asked this question in
Q&A
Replies: 2 comments
-
Hello @williewhcheng, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Greetinw @williewhcheng, I hope this message finds you well. Have you tried using ARM Templates? You can check out our documentation here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short description
Regarding the Azure Marketplace image issue, this image only opens a few ports by default. My question is, when using a cluster that requires additional ports to be opened manually, how can I resolve this issue without doing it manually in the cluster environment.
For a single AMS instance, the following ports are required:
• TCP: 80 (SSL): Include this if SSL redirection is required.
• TCP: 1935 (RTMP): For publishing and playing RTMP streams.
• UDP 4200 (SRT): Used for Secure Reliable Transport (SRT) protocol.
• TCP: 5080 (HTTP): For management and WebSocket connections over HTTP.
• TCP: 5443 (HTTPS): For secure management and WebSocket connections over HTTPS.
• UDP: 5000-65000 (WebRTC): For WebRTC connections.
Azure Marketplace AMS image only opens a few ports by default.

Beta Was this translation helpful? Give feedback.
All reactions