softwareAugust 16, 2026•7 min read•RTSPLink Dev Team
Scrypted: HomeKit Secure Video (HKSV) & RTSP Rebroadcasting
Bridge any RTSP security camera to Apple HomeKit with Apple AI face recognition and iCloud event recording.
#Scrypted#HomeKit#HKSV#Apple Home#WebRTC
Live Stream Workbench
Need a live RTSP stream link right now to test this setup in VLC or OpenCV?
#1Scrypted Docker Setup
Deploy Scrypted with host networking for mDNS discovery:
Scrypted Docker Run
docker run -d --name scrypted \
--restart unless-stopped \
--network host \
-v ~/.scrypted/volume:/server/volume \
koush/scryptedReady to test your live RTSP video stream?
Generate free authenticated RTSP links with unlimited bandwidth and inspect frame timestamps in seconds.
Related Tutorials & Setup Guides
View all 100+ guidessoftware
Home Assistant RTSP Camera & go2rtc Low-Latency Setup Guide
Master Home Assistant RTSP integration. Learn how to configure go2rtc, WebRTC camera custom cards, and hardware video acceleration.
softwareMediaMTX (rtsp-simple-server) Complete Streaming Server Guide
Master MediaMTX configuration. Learn how to proxy IP camera feeds, set up on-demand publishing, and authenticate clients with authHTTP.
softwareWebRTC-Streamer: Zero-Plugin Web Browser RTSP Streaming
Learn how to run WebRTC-streamer in Docker to relay RTSP IP camera streams directly into browser video tags without HLS delay.