pkv
pkv
### Description Also modifies UI. We add three presets: - dynamic bitrate disabled (default); - a recommended preset where bitrate recovery is much faster (bitrate increase tested every 2 seconds)....
``` RIST is designed to reliably transport video over the Internet for any use case, but is typically used for professional media workflows such as news and sports contribution, remote...
### Description This allows the direct use of: - encryption passphrase (SRT & RIST), - username + password (RIST), - as well as streamid (SRT). Previously, these parameters had to...
### Description This puts the version logging behind a condition of having found a lib. ### Motivation and Context A user reported in beta channel that his log reported an...
### Description Some code was applied to both expander and upward compressor. We limit it now to the compressor to keep the same behaviour as previous versions. The said code...
### Description **Updated, 02/25/24** This PR does the following: 1. Factor out NVIDIA Audio Effects from Noise Suppression filter. 2. Move NVIDIA Audio Effects to a new filter in a...
### Description Fixes #10504. When starting an SRT stream in listener mode, if no connection is made by a client, the socket was not closed when exiting obs. This fixes...
### Description Commit [1] added ALAC & PCM support. But 7.1 ALAC encoding fails. This fixes the issue by assigning the correct 7.1 layout supported by FFmpeg ALAC encoder (7.1(wide))....
### Description This enables building of qtcharts (as well as qtopengl, qtopenglwidgets) on which it depends. ### Motivation and Context This is a companion to other PRs in obs-studio enabling...
**Describe the bug** Cef crashes on browser close due to Audio Handler. Here's the stack trace:  There an error message in OnAudioStreamError which is: `Socket closed unexpectedly` The ceftests...