SRS: Real-time Media Server
SRS is a high-efficiency media server that supports multiple protocols and codecs for real-time video streaming.
- •Building a live streaming platform that requires support for various protocols like RTMP, WebRTC, and HLS
- •Creating a video conferencing application that needs to handle multiple video codecs like H.264, H.265, and AV1
- •Deploying a scalable video streaming solution that requires low latency and high performance
ffmpeg -re -i input.mp4 -c:v libx264 -c:a aac -f flv rtmp://localhost:1935/live/test
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/srs && curl -fsSL https://workflowstacks.com/api/skills/srs/claude-skill -o ~/.claude/skills/srs/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
SRS: Real-time Media Server is a very large C++ project (~1.1M lines across 3172 code files, plus 66 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2cmd/proxy/main.goWhere the program starts running
- 3go.modDependencies and the commands it exposes
- 4trunk/src/app/srs_app_async_call.cppInside trunk/src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/srs && curl -fsSL https://workflowstacks.com/api/skills/srs/claude-skill -o ~/.claude/skills/srs/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.