• Joined on 2026-05-16

go2rtc (master-hardware)

Published 2026-05-16 16:16:01 +02:00 by poma

Installation

docker pull gitea.poma-lab.com/poma/go2rtc:master-hardware
sha256:8d03d59523e3f2e5b21aad635b6cd32e6b34baed64853c2ab6a304da76a47f2e

About this package

Ultimate camera streaming application

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
RUN /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' >/etc/apt/apt.conf.d/keep-cache # buildkit
RUN /bin/sh -c echo 'deb http://deb.debian.org/debian trixie non-free' > /etc/apt/sources.list.d/debian-non-free.list && apt-get -y update && apt-get -y install ffmpeg tini python3 curl jq intel-media-va-driver-non-free mesa-va-drivers libasound2-plugins && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY /build/go2rtc /usr/local/bin/ # buildkit
EXPOSE [1984/tcp 8554/tcp 8555/tcp 8555/udp]
ENTRYPOINT ["/usr/bin/tini" "--"]
VOLUME [/config]
WORKDIR /config
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]

Labels

Key Value
org.opencontainers.image.created 2026-03-17T14:29:25.366Z
org.opencontainers.image.description Ultimate camera streaming application
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision dc1685e9cf7a8c349181f20a1b4a44825ed394c5
org.opencontainers.image.source https://github.com/AlexxIT/go2rtc
org.opencontainers.image.title go2rtc
org.opencontainers.image.url https://github.com/AlexxIT/go2rtc
org.opencontainers.image.version master-hardware
Details
Container
2026-05-16 16:16:01 +02:00
0
OCI / Docker
linux/amd64
MIT
289 MiB
Versions (1) View all
master-hardware 2026-05-16