Docker container for NOALBS (nginx-obs-automatic-low-bitrate-switching) based on Alpine Linux.
- Multi-stage build for minimal image size
- Statically compiled binary
- Based on custom Alpine image
- Automatic OBS scene switching on connection issues
- Support for NGINX RTMP, SRT and MediaMTX stats
docker build -t noalbs-docker .
docker run -v $(pwd)/config.json:/app/config.json \
-v $(pwd)/.env:/app/.env \
noalbs-dockerOr with Docker Compose:
services:
noalbs:
build: .
volumes:
- ./config.json:/app/config.json
- ./.env:/app/.env
restart: unless-stopped- Adjust
.envwith your credentials - Configure
config.jsonfor your streaming scenes - Start the container
Configuration details: NOALBS Documentation
NOALBS monitors your RTMP/SRT stream bitrate and automatically switches between OBS scenes:
- Live: Good connection
- Low Bitrate: Weak connection
- Offline/BRB: No connection
Perfect for IRL streaming with mobile internet connections.
- Base Image:
alexanderwagnerdev/alpine:builder&alexanderwagnerdev/alpine:latest - NOALBS Version: v2.16.1
- Rust/Cargo build with static linking
MIT License
Docker-Container für NOALBS (nginx-obs-automatic-low-bitrate-switching) auf Basis von Alpine Linux.
- Multi-Stage Build für minimale Image-Größe
- Statisch kompiliertes Binary
- Basiert auf custom Alpine-Image
- Automatische Szenenwechsel in OBS bei Verbindungsproblemen
- Support für NGINX RTMP, SRT und MediaMTX Stats
docker build -t noalbs-docker .
docker run -v $(pwd)/config.json:/app/config.json \
-v $(pwd)/.env:/app/.env \
noalbs-dockerOder mit Docker Compose:
services:
noalbs:
build: .
volumes:
- ./config.json:/app/config.json
- ./.env:/app/.env
restart: unless-stopped.envmit deinen Credentials anpassenconfig.jsonfür deine Streaming-Szenen konfigurieren- Container starten
Details zur Konfiguration: NOALBS Dokumentation
NOALBS überwacht die Bitrate deines RTMP/SRT-Streams und wechselt automatisch zwischen OBS-Szenen:
- Live: Gute Verbindung
- Low Bitrate: Schwache Verbindung
- Offline/BRB: Keine Verbindung
Ideal für IRL-Streaming mit mobiler Internetverbindung.
- Base Image:
alexanderwagnerdev/alpine:builder&alexanderwagnerdev/alpine:latest - NOALBS Version: v2.16.1
- Rust/Cargo Build mit statischem Linking
MIT License