1 Repo
Custom modules that the server loads to handle WebRTC media streams, such as audio bridges, video rooms, and SIP gateways.
Distinct from Media Server Plugins: Distinct from Media Server Plugins: specifically for WebRTC media processing in a Janus-like gateway, not general media server extensions.
Explore 1 awesome GitHub repository matching content management & publishing · WebRTC Media Processing Plugins. Refine with filters or upvote what's useful.
Janus is a WebRTC media gateway that routes real-time audio, video, and data between web browsers and server-side application logic. It functions as a central media relay that manages session negotiation and encryption for multiple browser endpoints. The project utilizes a modular plugin architecture that decouples the core server from specific media logic, allowing developers to implement custom modules for media processing, event handling, and transport protocols. This design enables the server to act as a protocol translation bridge, converting WebRTC streams into legacy formats such as SI
Enables the development of server-side plugins for bespoke WebRTC media processing and communication logic.