ghcr.io/deepch/rtsptoweb:latest linux/arm64

ghcr.io/deepch/rtsptoweb:latest - 国内下载镜像源 浏览次数:8

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

该镜像 ghcr.io/deepch/rtsptoweb 是一个将 RTSP 视频流转换为 Web 可访问格式的 Docker 镜像。它允许您轻松地将来自 IP 摄像机或其他 RTSP 源的视频流嵌入到您的 Web 应用程序中。

源镜像 ghcr.io/deepch/rtsptoweb:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64
镜像ID sha256:a577e1d3902105f063106e17e9891fdb88fe2102eb6ba6eee531a481a6d6e7b0
镜像TAG latest-linuxarm64
大小 41.77MB
镜像源 ghcr.io
CMD ./rtsp-to-web --config=/config/config.json
启动入口
工作目录 /app
OS/平台 linux/arm64
浏览量 8 次
贡献者
镜像创建 2023-03-29T12:08:18.1938816Z
同步时间 2025-07-28 10:14
更新时间 2025-07-28 16:43
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GO111MODULE=on GIN_MODE=release
镜像标签
2023-03-29T12:05:22.391Z: org.opencontainers.image.created RTSP Stream to WebBrowser: org.opencontainers.image.description MIT: org.opencontainers.image.licenses e33c0f6251b24f302c858b4d39cb0406741d0378: org.opencontainers.image.revision https://github.com/deepch/RTSPtoWeb: org.opencontainers.image.source RTSPtoWeb: org.opencontainers.image.title https://github.com/deepch/RTSPtoWeb: org.opencontainers.image.url v2.4.3: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64  ghcr.io/deepch/rtsptoweb:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64  ghcr.io/deepch/rtsptoweb:latest

Shell快速替换命令

sed -i 's#ghcr.io/deepch/rtsptoweb:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64  ghcr.io/deepch/rtsptoweb:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64  ghcr.io/deepch/rtsptoweb:latest'

镜像构建历史


# 2023-03-29 20:08:18  0.00B 设置默认要执行的命令
CMD ["./rtsp-to-web" "--config=/config/config.json"]
                        
# 2023-03-29 20:08:18  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2023-03-29 20:08:18  0.00B 设置环境变量 GO111MODULE
ENV GO111MODULE=on
                        
# 2023-03-29 20:08:18  853.00B 复制新文件或目录到容器中
COPY /go/src/app/config.json /config # buildkit
                        
# 2023-03-29 20:08:18  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /config # buildkit
                        
# 2023-03-29 20:08:17  13.63MB 复制新文件或目录到容器中
COPY /go/src/app/web /app/web # buildkit
                        
# 2023-03-29 20:08:17  20.68MB 复制新文件或目录到容器中
COPY /go/src/app/rtsp-to-web /app/ # buildkit
                        
# 2023-03-29 20:05:31  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2023-02-11 05:24:08  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-02-11 05:24:08  7.46MB 
/bin/sh -c #(nop) ADD file:9bd9ea42a9f3bdc769e80c6b8a4b117d65f73ae68e155a6172a1184e7ac8bcc1 in / 
                        
                    

镜像信息

{
    "Id": "sha256:a577e1d3902105f063106e17e9891fdb88fe2102eb6ba6eee531a481a6d6e7b0",
    "RepoTags": [
        "ghcr.io/deepch/rtsptoweb:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb:latest-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/deepch/rtsptoweb@sha256:0220754436c52e3c4a436171a2bab5dc28f8fa183ece1380b32fc8879215c99b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-03-29T12:08:18.1938816Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "GO111MODULE=on",
            "GIN_MODE=release"
        ],
        "Cmd": [
            "./rtsp-to-web",
            "--config=/config/config.json"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2023-03-29T12:05:22.391Z",
            "org.opencontainers.image.description": "RTSP Stream to WebBrowser",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "e33c0f6251b24f302c858b4d39cb0406741d0378",
            "org.opencontainers.image.source": "https://github.com/deepch/RTSPtoWeb",
            "org.opencontainers.image.title": "RTSPtoWeb",
            "org.opencontainers.image.url": "https://github.com/deepch/RTSPtoWeb",
            "org.opencontainers.image.version": "v2.4.3"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 41773027,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/31f4ae7efba7e5e88c0460d14b5fe1d70c67c00cbabde38a42d56e6a992ebc62/diff:/var/lib/docker/overlay2/b8bcbd0103d2856597877cfc95df31dadfa2d74ccaf16665b6fc20843120f5b3/diff:/var/lib/docker/overlay2/e400f92ce7705da80f7367821e9eb47cd164314a5d429ab3566f8e3d7cbda1ea/diff:/var/lib/docker/overlay2/be0b455578fc0484790f5b5deb48fe2ecfe6f5ea69f00e9672a976c958f68cfe/diff:/var/lib/docker/overlay2/3f907bd056070e1be18e4f4772fb38bf6a6ba07d3b3b3cfebed591dbce41e4d6/diff",
            "MergedDir": "/var/lib/docker/overlay2/a0555942062ec763ec1d766297a5181a766a94d01711f58a0aeb131787ae84d2/merged",
            "UpperDir": "/var/lib/docker/overlay2/a0555942062ec763ec1d766297a5181a766a94d01711f58a0aeb131787ae84d2/diff",
            "WorkDir": "/var/lib/docker/overlay2/a0555942062ec763ec1d766297a5181a766a94d01711f58a0aeb131787ae84d2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:edf70074bd40c0b1216367c29c18d453b43cc69e5123268ba66dd45d86a9e8a8",
            "sha256:7a03adeeb4a096a6728a3c9e779976f1907f7f1d01c0b3ea95c307de958b6fd5",
            "sha256:e96190cc705acb9790dab5564a86f7473d1738f854e7d299705bdbf9463539f9",
            "sha256:a0b59137369514de67069cdaf9ee6be40348bf39d7aa7d7577ed9d57d9874e1e",
            "sha256:5a23b451b38187ab60a433b546e47c6277ccdcf204b80dadaca8d3f5080021f5",
            "sha256:52bda5b3a452a8d4330e179135c0512c2d4d27af447df7be6ea38eae1119d79e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-28T10:14:32.159560086+08:00"
    }
}

更多版本

ghcr.io/deepch/rtsptoweb:latest

linux/amd64 ghcr.io42.27MB2025-07-28 10:12
6

ghcr.io/deepch/rtsptoweb:latest

linux/arm64 ghcr.io41.77MB2025-07-28 10:14
7