# Go2rtc Cameras

> Multi-camera RTSP to WebRTC streaming via go2rtc

- **Type:** Skill
- **Install:** `agentstack add skill-sharpai-deepcamera-go2rtc-cameras`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SharpAI](https://agentstack.voostack.com/s/sharpai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [SharpAI](https://github.com/SharpAI)
- **Source:** https://github.com/SharpAI/DeepCamera/tree/master/skills/streaming/go2rtc-cameras
- **Website:** http://www.sharpai.org

## Install

```sh
agentstack add skill-sharpai-deepcamera-go2rtc-cameras
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# go2rtc Multi-Camera Streaming

Registers RTSP camera streams with SharpAI Aegis's go2rtc sidecar for low-latency WebRTC live view in the browser.

## How It Works

```
Your Cameras (RTSP)          go2rtc (in Aegis)           Browser
───────────────────          ─────────────────           ───────
rtsp://cam1:554/stream ───►  /api/webrtc?src=cam1  ───► WebRTC Player
rtsp://cam2:554/stream ───►  /api/webrtc?src=cam2  ───► WebRTC Player
rtsp://cam3:554/stream ───►  /api/webrtc?src=cam3  ───► WebRTC Player
```

## Supported Sources

go2rtc accepts any stream source:
- `rtsp://` — standard RTSP cameras
- `rtmp://` — RTMP streams
- `http://` — MJPEG or HLS streams
- `ffmpeg:` — FFmpeg pipeline
- `exec:` — custom command

## Protocol

### Skill → Aegis (stdout)
```jsonl
{"event": "ready", "streams": 3}
{"event": "live_stream", "camera_id": "front_door", "camera_name": "Front Door", "url": "rtsp://192.168.1.100:554/stream1"}
{"event": "live_stream", "camera_id": "backyard", "camera_name": "Backyard", "url": "rtsp://192.168.1.101:554/stream1"}
```

Aegis registers each stream with go2rtc via IPC:
- `go2rtc:add-stream` → registers camera
- `go2rtc:connection-info` → returns WebRTC URL for player

## Setup

```bash
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [SharpAI](https://github.com/SharpAI)
- **Source:** [SharpAI/DeepCamera](https://github.com/SharpAI/DeepCamera)
- **License:** MIT
- **Homepage:** http://www.sharpai.org

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sharpai-deepcamera-go2rtc-cameras
- Seller: https://agentstack.voostack.com/s/sharpai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
