Virtual RTSP camera simulator: loop video files into RTSP streams for testing analytics pipelines
2.8K
Turn video files into looping RTSP camera streams for developing and testing video analytics pipelines — NVIDIA DeepStream, Frigate, or any RTSP-based CCTV/NVR software — without physical IP cameras.
docker run --rm -p 8554:8554 \
-v "$PWD/videos:/vcam/videos:ro" \
konekuto/vcam run --source /vcam/videos/camera.mp4
Or serve a config file with multiple cameras:
docker run --rm -p 8554:8554 \
-v "$PWD/cameras.yaml:/vcam/cameras.yaml:ro" \
-v "$PWD/videos:/vcam/videos:ro" \
konekuto/vcam run
rtsp://host:8554/cam1, .../cam2, …), or its own port to simulate physically
separate devices.toxiproxy to simulate
dropped connections, latency, and jitter against the simulated feeds.linux/amd64 and linux/arm64, including NVIDIA
Jetson / edge devices.latest, <version> (e.g. 0.3.0) — stable releasesmain — latest build from the default branchConfiguration reference, capture-replay setup, Docker Compose examples, and contributing guide: github.com/antowan/virtual-rtsp-camera
Content type
Image
Digest
sha256:99778898e…
Size
254.7 MB
Last updated
5 days ago
docker pull konekuto/vcam