-
Notifications
You must be signed in to change notification settings - Fork 645
Quality Filter
Ahmet Oğuz Mermerkaya edited this page Sep 9, 2020
·
5 revisions
Quality Filter feature is implemented in order to filter the streams that has been sent to the server. If stream does not meet the qualifications, it won't be published. This is usually used when users wants to set some sort of quality standard or eliminate streams that may impact the server.
Let's see how quality filtering can be setup:
- Open the file
{AMS-DIR} / webapps / {APPLICATION} / WEB-INF / red5-web.properties
- Adding all of the commands are not mandatory, just add which criteria you want to filter.
settings.maxFpsAccept={value}
settings.maxResolutionAccept={value}
settings.maxBitrateAccept={value}
- Please don't forget to set values according to your needs. Multiple criterias can be added.
If you are configured properly and assume that you set settings.maxFpsAccept=15
, streams that have higher than 15 fps will be disregarded and won't be published.
- 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