Cascade output
Make streams already present on this node available to downstream dispergo nodes.
output.srt.cascade
Serve normalized MPEG-TS to downstream dispergo nodes. The listener serves only streams already present locally and never starts an implicit upstream pull.
"cascade": {
"enabled": true,
"listener": {
"host": "0.0.0.0",
"port": 6002,
"passphrase": "${CASCADE_PASSPHRASE}"
},
"registry": {
"redisAddress": "redis.internal:6379",
"advertiseEndpoint": "node-a.internal:6002",
"keyPrefix": "dispergo:provider:"
}
}
Configuration reference
Use the shared output settings with this module. The complete field reference covers every accepted option; the maximal composition shows how modules fit together.