NorskTransform.streamChaosMonkey() method

Interferes with a stream by dropping frames Why would you want this? Stick one of these after a decoder and before anything else in order to simulate what the world is going to look like if you have network problems (packet drops for example) in your ingest

Just don’t forget to remove it again when you’ve finished testing!

Signature:

streamChaosMonkey(settings: StreamChaosMonkeySettings): Promise<StreamChaosMonkeyNode>;

Parameters

Parameter Type Description

settings

StreamChaosMonkeySettings

Chaos monkey settings

Returns:

Find Examples