Richard Stanway
Richard Stanway
As gravatar is based on an unsalted MD5 hash, it's trivial to dump the email addresses of people signed up to the forum. Using gravatar probably isn't GDPR compliant at...
The library appears to explicitly disable curl's SSL peer/host checks when a certificate file is not provided in executeRequest: ``` // https handling if (!empty($this->certificate_file)) { curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch,...
I was trying this project out today in my search for a better ACME client and couldn't seem to get past an error stating `https://acme-v01.api.letsencrypt.org/directory: The OpenSSL library reported an...
### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 29.0.0-beta2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL N/A ###...
## Platform Operating system and version: Windows 10 1909 OBS Studio version: 25.0.8 ## Expected Behavior Recordings at high FPS should function normally. ## Current Behavior The OBS `audio_thread` is...
### Description This PR refactors the shortcut filter implementation to create a single, public `OBSEventFilter` instance for the entire application instead of relying on every widget to create and free...
### Description Improve logging of network interface used for RTMP transmission on Windows: - Properly report > 1gbps speed by using `GetIfEntry2` - Log RX / TX speeds separately -...
### Description PRs #7749 and #7766 highlighted a bug in how we process wide character format strings. For whatever reason, these are locale-dependent and without us changing the process locale,...
### Description Minor miscellaneous fixes and cleanups. ### Motivation and Context Ran OBS with UBSan and ASan and found a few minor issues that weren't really worth splitting into individual...
### Description This copies the result of `nvEncGetLastErrorString` to the last encoder error instead of only writing it to the log file. This makes it user-visible, which should help users...