About Default Ports: Which Default Ports Need to Be Open and Why? #6943
Replies: 1 comment
-
@williewhcheng Lets connect on the ticket we are already working on. I hope this is already answered for you. |
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
-
Based on the Ant Media Server GitHub user guide, the following default ports need to be opened for the server to function properly:
TCP:1935 (RTMP)
TCP:5080 (HTTP)
TCP:5443 (HTTPS)
UDP:5000-65000 (WebRTC)
TCP:5000-65000 (This range should only be opened for internal network communication in cluster mode and must not be accessible to the public.)
However, when I use the Azure Marketplace to create a new AMS VM, I noticed the following ports are opened by default. Could you please clarify:
Beta Was this translation helpful? Give feedback.
All reactions