You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexxit/go2rtc:latest - latest release based on alpine (amd64, 386, arm/v6, arm/v7, arm64) with support hardware transcoding for Intel iGPU and Raspberry
alexxit/go2rtc:latest-hardware - latest release based on debian 13 (amd64) with support hardware transcoding for Intel iGPU, AMD GPU and NVidia GPU
alexxit/go2rtc:latest-rockchip - latest release based on debian 12 (arm64) with support hardware transcoding for Rockchip RK35xx
alexxit/go2rtc:master - latest unstable version based on alpine
alexxit/go2rtc:master-hardware - latest unstable version based on debian 13 (amd64)
alexxit/go2rtc:master-rockchip - latest unstable version based on debian 12 (arm64)
Docker compose
services:
go2rtc:
image: alexxit/go2rtcnetwork_mode: host # important for WebRTC, HomeKit, UDP camerasprivileged: true # only for FFmpeg hardware transcodingrestart: unless-stopped # autorestart on fail or config change from WebUIenvironment:
- TZ=Atlantic/Bermuda # timezone in logsvolumes:
- "~/go2rtc:/config"# folder for go2rtc.yaml file (edit from WebUI)