Flussonic

Ingest server redundancy

Hi, I want to reserver ingest servers. I have several Flussonic servers, which could connect to the MPEG-TS source. But, the source allows only 1 connection. How I can configure a reservation. If one server will down, another will work.

Hi,

Flussonic has cluster ingest mechanism. Configuration should be the same on all servers, for example:

cluster_key YOURKEY;
peer Server_A;
peer Server_B;
stream channel {
  input tshttp://source-ip/channel;
  cluser_ingest;
}

Documentation: Video Ingest in a Cluster - Flussonic Manual