Restreams a primary HLS/RTMP source, switching to a secondary if the primary fails, until restored.
2.0K
This container restreams a primary RTMP source. If the primary source becomes unavailable, it automatically switches to a secondary source and continues streaming until the primary is restored. The container pulls from the defined sources and pushes the stream to the specified output.
To use:
docker run --name friendlyname
-e PRIMARY_STREAM="rtmp://primary-source-url"
-e SECONDARY_STREAM="rtmp://secondary-source-url"
-e OUTPUT_STREAM="rtmp://output-url"
--restart unless-stopped
-d
barrybahrami/stream-failover:latest
#RTMP #failover #streaming
Content type
Image
Digest
sha256:aeaad8fa4…
Size
107.2 MB
Last updated
over 1 year ago
docker pull barrybahrami/stream-failover