Highlights
-
Better UX in Conferencing: Ant Media Server provides a better user experience in conferencing, it's faster, more stable and attracting new customers with Circle: Online Video Conferencing đ¤
-
WHIP Support: Ant Media Server Enterprise can ingest WebRTC streams with WHIP protocol. It's tested with OBS and @eyevinn/whip-endpoint. The sample is available in default applications as whip.html. It can be accessible with
https:/{YOUR_AMS}:5443/live/whip.html
and WHIP endpoint ishttps:/{YOUR_AMS}:5443/live/whip/{STREAM_ID}
đĨ -
Analytics: Ant Media Server logs every stream related info as json to
ant-media-server-analytics.log
including data transfer, key frame interval, used protocol, start and end time of publishing and playing along with subscriberId, tokens, streamId, and application name. âšī¸ -
SEI and ID3 Tags: Add SEI messages(unregistered user data) and ID3 Tags to the HLS streams on the fly with REST API and parse them on the player to make streaming interactive and synched. đ
-
Multitrack Player: Play conference rooms in a player and it can be used by recording conference rooms or create PK with MediaPush plugin. Multitrack player is available in default applications on
https:/{YOUR_AMS}:5443/live/multitrack-play.html
đ¯
PS: You need to update your Ant Media Server Installer for installation of v2.10.0
wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh -O install_ant-media-server.sh && chmod 755 install_ant-media-server.sh