Try Live Demo

You’ve got Ant Media Server installed on your server; now its time to manage it using the web panel.

This blog post introduces the Ant Media Server Web Panel and provides a comprehensive walkthrough of its settings and menus to give you a clear understanding of their functionalities.

To login to the web panel, navigate to the following URL: http://YOUR_SERVER_URL_OR_IP:5080

Dashboard

After logging into the web panel, the first page that loads is the dashboard.

Ant Media Server Dashboard

Ant Media Server Dashboard

The dashboard provides system information that can be used to measure the health of your instance.  Such as System CPU Load, the Number of Active Live Streams, System Disk, System Memory, and JVM Heap Memory.

Seeing high memory or CPU usage is an indication of a problem that needs to be addressed. Its highly advisable to keep the system CPU and memory below 75%; otherwise, you’ll likely experience some issues, such as your instance crashing or live streams failing.

Applications

Ant Media Server comes with three default applications: LiveApp, WebRTCApp and live in the community edition, and WebRTCAppEE ( in lieu of WebRTCApp) in the enterprise edition. All applications are open source.

The application holds sample pages for publishing and playing live streams. You can also test the sample pages via WebRTC samples on the website. Each application functions independently of each other and holds their own settings and configuration options.

All the installed applications are listed in the left-hand menu under the APPLICATIONS section. Clicking on one of the application names loads a page that contains three tabs: Live Streams, VoD and Settings.

It’s also worth noting that the name of the application does not hold any significance other than its identity. Each application is exactly the same; it is simply the settings that can differentiate between them.

The three default applications that come loaded with Ant Media Server are exactly the same.

Live Streams

As you can see in the screenshot below, live streams are listed under the Live Streams tab.

Ant Media Server Application Live Streams

Application: Live Streams

Details for each live stream include the stream name, streamId , stream status (offline/broadcasting), the number of viewers of the live stream by playback type (WebRTC, HLS, DASH), and the action button menu.

Action Menu

The action menu provides links for additional settings on the actual live stream.

action-button-menu

From this menu, you can enable MP4 or WebM recording, edit RTMP endpoints for simulcasting, copy the RTMP publish link for the stream and also Embed code.

RTMP Endpoints

Simulcasting, or multicasting, as it is referred to, is when you can forward your live stream to other RTMP endpoints such as YouTube, Facebook, etc.

There isn’t any limit to the number of RTMP endpoints you can add and it enables you to reach a wider audience with your live streams.

You can read more about simulcasting in our documentation.

Copy Publish URL

Quite self-explanatory, the publish URL is the RTMP URL you need to publish to your live stream using the RTMP protocol. The URL is prefixed with the live streamId, so in some encoders, you might need to extract it to add it to a stream key field.

Here is an example:

rtmp://ant-media-server-url/[application]/[stream_id]

From my local installation of Ant Media Server, here is a real example of a publish URL from a live stream under the LiveApp application.

rtmp://localhost/LiveApp/c5cLv2CUG9FJ1684419013643

Copy Embed Code

The embed code is a simple iFrame that loads the AMS default player play.html and pre-populates the query parameters to match those of the live stream you have selected.

You can use the embed code to embed the player into your website or any other external application that can accept an iFrame.

Its another tool to enable you to reach a wider audience.

Here is an example embed code taken from my local installation:

<iframe width="560" height="315" src="https://localhost:5080/LiveApp/play.html?name=c5cLv2CUG9FJ1684419013643" frameborder="0" allowfullscreen></iframe>

As you can see, the play.html page accepts the parameter name which expects the streamId. For more details about embedded player, check out this document.

Enable WebM/MP4 Recording

Live streaming recording will only work if it has been enabled in the application settings under the Stream Recording section.

Furthermore, each format requires you to enable the appropriate codec in the settings.

WebM recording is only available if the VP8 codec is selected and similarly, MP4 recording is only available if the H.264 codec is enabled.

The appropriate checkbox will appear when each encoder is selected.

WebM or MP4 recording configuration

Setting MP4 or WebM recording

More is detailed regarding the different supported codecs further down in this post.

VoD Assets

The VoD tab loads all the recorded streams and uploaded VoD assets, as seen in the following screenshot:

Ant Media Server List Vod Assets

Application: VoD Assets

You can upload a video file using the Upload VoD button:

Ant Media Server VoD Upload

Application: VoD Upload

Application Settings

Under the Settings tab, the application settings screen loads and here it’s possible to configure stream behaviour.

