OpenSource-Hub
J

Janus WebRTC Server

9.1k stars·Video & Audio Download·SHA-256 checksum verified

Janus is a lightweight, general-purpose WebRTC server developed by Meetecho. It supports media streaming, recording, and gateway features via plugins, and can be controlled through various APIs.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open source general-purpose WebRTC server for real-time audio/video communication.

Core Features

  • Audio/video streaming and recording
  • Plugin architecture (SIP, Streaming, etc.)
  • Multiple control interfaces: HTTP, WebSocket, MQTT, RabbitMQ
  • Data Channels support
  • Lightweight and embeddable

What It Can't Do

  • Windows is not natively supported; use WSL. Do not trust unofficial .exe builds. libnice must be compiled manually with the latest version. libsrtp version must be >=2.x and compiled with --enable-openssl.

Use Cases

  • Video conferencing systems
  • Live streaming transcoding
  • IoT real-time monitoring

Detailed Introduction

Janus 是一个轻量级、通用的 WebRTC 服务器,由 Meetecho 开发。它提供音视频转发、录制、网关等核心功能,支持通过 HTTP/WebSocket/RabbitMQ 等协议控制。适用于直播、视频会议、IoT 等实时通信场景。

Troubleshooting & FAQ (2)

Troubleshooting
Why does Janus gateway fail to send audio in Chrome after update to version 141?

An SDP inconsistency in Janus offered rtcp-fb transport-cc for the Opus audio track without including the transport-wide cc header extension (extmap). Chrome M141 started enforcing this, causing audio issues. A fix has been merged that ensures the extmap is checked before adding the feedback. Update Janus to the latest version to resolve.

GitHub Issue #3594
Troubleshooting
Why does compiling with janus fail with 'refcount.h' file not found?

The janus headers are installed in a non-standard location and the project does not yet ship a pkg-config (.pc) file. As a workaround, add the path manually to your compile flags: -I$(PREFIX)/include/janus. For example, if installed to /usr/local, use CFLAGS="-I/usr/local/include/janus" make. This will resolve the missing include. Upstream plans to add a .pc file for automatic discovery; see issue #3523.

GitHub Issue #3523

Tags

WebRTC实时通信音视频服务器开源

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Download the Janus source code (git clone or archive)

4

Install all dependencies (see README for list)

5

Run autogen.sh, configure, then make

Install Guide
  1. Download the Janus source code (git clone or archive)
  2. Install all dependencies (see README for list)
  3. Run autogen.sh, configure, then make
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the build directory or remove the installed files (if compiled from source, just delete the installation directory).

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGPL-3.0
Last Updated2026-06-27 05:20:11
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects