-
Notifications
You must be signed in to change notification settings - Fork 642
Load Testing
burak-58 edited this page Nov 23, 2018
·
19 revisions
In this tutorial, we explain how load tests can be made for Ant Media Server.
Test setups has two parts: test server and SUT (system under test). We have two different setups for two different SUT.
Here we have only one Ant Media Server instance as SUT.
+-------------------+ +----------------------+
| | streaming | |
| | playing | |
| | <--------------> | |
| Test Server | | Ant Media Server |
| | | |
| | <--------------> | |
| | rest | |
+-------------------+ +----------------------+
- To prepare Ant Media Server, please look at here.
- To prepare Test Server, please look at here.
- To run tests and collect results, please look at here.
Here we have a cluster structure as SUT which contains one origin and two edge servers.
+--------------------+
| |
| |
| Ant Media Server |
+--------->+ |
| | (Origin) |
+-------------------+ | | |
| | streaming | | |
| +---------------+ +--------------------+
| |
| Test Server | playing +-----------------------------+
| +<--------------------+ |
| | | Load Balancer |
| +<------------------->+ |
+-------------------+ rest +------+-------------+--------+
| |
| |
| |
| |
| |
+---------------+----+ +----+---------------+
| | | |
| | | |
| Ant Media Server | | Ant Media Server |
| | | |
| (Edge-1) | | (Edge-2) |
| | | |
| | | |
+--------------------+ +--------------------+
- To prepare Cluster, please look at here.
- If you want to use HAProxy as load balancer, please look at here.
- To prepare Test Server, please look at here.
- To run tests and collect results, please look at here.
- 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