How to change the RTMPS port in Ant Media Server?

Viewed 247

It seems that RTMPS port for Ant Media Server is 8443. How can I change the RTMPS port to something else?

1 Answers

You need to change RTMPS configuration parameters in /usr/local/antmedia/conf/red5.properties.

Here is the example:

rtmps.port=portNumber

You should restart Ant Media Server after this change.

Please check this guide for more detail.

Related