Ant Media Server 2.10.0 is available with Better Conferencing, WHIP, Analytics, etc #6467
mekya
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
Ant Media Server 2.10.0 is available to download on github for community edition and in your subscription on antmedia.io for enterprise edition.
Here are 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: Add SEI messages(unregistered user data) 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
Full Release Notes
Beta Was this translation helpful? Give feedback.
All reactions