Pre-compiled static Linux binaries for NOALBS (nginx-obs-automatic-low-bitrate-switching) - Automatic bitrate switching for OBS and nginx-RTMP streams.
- Static binaries for multiple Linux architectures
- No dependencies required
- Built with Alpine Linux using musl libc
- Automated builds via GitHub Actions
- Supports x86_64, i386, ARM64, ARMv7, ARMv6, RISC-V, PowerPC, and s390x
- x86_64 (amd64) - Standard 64-bit Intel/AMD
- i386 - 32-bit Intel/AMD
- ARM64 (aarch64) - 64-bit ARM (Raspberry Pi 4+, modern ARM servers)
- ARMv7 - 32-bit ARM (Raspberry Pi 2/3)
- ARMv6 - Legacy 32-bit ARM (Raspberry Pi 1/Zero)
- RISC-V - RISC-V 64-bit
- PowerPC (ppc64le) - IBM POWER systems
- s390x - IBM Z mainframes
- Go to Releases
- Download the appropriate
.tar.gzfor your architecture - Verify SHA256 checksum
- Extract and run
# Example for x86_64
wget https://github.com/AlexanderWagnerDev/noalbs-linux/releases/download/v2.16.1/noalbs-linux-amd64.tar.gz
tar -xzf noalbs-linux-amd64.tar.gz
chmod +x noalbs
./noalbsEdit config.json according to your setup. See NOALBS documentation for configuration options.
The repository uses Docker with QEMU for cross-platform builds:
# Triggered automatically on tag push
git tag v2.16.1
git push origin v2.16.1
# Or manually via workflow_dispatchMIT License - see LICENSE
Vorkompilierte statische Linux-Binaries für NOALBS (nginx-obs-automatic-low-bitrate-switching) - Automatische Bitrate-Umschaltung für OBS und nginx-RTMP-Streams.
- Statische Binaries für verschiedene Linux-Architekturen
- Keine Abhängigkeiten erforderlich
- Gebaut mit Alpine Linux und musl libc
- Automatisierte Builds über GitHub Actions
- Unterstützt x86_64, i386, ARM64, ARMv7, ARMv6, RISC-V, PowerPC und s390x
- x86_64 (amd64) - Standard 64-Bit Intel/AMD
- i386 - 32-Bit Intel/AMD
- ARM64 (aarch64) - 64-Bit ARM (Raspberry Pi 4+, moderne ARM-Server)
- ARMv7 - 32-Bit ARM (Raspberry Pi 2/3)
- ARMv6 - Legacy 32-Bit ARM (Raspberry Pi 1/Zero)
- RISC-V - RISC-V 64-Bit
- PowerPC (ppc64le) - IBM POWER-Systeme
- s390x - IBM Z-Mainframes
- Gehe zu Releases
- Lade die passende
.tar.gzfür deine Architektur herunter - Überprüfe die SHA256-Prüfsumme
- Entpacken und ausführen
# Beispiel für x86_64
wget https://github.com/AlexanderWagnerDev/noalbs-linux/releases/download/v2.16.1/noalbs-linux-amd64.tar.gz
tar -xzf noalbs-linux-amd64.tar.gz
chmod +x noalbs
./noalbsBearbeite die config.json entsprechend deinem Setup. Siehe NOALBS-Dokumentation für Konfigurationsoptionen.
Das Repository verwendet Docker mit QEMU für Cross-Platform-Builds:
# Wird automatisch bei Tag-Push ausgelöst
git tag v2.16.1
git push origin v2.16.1
# Oder manuell über workflow_dispatchMIT License - siehe LICENSE