Ant Media Server supports RTMP, WebRTC, HLS and MP4
Package | Version | License |
---|---|---|
Ant Media Community Edition | 2.5.1 | Apache 2 |
Ant Media Community Edition | 2.11.3 | Apache 2 |
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 Community 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 Community 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-antmediaserverco-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
With this feature, users can pull IP Camera streams easily on management panel. In other words, you don’t need to write any commands or use terminal. Click here for how to pull IP Camera Streams.
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.
There are many ways to publish Live Stream with RTMP to Ant Media server. Here are the some of the ways:
Publish with a Desktop Software like OBS, XSplit, Wirecast, etc.
Publish with a Hardware Encoder (Teradek, Tricaster, Gosolo, etc)
Publish with a Mobile App - (Android, iOS, etc.)
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.