Sign inSign up

barrybahrami/stream-failover

By barrybahrami

Updated over 1 year ago

Restreams a primary HLS/RTMP source, switching to a secondary if the primary fails, until restored.

Image
Networking
0

2.0K

barrybahrami/stream-failover repository overview

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

Tag summary

Content type

Image

Digest

sha256:aeaad8fa4

Size

107.2 MB

Last updated

over 1 year ago

docker pull barrybahrami/stream-failover