harlanc_xiu

harlanc_xiu

by harlanc
A high-performance live media server written in Rust, supporting RTMP, RTSP, WebRTC, HLS, and HTTP-FLV protocols.

Xiu Live Media Server

Overview

Xiu is a high-performance, secure, and simple live media server written in pure Rust. It supports popular live streaming protocols such as RTMP (including cluster support), RTSP, WebRTC (Whip/Whep), HTTP-FLV, and HLS. Designed for multiple platforms (Linux, macOS, Windows), Xiu is ideal for building scalable and efficient live streaming solutions.

Features

  • Multi-Platform Support: Compatible with Linux, macOS, and Windows.
  • RTMP Support:
  • Publish or subscribe to H.264/AAC streams.
  • GOP cache configuration.
  • Protocol conversion from RTMP to HTTP-FLV/HLS.
  • Cluster support.
  • RTSP Support:
  • Publish or subscribe to H.265/H.264/AAC streams over TCP or UDP.
  • Protocol conversion from RTSP to RTMP/HLS/HTTP-FLV.
  • WebRTC Support:
  • Publish RTC streams using Whip.
  • Subscribe to RTC streams using Whep.
  • Protocol conversion from WHIP to RTMP/HLS/HTTP-FLV.
  • HTTP-FLV/HLS Support: Streams can be transferred from RTMP/RTSP.
  • Configuration: Configure the service via command line or configuration file.
  • HTTP API/Notifications:
  • Query stream information.
  • Receive notifications about stream status.
  • Token Authentication: Secure access to streams.
  • Recording: Record live streams into HLS files (m3u8 + ts).

Tools and Libraries

  • Rust-Based: Built entirely in Rust for performance and safety.
  • Crates.io Integration: Available as a crate for easy integration into Rust projects.
  • Docker Support: Ready-to-use Docker images for quick deployment.

Configuration

Xiu can be configured using either command-line arguments or a configuration file. Key configuration options include:
- RTMP Cluster Settings: Enable and configure RTMP clustering.
- GOP Cache: Adjust GOP cache settings for RTMP streams.
- Protocol Conversion: Configure protocol conversion between RTMP, RTSP, WebRTC, HTTP-FLV, and HLS.
- Token Authentication: Set up token-based authentication for secure streaming.

Usage

  1. Installation: Install Xiu via Cargo or Docker.
    bash cargo install xiu
  2. Run the Server:
    bash xiu --config /path/to/config.toml
  3. Stream Publishing:
  4. Use RTMP, RTSP, or WebRTC to publish live streams.
  5. Stream Consumption:
  6. Consume streams via HTTP-FLV, HLS, or WebRTC.

Community and Contributions

  • Contributors: Xiu has a growing community of contributors. Check out the contributors page for more details.
  • Star History: Track the project's popularity over time with the Star History Chart.
  • Issues and Pull Requests: Open issues for problems and submit pull requests for improvements.

Resources

License

Xiu is licensed under the MIT License.

Sponsorship

Support the project by sponsoring the developer on Ko-fi.

Features & Capabilities

Categories
mcp_server model_context_protocol rust live_streaming rtmp rtsp webrtc hls http_flv cluster docker api_integration

Implementation Details

Stats

0 Views
2009 GitHub Stars

Repository Info

harlanc Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300