mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 15:47:06 +08:00
docs(README): update Docker image references from skrashevich to AlexxIT for consistency
This commit is contained in:
@@ -24,9 +24,9 @@ Ultimate camera streaming application with support for dozens formats and protoc
|
||||
|
||||
---
|
||||
|
||||
> ### 🔀 Fork: [skrashevich/go2rtc](https://github.com/skrashevich/go2rtc)
|
||||
> ### 🔀 Dev branch: [AlexxIT/go2rtc:dev](https://github.com/AlexxIT/go2rtc/tree/dev)
|
||||
>
|
||||
> This is a fork of [AlexxIT/go2rtc](https://github.com/AlexxIT/go2rtc) with the following additions:
|
||||
> This is a dev (bleeding-edge) branch with the following additions:
|
||||
>
|
||||
> **Features**
|
||||
> - **HomeKit Secure Video (HKSV)** — full recording support with motion detection (P-frame analysis, ONVIF events, API)
|
||||
@@ -52,16 +52,16 @@ Ultimate camera streaming application with support for dozens formats and protoc
|
||||
> **Docker images** (GHCR):
|
||||
> ```bash
|
||||
> # Standard
|
||||
> docker pull ghcr.io/skrashevich/go2rtc:beta
|
||||
> docker pull ghcr.io/AlexxIT/go2rtc:dev
|
||||
>
|
||||
> # With hardware acceleration (Intel/AMD)
|
||||
> docker pull ghcr.io/skrashevich/go2rtc:beta-hardware
|
||||
> docker pull ghcr.io/AlexxIT/go2rtc:dev-hardware
|
||||
>
|
||||
> # Rockchip
|
||||
> docker pull ghcr.io/skrashevich/go2rtc:beta-rockchip
|
||||
> docker pull ghcr.io/AlexxIT/go2rtc:dev-rockchip
|
||||
> ```
|
||||
>
|
||||
> **Binaries**: download from [GitHub Actions](https://github.com/skrashevich/go2rtc/actions/workflows/build.yml) artifacts (select the latest successful run on the `beta` branch).
|
||||
> **Binaries**: download from [GitHub Actions](https://github.com/AlexxIT/go2rtc/actions/workflows/build.yml) artifacts (select the latest successful run on the `beta` branch).
|
||||
> Available for: Windows (amd64, i386, arm64), Linux (amd64, i386, arm, arm64), macOS (amd64, arm64), FreeBSD (amd64, arm64).
|
||||
|
||||
---
|
||||
@@ -215,7 +215,7 @@ It comes preinstalled with [FFmpeg](internal/ffmpeg/README.md) and [Python](inte
|
||||
Latest, but maybe unstable version:
|
||||
|
||||
- Binary: [latest master build](https://nightly.link/AlexxIT/go2rtc/workflows/build/master)
|
||||
- Docker: `ghcr.io/skrashevich/go2rtc:beta` or `ghcr.io/skrashevich/go2rtc:beta-hardware` versions
|
||||
- Docker: `ghcr.io/AlexxIT/go2rtc:dev` or `ghcr.io/AlexxIT/go2rtc:dev-hardware` versions
|
||||
- Home Assistant add-on: `go2rtc master` or `go2rtc master hardware` versions
|
||||
|
||||
## Configuration
|
||||
|
||||
+3
-3
@@ -7,9 +7,9 @@ Images are built automatically via [GitHub actions](https://github.com/AlexxIT/g
|
||||
- `alexxit/go2rtc:latest` - latest release based on `alpine` (`amd64`, `386`, `arm/v6`, `arm/v7`, `arm64`) with support for hardware transcoding for Intel iGPU and Raspberry
|
||||
- `alexxit/go2rtc:latest-hardware` - latest release based on `debian 13` (`amd64`) with support for hardware transcoding for Intel iGPU, AMD GPU and NVidia GPU
|
||||
- `alexxit/go2rtc:latest-rockchip` - latest release based on `debian 12` (`arm64`) with support for hardware transcoding for Rockchip RK35xx
|
||||
- `ghcr.io/skrashevich/go2rtc:beta` - latest unstable version based on `alpine`
|
||||
- `ghcr.io/skrashevich/go2rtc:beta-hardware` - latest unstable version based on `debian 13` (`amd64`)
|
||||
- `ghcr.io/skrashevich/go2rtc:beta-rockchip` - latest unstable version based on `debian 12` (`arm64`)
|
||||
- `ghcr.io/AlexxIT/go2rtc:dev` - latest unstable version based on `alpine`
|
||||
- `ghcr.io/AlexxIT/go2rtc:dev-hardware` - latest unstable version based on `debian 13` (`amd64`)
|
||||
- `ghcr.io/AlexxIT/go2rtc:dev-rockchip` - latest unstable version based on `debian 12` (`arm64`)
|
||||
|
||||
## Docker compose
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ Docker users should add the `--privileged` option to the container for access to
|
||||
|
||||
**Supported on:** Linux binary, Docker, Hass Addon.
|
||||
|
||||
Docker users should install: `ghcr.io/skrashevich/go2rtc:beta-hardware`. Docker users should add the `--privileged` option to the container for access to the hardware.
|
||||
Docker users should install: `ghcr.io/AlexxIT/go2rtc:dev-hardware`. Docker users should add the `--privileged` option to the container for access to the hardware.
|
||||
|
||||
Hass Addon users should install **go2rtc master hardware** version.
|
||||
|
||||
@@ -69,7 +69,7 @@ Hass Addon users should install **go2rtc master hardware** version.
|
||||
|
||||
**Supported on:** Windows binary, Linux binary, Docker.
|
||||
|
||||
Docker users should install: `ghcr.io/skrashevich/go2rtc:beta-hardware`.
|
||||
Docker users should install: `ghcr.io/AlexxIT/go2rtc:dev-hardware`.
|
||||
|
||||
Read more [here](https://docs.frigate.video/configuration/hardware_acceleration) and [here](https://jellyfin.org/docs/general/administration/hardware-acceleration/#nvidia-hardware-acceleration-on-docker-linux).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user