Skip to content

Guide For AWS Marketplace Users

akiziltoprak edited this page Apr 15, 2021 · 20 revisions

Preparation:

  • 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 after that visit http://SERVER_IP:5080/ to access web management console.

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 something in the following format i-xxxxxxxxxxxxxxxxx. For instance it is i-028bce455e58e62df

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