pkv

Results 21 issues of 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)....

Enhancement
Seeking Testers

``` 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...

feature
pinned

### Description This allows the direct use of: - encryption passphrase (SRT & RIST), - username + password (RIST), - as well as streamid (SRT). Previously, these parameters had to...

Bug Fix
Enhancement
Seeking Testers

### 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...

Bug Fix
Enhancement

### 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...

Bug Fix
Seeking Testers

### 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...

Bug Fix
Code Cleanup
Seeking Testers

### 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...

Bug Fix
Seeking Testers

### 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))....

Bug Fix

### 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...

Seeking Testers

**Describe the bug** Cef crashes on browser close due to Audio Handler. Here's the stack trace: ![devenv_2024-04-27_18-21-36](https://github.com/chromiumembedded/cef/assets/9283407/cba0589f-fb53-49af-bf78-dd8f06fee60a) There an error message in OnAudioStreamError which is: `Socket closed unexpectedly` The ceftests...

bug