Skip to main content

Building a Stable, Secure, and Efficient Live Streaming Media Service
XIU is a simple, secure, convenient and efficient pure RUST live media framework.

Quick Start

Simple

The code is simple, the architecture is clear, easy to understand, easy to expand, and friendly to developers, even beginners.

Security

The project is written in the RUST programming language, whose features make the system more stable, robust, and easier to maintain.

Convenient

Supporting both command line and configuration file deployment methods for convenience; supporting out-of-the-box RTMP/HLS/HTTP-FLV/RTSP/WHIP/WHEP and other media protocols.

Efficient

The service is built on the powerful asynchronous library Tokio, providing support for high concurrency.