admiral504

Results 3 issues of admiral504

![image](https://cloud.githubusercontent.com/assets/27339837/24948318/1f7ea2f0-1f94-11e7-8bd3-48a04cec9057.png) The result show me 200%, 400% @@

I recently came across the [following ModSecurity rule](https://stackoverflow.com/questions/53620557/modsecurity-apache-how-to-limit-access-rate-by-header) intended to limit client hits by user agent: ```# Limit client hits by user agent SecRule REQUEST_HEADERS:User-Agent "@pm facebookexternalhit" \ "id:400009,phase:2,nolog,pass,setvar:global.ratelimit_facebookexternalhit=+1,expirevar:global.ratelimit_facebookexternalhit=3" SecRule...

3.x
help wanted

I'm using the plugin to generate audio files from a text-to-speech API. However, OBS seems to cache the old audio file, causing it to play the first few seconds of...