Skip to content

Guide For AWS Marketplace Users

akiziltoprak edited this page May 3, 2023 · 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)

Supported Regions:

All regions of AWS is supported for Ant Media Server to be installed.

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.

Support:

By using this product, you are eligible to request professional support through e-mail at support@antmedia.io

  • Our typical response time is 24 hours in week days and max response time is 3 days under high load or at weekends. Ant Media commits to resolve our client’s issues or request at the earliest time.

if you are looking for a quick answer for your technical question, your question can already be answered in

You can have a look there or you can even ask in the community as it’s being monitored and managed by Ant Media Support team.

Troubleshooting and FAQ:

Cost and Licenses:

Ant Media Server is offered in AWS in following edition

For additional details about Ant Media Server licensing and usage, please see at https://antmedia.io

As AWS user, you are responsible for the cost of AWS services used while running the system and for cost estimates, please refer to https://antmedia.io/cost-calculator/ for each AWS service you will be using. Prices are subject to change.

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

Sizing:

Ant Media Server provides different benchmark values on different type of EC2 servers. As main criteria to dimension the capacity of Ant Media Server, user should provide concurrent number of broadcast(s) and concurrent number of viewer(s) that will be held on Ant Media Server. In order to make sizing exercise for Ant Media Server, you should refer to https://antmedia.io/cost-calculator/ and enter required information to calculate what would be size of server you should choose.

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.

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally