Flussonic

Duplicate streams without double ingest source

Hi,

I need to have a duplicate of the stream, but do not want to ingest the stream from the source twice. Which protocol should I use?

Hi,

The following config should work inside one Flussonic server:

stream source {
input udp://239.1.1.1:1234;
}
stream duplicate (
input copy://1;
}

Between Flussonic servers it’s better to use M4F or M4S. Cluster Restreaming - Flussonic Manual