You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes sense to require multiple corruption items when you want to target multiple segments. But if I want to target the same segment, creating multiple items only to change the br value seems a bit tedious.
I would like to request an improvement that allows specifying multiple bitrates within a single configuration item if you want it to apply to the same target segment. This would enhance the user experience and simplify the configuration process. The desired format would be:
By enabling the ability to provide a list of bitrates for a single configuration item, users can target multiple bitrates more efficiently and with cleaner configuration syntax. This enhancement would streamline the configuration process and improve the usability of Chaos Stream Proxy for users managing multiple bitrates simultaneously.
So the new type would be
br?: number|number[]|"*",// apply only to specific bitrate
The text was updated successfully, but these errors were encountered:
Currently, when configuring corruption on a bitrate level in Chaos Stream Proxy, each bitrate requires a separate configuration item. For example:
It makes sense to require multiple corruption items when you want to target multiple segments. But if I want to target the same segment, creating multiple items only to change the
br
value seems a bit tedious.I would like to request an improvement that allows specifying multiple bitrates within a single configuration item if you want it to apply to the same target segment. This would enhance the user experience and simplify the configuration process. The desired format would be:
By enabling the ability to provide a list of bitrates for a single configuration item, users can target multiple bitrates more efficiently and with cleaner configuration syntax. This enhancement would streamline the configuration process and improve the usability of Chaos Stream Proxy for users managing multiple bitrates simultaneously.
So the new type would be
The text was updated successfully, but these errors were encountered: