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 in on AWS.

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 is ready to use as it’s designed based on 64-bit (x86) Amazon Machine Image (AMI). No need to install anything. Just wait about 30 seconds after server starts because it will create 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: [[email protected]]([email protected])

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally