概要
- フル名
docker.io/livekit/egress- Registry
- docker.io
- 名前空間
- livekit
- リポジトリ
- egress
- キャッシュ Tag 数
- 70
- 最終同期
- 07/06/2026, 12:21 AM
概要
LiveKit Egress 录制/转码镜像,WebRTC 房间录制、RTMP 推流与 HLS 输出,实时音视频平台媒体处理。
詳細
livekit/egress 运行 LiveKit Egress 服务,对 LiveKit WebRTC 房间执行合流录制、RTMP 推流至 CDN 或输出 HLS 点播流。定位为实时音视频媒体处理 Worker,需 LiveKit Server 与对象存储凭证;K8s Deployment 直播/会议录制后端。
快速启动
docker run -d --name livekit-egress \
-e LIVEKIT_URL=ws://livekit:7880 \
-e LIVEKIT_API_KEY=xxx -e LIVEKIT_API_SECRET=xxx \
docker.io/livekit/egress:latest
推荐实践
docker run -d --name livekit-egress \
--restart unless-stopped \
-e LIVEKIT_URL=ws://livekit.internal:7880 \
-e LIVEKIT_API_KEY=xxx \
-e LIVEKIT_API_SECRET=xxx \
-e S3_BUCKET=recordings \
docker.io/livekit/egress:1.8.0
核心参数说明
-e LIVEKIT_URL— LiveKit Server WebSocket-e LIVEKIT_API_SECRET— API 密钥(高敏)-e S3_BUCKET— 录制文件存储- 输出 — MP4/HLS/RTMP
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: livekit-egress
spec:
replicas: 2
selector:
matchLabels:
app: livekit-egress
template:
metadata:
labels:
app: livekit-egress
spec:
containers:
- name: egress
image: docker.io/livekit/egress:1.8.0
envFrom:
- secretRef:
name: livekit-egress
---
apiVersion: v1
kind: Service
metadata:
name: livekit-egress
spec:
selector:
app: livekit-egress
ports:
- port: 8080
targetPort: 8080
LiveKit Server 独立 Deployment;S3 存储录制文件。
最新 Tag(20 件)
すべての 70 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/livekit/egress :latest | linux/amd64linux/arm64 | 2026/05/29 01:52 | 1.3 GB | sha256:a3e61a704796… | |||
docker.io/livekit/egress :v1.13 | linux/amd64linux/arm64 | 2026/05/29 01:52 | 1.3 GB | sha256:a3e61a704796… | |||
docker.io/livekit/egress :v1.13.0 | linux/amd64linux/arm64 | 2026/05/29 01:52 | 1.3 GB | sha256:a3e61a704796… | |||
docker.io/livekit/egress :v1.12 | linux/amd64linux/arm64 | 2025/12/06 03:10 | 1.2 GB | sha256:d9a2323a146c… | |||
docker.io/livekit/egress :v1.12.0 | linux/amd64linux/arm64 | 2025/12/06 03:10 | 1.2 GB | sha256:d9a2323a146c… | |||
docker.io/livekit/egress :v1.11 | linux/amd64linux/arm64 | 2025/11/18 08:05 | 1.2 GB | sha256:76306ae4e003… | |||
docker.io/livekit/egress :v1.11.0 | linux/amd64linux/arm64 | 2025/11/18 08:05 | 1.2 GB | sha256:76306ae4e003… | |||
docker.io/livekit/egress :v1.10 | linux/amd64linux/arm64 | 2025/08/13 03:24 | 1.2 GB | sha256:d450f98e7a0f… | |||
docker.io/livekit/egress :v1.10.0 | linux/amd64linux/arm64 | 2025/08/13 03:24 | 1.2 GB | sha256:d450f98e7a0f… | |||
docker.io/livekit/egress :v1.9 | linux/amd64linux/arm64 | 2025/03/03 16:25 | 1.2 GB | sha256:9d53ea3a7868… | |||
docker.io/livekit/egress :v1.9.1 | linux/amd64linux/arm64 | 2025/03/03 16:25 | 1.2 GB | sha256:9d53ea3a7868… | |||
docker.io/livekit/egress :v1.9.0 | linux/amd64linux/arm64 | 2025/01/07 08:51 | 1.2 GB | sha256:d1bfc228eb9f… | |||
docker.io/livekit/egress :v1.8 | linux/amd64linux/arm64 | 2024/08/20 06:19 | 1.2 GB | sha256:96de027d4a90… | |||
docker.io/livekit/egress :v1.8.6 | linux/amd64linux/arm64 | 2024/08/20 06:19 | 1.2 GB | sha256:96de027d4a90… | |||
docker.io/livekit/egress :v1.8.5 | linux/amd64linux/arm64 | 2024/06/07 03:32 | 1.0 GB | sha256:c5ffa7ee9bd8… | |||
docker.io/livekit/egress :v1.8.4 | linux/amd64linux/arm64 | 2024/05/21 06:25 | 1.1 GB | sha256:3d68ebd11c84… | |||
docker.io/livekit/egress :v1.8.3 | linux/amd64linux/arm64 | 2024/04/24 01:58 | 1.0 GB | sha256:67b4ceadbaf9… | |||
docker.io/livekit/egress :v1.8.2 | linux/amd64linux/arm64 | 2024/03/08 08:50 | 1.0 GB | sha256:a994c47e0293… | |||
docker.io/livekit/egress :v1.8.1 | linux/amd64linux/arm64 | 2024/01/25 03:53 | 1.0 GB | sha256:6b1662457869… | |||
docker.io/livekit/egress :v1.8.0 | linux/amd64linux/arm64 | 2023/11/10 08:56 | 1.1 GB | sha256:3394a775788b… |