Video Call
Streaming
Video Room
Januscaler Engine
Legal

Welcome to Streaming Architecture Documentation

Unlock the Full Potential of WebRTC with Architecture

Welcome to the official documentation for Architecture, your go-to platform for building scalable and multi-purpose WebRTC solutions. Whether you're looking to implement videocalls, videorooms, streaming services, audiobridges, or SIP integrations, Architecture provides the robust, flexible, and customizable APIs you need to bring your vision to life.


Why Architecture?

At Architecture, we understand that every WebRTC-based application has unique requirements. Our APIs are designed with versatility, empowering you to craft everything from simple video calls to complex, multi-faceted communication platforms. With Architecture, you can:


  • Scale Seamlessly : Handle millions of concurrent connections without compromising on performance.
  • Customize Extensively : Tailor our APIs to fit your needs, whether you're building a niche product or a full-scale communication platform.
  • Innovate Without Limits : Utilize our APIs as the foundation for any WebRTC-based product, from real-time collaboration tools to live streaming services.

Key Features of Architecture

Here’s a more detailed table with additional columns for Examples and Use Cases to provide a comprehensive view of WebRTC's architecture:

KeyTypeDescriptionExamplesUse Cases
1Signaling ServerFacilitates exchange of control messages like SDP and ICE candidates between peers.WebSockets, REST APICall setup, peer discovery, and teardown
2PeerConnectionCore WebRTC API that manages peer-to-peer audio, video, and data connections.RTCPeerConnectionVideo calls, live streaming
3ICE FrameworkManages NAT traversal by gathering and exchanging candidates (local, reflexive, and relay).Google ICE serversEstablishing peer-to-peer connectivity
4STUN ServerProvides NAT traversal by mapping private to public IP addresses and port discovery.Google STUN, CoturnFirewall traversal for peer connections
5TURN ServerRelays traffic through a server when direct connection fails due to strict NAT.Coturn, Twilio TURNEnabling connections under restrictive NAT
6SDP (Session Description Protocol)Negotiates media capabilities like codecs, resolution, and transport protocols.SDP offer/answerAgreeing on media and connection parameters
7SRTP (Secure Real-Time Protocol)Encrypts real-time media streams (audio/video) for secure transmission.AES encryptionSecuring video and voice calls
8DTLS (Datagram Transport Layer Security)Encrypts signaling and data channel traffic for secure communication.DTLS handshakeEnsuring encrypted peer-to-peer sessions
9Media TracksAudio and video streams transmitted using RTP (Real-Time Protocol).getUserMedia APISharing webcam/microphone in meetings
10DataChannelProvides low-latency, bi-directional communication for arbitrary non-media data.File sharing, chatText messaging, file transfer
11Codec SupportCompresses audio/video for efficient transmission over the network.VP8, VP9, H.264, OpusHD video calls, live streaming
12Bandwidth ManagementDynamically adjusts bitrate and resolution based on network conditions for optimal performance.WebRTC adaptive bitrateMaintaining call quality in poor networks
13Jitter BufferBuffers incoming audio/video to smooth out network variability.RTP jitter bufferPreventing glitches in media playback
14MultiplexingCombines multiple streams (audio, video, data) over a single connection.RTP MultiplexingEfficiently managing network resources
15Media EncryptionEnsures privacy and security of transmitted media.DTLS-SRTPPrivacy in video conferencing
16Network TraversalAllows connections across different network topologies and firewalls.ICE/STUN/TURNBypassing NATs and firewalls
17Adaptive StreamingAdapts video quality to the available bandwidth dynamically.Simulcast, SVCLive streaming, video conferencing