chaos-stream-proxy
chaos-stream-proxy copied to clipboard
59 feature request option to submit a list of bitrates to corrupt on target segment
Updated the stream proxy filter to parse both individual bitrate values and arrays of bitrate values for filtering.
Modified the input type br in the filter function to accept: number: Individual bitrate values. number[]: Arrays of bitrate values. "*": A wildcard to match any bitrate. This enhancement allows more flexible filtering based on bitrate specifications.
New PR since I changed the function.