What is WebRTC media server at Ant-Media-Server? #4882
-
I'm confused, could you help me? I saw below documents. After reading that document, I think that ant-media-server is signaling server when peer communicate with WebRTC. On the other hand, below documents describe WebRTC media server. If ant-media-server is also WebRTC media server or ant-media-server do something when media stream transmission, I want to know role of ant-media-server (WebRTC media server) at the transmission of media stream. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @SangukChoi , I'll try to answer these questions for you.
AMS used the original WebRTC that chromes uses under the hood. WebRTC is evolving fast and it means it is fast to integrate the new features of the WebRTC into Ant Media Server. We focus on the product and we’re creating an ecosystem with partners and community. We have also launched the AMS marketplace to let the developers and contributors extend the Ant Media Server with the vision to be the “streaming engine of the world”. Thank you. |
Beta Was this translation helpful? Give feedback.
Hi @SangukChoi ,
How are you?
I'll try to answer these questions for you.
For peer-to-peer communication, Ant Media Server connects two peers directly.
Ant Media Server is only a signaling server to establish the connection. Video and Audio are not relayed through Ant Media Server.
To answer the other question, Ant Media Server is a real-time streaming engine software that provides adaptive, ultra-low latency streaming by using WebRTC technology with ~0.5 seconds latency.
Ant Media Server is highly scalable both horizontally and vertically. It can run on-premise or on-cloud.
AMS supports publish and play protocols like WebRTC, RTMP, SRT, RTSP, RTMPS, MP4, HLS, DASH/CMAF, IP cameras, a…