-
Notifications
You must be signed in to change notification settings - Fork 689
Application Configuration Documentation
Ahmet Oğuz Mermerkaya edited this page Apr 1, 2021
·
20 revisions
The Ant Media Server configurations can be made directly from the files as well as through the management console. The documentation of all the application settings are provided below.
App Settings are set for each applications and stored in the file <AMS_DIR>/webapps/<AppName>/WEB-INF/red5-web.properties.
Management panel allows some changes however, the file is much more extensive, see the App Settings Javadoc to reach all the settings.
- Open the link App Settings Javadoc
- Find the setting that you need on the Field Summary Section. Check the description if needed. Most of the settings are self explanatory. i.e.
- Click on the name of the field
aacEncodingEnabled - You'll see the following description
@Value("${settings.aacEncodingEnabled:true}") private boolean aacEncodingEnabled
- It is a boolean type and its default value is true as shown in the
@Valuesection. The comment for the field as follows
If `aacEncodingEnabled` is true, aac encoding will be active even if mp4 or hls muxing is not enabled, If aacEncodingEnabled is false, aac encoding is only activated if mp4 or hls muxing is enabled in the settings, This value should be true if you're sending stream to RTMP endpoints or enable/disable mp4 recording on the fly- To change it, open the file
<AMS_DIR>/webapps/<AppName>/WEB-INF/red5-web.properties - If the setting is not already in
<AMS_DIR>/webapps/<AppName>/WEB-INF/red5-web.propertiesyou can add a new line to change it.
settings.aacEncodingEnabled=false - Click on the name of the field
- 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