mediainbox / StreamMachine

An experiment in next-generation streaming audio infrastructure for radio stations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add fallback Origin

cdgraff opened this issue · comments

Add the option to declare a Second or N, Masters as Backup, if the Slave loose connection with Master, and after retry N times, go to second Master listed into configuration.

"slave": {
"master": ["ws://master:8020?password=pass", "ws://master-backup:8020?password=pass"],
"timeout": 5,
"retry": 3
}

Added in branch feature/fallback

merged