MCP.so
登录

test

@harlanc

关于 test

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀

基本信息

分类

开发工具

许可证

MIT

运行时

rust

传输方式

stdio

发布者

harlanc

提交者

Chen Harlan

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is test?

test is a simple, high performance and secure live media server written in pure Rust. It supports popular live protocols including RTMP (with cluster), RTSP, WebRTC (WHIP/WHEP), HLS, and HTTP-FLV, and runs on Linux, macOS, and Windows.

How to use test?

Install test from crates.io or build from source, then configure the server using command line arguments or a configuration file. Detailed setup and usage instructions are available in the official documentation.

Key features of test

  • RTMP with cluster and GOP cache support
  • RTSP over TCP (interleaved) and UDP
  • WebRTC via WHIP and WHEP protocols
  • Protocol conversion between RTMP, RTSP, HLS, HTTP-FLV
  • HTTP API for stream information and status notifications
  • Token-based authentication for stream access
  • Live stream recording to HLS (m3u8+ts)

Use cases of test

  • Deploy a live streaming server that supports multiple ingest protocols
  • Convert RTSP or WHIP streams to HLS or HTTP-FLV for web delivery
  • Build a cluster of RTMP servers for horizontal scaling
  • Record live streams to HLS files for later playback

FAQ from test

What live protocols does test support?

test supports RTMP, RTSP, WebRTC (WHIP/WHEP), HLS, and HTTP-FLV.

What are the runtime requirements?

test is written in Rust and runs on Linux, macOS, and Windows. No external runtime dependencies are required.

How does test handle authentication?

test supports token-based authentication for stream publishing and subscribing.

Can test record live streams?

评论

开发工具 分类下的更多 MCP 服务器