icey-cli
Single-binary WebRTC streaming, recording, and TURN relay server
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install icey-cli?▼
Run `npx skills add nilstate/icey-cli --all -g -y` in your terminal to install all skills in this suite globally.
What does icey-server do?▼
It is a single C++ binary that combines WebRTC media streaming, Symple signalling, a TURN relay, and a web UI. It can stream files or cameras to browsers, record browser video to MP4, or relay one live source to many viewers.
How to stream RTSP to a browser?▼
Copy the included config.rtsp.example.json, set your RTSP source URL, and start the server with that config. Open http://localhost:4500 and click Watch to view the stream.
Does icey-server work behind NATs and firewalls?▼
Yes. It embeds an RFC 5766 TURN relay on port 3478, so media flows even through symmetric NATs without external relay services.
Can I try icey-server without building from source?▼
Yes. Run `docker run --rm --network host 0state/icey-server:latest` and open http://localhost:4500 for the fastest demo path.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core