WebM or MP4 recording configuration

Let’s go over the sections of the Settings tab.

WebRTC Codec Support

Ant Media Server supports H.264, H.265, and VP8 video codecs.

H.265 can be enabled via the properties file, which is explained in this blog post. Starting with v2.6.2 of Ant Media Server, all properties can be set via Advanced Settings from the web panel. Check out more details here.

Please keep in mind that if you enable both H.264 and VP8, you will need to add adaptive streaming to ensure that the stream is encoded by both codecs. If you only enable one of them, you do not need to enable adaptive bitrate streaming unless you require it.

Adaptive Bitrate Streaming

Ant Media Server supports adaptive bitrate streaming. Please visit here for more information.

Ant Media Server Application Settings Adaptive Bitrate

Application Settings: Adaptive Bitrate

HLS Streaming

Ant Media Server supports HLS. This section allows the customisation of the Segment List Size indicates the number of TS files generated for HLS at a given time on the server and Segment Duration refers to the length of time for each TS file.

HLS Streaming

Advanced Setting

Here, you can enable advanced settings on your application, such as Object detection, and automatically generate previews.

Please note that you need to add adaptive streaming if you want to use these features.

You can also customize the folder where VoD assets are saved by setting VoD Streaming Folder to the location of your choice.

Finally, you could specify a Webhook URL  so that events generated from your Ant Media Server instance are sent to an external process. Read this guide for more details about webhooks.

Ant Media Server Application settings Advanced Settings

Application settings: Advanced Settings

WebRTC Data Channel

The data channel enables the sending and receiving of data to create functionality such as a live chat.  In this section, you can enable or disable the data channel depending on your needs.

Furthermore, you can configure how messages are delivered to the players.

Ant Media Server Application Settings Data Channel

Application settings: Data Channel

Stream Recording

As already detailed above, when going through the actions menu on the live stream, recording your live streams is not enabled by default.

If this is something you will need, then make sure to check the box against the type of video file you need.

Recording in MP4 and WebM is supported; however, you need to enable H.264 to record in MP4 and enable VP8 to record in WebM format.

 Ant Media Server Application settings Stream Recording

Application settings: Stream Recording

Stream Security

Anyone can publish and play live streams if they have get hold of the URL to the publish and play pages.

  • To make your live streams secure, security features such as One time tokens can be enabled.  You can create a one-time token for publishing or playing live streams. One time tokens are designed to be used only once. For instance, once the token has been used, it will no longer be valid.
  • However, the TOTP based tokens are designed to expire after a certain amount of time.
  • Generally, you’ll want to create your live streams before broadcasting. However, there may be instances where you’d like to accept incoming live streams that have not been defined. This is where you’d want to enable the option to Accept undefined Streams.
  • More stream security can be enabled by using a JWT filter for the live stream. You can enable the use of JWT tokens for both the playing of live streams and the publishing of live streams. You can use the JWT token for a longer time duration and it can be used n number of times in that duration.
  • Other than the above security types, there is one more token, which is Hash-Based token. The hash-based token can also be used for a longer time duration but there is no expiration time.

It adds an extra layer of security to ensure that only those that you want to publish and play live streams on your instance are granted permissions.

stream security 1


REST API Security

If you intend to interact with the REST APIs on a different server than where the Ant Media Server instance is installed, you’ll want to add additional IP filters so that API requests are not blocked.

For more details about the Rest API, check here. As you can see in the below image, there are two filters for APIs: one is an IP filter for the Rest API, and the other is a JWT filter for the Rest API.

Whitelisting IP addresses can be done in the Enable IP Filter for RESTful API section and accepts a comma-separated list of IP addresses.

The default IP address is localhost (127.0.0.1) and is needed because the main management web panel built from AngularJS is granted access to the API with this setting.

If you remove the localhost IP address from the REST API filter, then the management web panel will not function.

But in the case of the JWT Filter for Rest API, you do not need the IP to whitelist. You need to generate the JWT to call the Rest APIs. You can get detailed information from the documentation.

Screenshot 2023 05 18 at 15.58.11

Conclusion

In this blog post, we provided an overview of the Ant Media Server web panel and introduced some of the key features.

If you’re wondering how to Install Ant Media Server on a Maple-Hosting Dedicated Server, check this blog post.

To learn how to easily monitor Ant Media Server Instances in 3 Steps, take a look at this blog post.

Just drop a line to contact(at)antmedia.io if you have any questions we’ll be more than happy to help.

Categories: Tutorial

chatsimple