Skip to content

Frequently Asked Questions

Selim Emre Toy edited this page Aug 18, 2020 · 102 revisions

How to install SSL on the AWS EC2 server instance?

  1. Please use an Elastic IP address.
  2. Add A record in your Elastic IP address.
  3. After that please check DNS records in here -> https://dnschecker.org/
  4. If everything is fine, follow this tutorial -> https://github.com/ant-media/Ant-Media-Server/wiki/SSL-Setup

Where to download JavaScript SDK?

JavaScript SDK is available in the Ant Media Server. It can be accessed via http://SERVER_ADDR:5080/LiveApp/js/webrtc_adaptor.js. Its file location is /usr/local/antmedia/webapps/LiveApp/js/webrtc_adaptor.js. Its source code is also available in here

May I use Docker images to deploy Ant Media Server

YES. Utilizing Docker images is a very common way of deploying Ant Media Server. Check the Installation

How to reset admin password?

  • Stop the server service antmedia stop.
  • Delete the server.db file under /usr/local/antmedia/
  • Start the server `service antmedia start``

If you're using mongodb as database, your password will be in serverdb database and in User collection.

?

  • How to improve quality in WebRTC Streams?

?

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally