What problem does it solve?
This skill eliminates risky, ad-hoc operation of the icey-server media stack by providing a single, repeatable operator workflow for building, validating, packaging, and running the CLI and its web UI with correct checks.
Core Features & Use Cases
- Build and validate with reproducible conventions: Use the repo’s supported CMake presets and the deterministic
--doctor preflight to reduce “it runs on my machine” drift.
- Verify runtime behavior end-to-end: Follow the documented bring-up order across
stream, record, and relay, including RTSP/TURN/TLS domains and the browser smoke contract.
- Manage release and distribution artifacts safely: Validate staged install layouts and package-manager cutover outputs (tar/zip/deb/APT/Homebrew/AUR/Nix/Windows manifests) without emitting placeholder artifacts.
Quick Start
Run the machine-readable server preflight by executing the one-liner: go to the build directory and run the icey-server binary with the doctor flag against your intended configuration so you catch missing source and config issues before starting the operator flow.