Flussonic

How to configure redundant stream inputs?

Sometimes my headend can be turned off and multicast stream doesn’t work. I want to configure http mpegts as a failover source for stream.

It must automatically switch back to multicast when it is turned on.

As a precaution, multiple data sources can be specified, and Flussonic will switch to another data source if the first one becomes inaccessible. If Flussonic Media Server has switched to secondary source, it will periodically check first source.

Example of configuration:

stream cnn {
  url udp://224.1.1.1:10000;
  url tshttp://192.168.10.10:9000/channel/5;
}

Also you can custom “source_timeout” and “priority”. See more here https://flussonic.com/doc/live/sources#multisource