-
Notifications
You must be signed in to change notification settings - Fork 642
Guide For AWS Marketplace Users
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.
Please refer to following links for an installation of Ant Media Server on AWS for single instance (stand alone mode) or multi instance mode (highly available and scalable)
-
Single Instance - https://github.com/ant-media/Ant-Media-Server/wiki/Start-Ant-Media-Server-on-AWS-(Single-Instance)
-
Multi Instance - https://github.com/ant-media/Ant-Media-Server/wiki/Scaling-with-AWS
-
Multi Instance with CloudFormation - https://github.com/ant-media/Ant-Media-Server/wiki/CloudFormation-Installation-For-Scaling-Ant-Media-Server
-
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
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.
-
Login to Web Panel
http://INSTANCE_IP_ADDRESS:5080
username: JamesBond password: {Your Instance Id, like this i-0fb29b677379280a5}
-
[WebRTC Publishing](https://github.com/ant-media/Ant-Media-Server/wiki/WebRTC-Publishing)
-
[RTMP Publishing](https://github.com/ant-media/Ant-Media-Server/wiki/RTMP-Publishing)
-
[WebRTC Playing](https://github.com/ant-media/Ant-Media-Server/wiki/WebRTC-Playing)
-
[HLS Playing](https://github.com/ant-media/Ant-Media-Server/wiki/HLS-Playing)
By using this product, you are eligible to request professional support through e-mail: [[email protected]]([email protected])
- Introduction
- Quick Start
- Installation
- Publishing Live Streams
- Playing Live Streams
- Conference Call
- Peer to Peer Call
- Adaptive Bitrate(Multi-Bitrate) Streaming
- Data Channel
- Video on Demand Streaming
- Simulcasting to Social Media Channels
- Clustering & Scaling
- Monitor Ant Media Servers with Apache Kafka and Grafana
- WebRTC SDKs
- Security
- Integration with your Project
- Advanced
- WebRTC Load Testing
- TURN Servers
- AWS Wavelength Deployment
- Multi-Tenancy Support
- Monitor Ant Media Server with Datadog
- Clustering in Alibaba
- Playlist
- Kubernetes
- Time based One Time Password
- Kubernetes Autoscaling
- Kubernetes Ingress
- How to Install Ant Media Server on EKS
- Release Tests
- Spaceport Volumetric Video
- WebRTC Viewers Info
- Webhook Authentication for Publishing Streams
- Recording Streams
- How to Update Ant Media Server with Cloudformation
- How to Install Ant Media Server on GKE
- Ant Media Server on Docker Swarm
- Developer Quick Start
- Recording HLS, MP4 and how to recover
- Re-streaming update
- Git Branching
- UML Diagrams