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: 1 comment
-
Hello @williewhcheng, |
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
-
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.
![Image](https://private-user-images.githubusercontent.com/160831376/409352650-ba7c8fb4-832e-4e4b-b333-507e2cf8a289.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzQ2OTYsIm5iZiI6MTczOTQ3NDM5NiwicGF0aCI6Ii8xNjA4MzEzNzYvNDA5MzUyNjUwLWJhN2M4ZmI0LTgzMmUtNGU0Yi1iMzMzLTUwN2UyY2Y4YTI4OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxOTE5NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ODk5M2ZiZWQzZmE1MzMyMjBhMzZiNWFhNzY5MzNjN2YwNWNiMTQ0OWM2MGZjOGFiYjdmZmViNTU1NzQwZWRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4ipL1ceV8VHpsZuEz-FwoAZ9VlknZcWiyVY9ga6P8ic)
Beta Was this translation helpful? Give feedback.
All reactions