1 to N Low Latency adaptive WebRTC Live Streaming is about 500ms
RTMP, MP4, HLS, WebRTC and Adaptive bitrate support.
Scale Publishers and Viewers with auto-scaling clusters
Simulcast to Facebook , YouTube, Periscope channels or any 3. party Endpoint at the same time
WebRTC and RTMP SDKs support both broadcasting and playing in iOS, Android, and JavaScript
Compatibility with ONVIF cameras creates an IP camera Solution with PTZ and Auto Discovery Features
Remote Stream Fetching and Compatibility with MAG Set-Top-Boxes
Community Edition is Open Source on GitHub
SFU in One to Many WebRTC Streams,One-Time Token Control,Object Detection,Built-in Amazon S3 Support, H.265,VP8 and CMAF
Package | Version | License |
---|---|---|
AntMedia Server Enterprise Edition | 2.11.3 | Apache 2.0 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Ant Media Server Enterprise Edition 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Ant Media Server Enterprise Edition Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "antmedia-antmediaserveren-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Bring your own license for using Ant Media Server Enterprise Edition
You could obtain a license from https://antmedia.io
To get started with Ant Media Server EE, visit your new Ant Media Server 1-Click App Droplet and follow the prompts on http://your_server_ip:5080.
Please use CPU-Optimized Droplets. Recommended starting droplet size is 4vCPUs, 8 GB Ram. Depending on your system load, you may need a bigger size. Please reach us if you are not sure which droplet size to choose.
Please add STUN server configuration by running the following 3 commands once.
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
sudo service antmedia restart
Ant Media Server Enterprise Edition supports adaptive ultra low latency WebRTC streaming.
In addition, Ant Media Server can
There are many ways to publish Live Stream with RTMP to Ant Media server. Here are the some of the ways:
For each case we give an example on how to publish live stream with RTMP to Ant Media Server. For more please look at the docs.