chaos-stream-proxy icon indicating copy to clipboard operation
chaos-stream-proxy copied to clipboard

59 feature request option to submit a list of bitrates to corrupt on target segment

Open edvinhed opened this issue 1 year ago • 0 comments

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.

edvinhed avatar Jul 04 '24 07:07 edvinhed