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
Find Examples
Search for examples using streamChaosMonkey in our examples repo.