Skip to content

Guide For AWS Marketplace Users

akiziltoprak edited this page Apr 18, 2021 · 20 revisions

Guide:

This guide provides IT infrastructure decision-makers and system administrators with technical guidance on how to prepare, configure, deploy, and run Ant Media Server in a stand alone or highly scalable and available mode on AWS.

Installation:

Please refer to following links for an installation of Ant Media Server on AWS for single instance (stand alone) or in multi instances (highly available and scalable)

Preparation:

  • Open UDP ports(5000-65000) in order to make WebRTC work.

  • In case of instance instance stop/start, IP may be changed by AWS. So please use [Elastic IP](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html).

  • Most of the browsers require secure connection for WebRTC publishing. So if you want to use WebRTC publishing, you need to run enable SSL script. Please look at [this](https://github.com/ant-media/Ant-Media-Server/wiki/SSL-Setup#enabling-ssl-in-linuxubuntu).

  • Add STUN server configuration by running the following two commands:

    echo 'settings.webrtc.stunServerURI=stun:stun1.l.google.com:19302' | sudo tee -a /usr/local/antmedia/webapps/WebRTCAppEE/WEB-INF/red5-web.properties
    echo 'settings.webrtc.stunServerURI=stun:stun1.l.google.com:19302' | sudo tee -a /usr/local/antmedia/webapps/LiveApp/WEB-INF/red5-web.properties

Usage:

Server can become ready to use as it’s designed based on 64-bit (x86) Amazon Machine Image (AMI). No need to install anything as long as you use AMI. Just needs to wait about 30 seconds after server starts because it will create and set up some initial configurations.

You can login the Web Management Console with below credentials Username: JamesBond Password: {InstanceId*}

*You can learn instance id on EC2 console. It should be in the following format such as i-xxxxxxxxxxxxxxxxx.

Helpful Documents:

Please refer to following links that can help during configuration or execution of Ant Media Server either in Stand alone or multi instance mode.

Upgrade Process:

You can upgrade Ant Media Server in AWS to its latest release as Ant Media publishes new releases in every 2 months. You can refer to a link for more details https://github.com/ant-media/Ant-Media-Server/wiki/How-to-upgrade-AWS-Marketplace-AMI-instance%3F

Support:

By using this product, you are eligible to request professional support through e-mail: [[email protected]]([email protected])

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally