Software 44597 Published by

OBS Studio 32.2.0 is now available and brings critical updates for Linux users, including a major PipeWire fix for NVIDIA GPUs that resolves long-standing screen capture issues on Wayland. The release also adds VAAPI AV1 support for WHIP streaming, allowing hardware-accelerated encoding to function properly with modern streaming workflows. A redesigned source dialog, copy/paste API improvements, and dynamic bitrate support round out the feature list, though the official packaging remains limited to Ubuntu 24.04 and 26.04. While Wayland flickering on high-end NVIDIA cards remains an unresolved issue, switching to X11 or safe mode provides a reliable workaround.



OBS Studio 32.2.0 Lands with PipeWire Fixes and New Source Dialog

OBS Studio 32.2.0 is out, and if you run Linux, you'll want to pay close attention. The new build shipped on July 21, 2026, and brings two changes that matter more than anything else on the feature list.

A PipeWire fix for NVIDIA GPUs clears up a long-standing screen capture nightmare. VAAPI AV1 encoding now works with WHIP streaming, which means modern hardware acceleration actually does something useful for live broadcast. There are also fresh UX touches like a new source dialog and copy/paste APIs, though the official support matrix remains frustratingly narrow.

The NVIDIA PipeWire patch comes from contributor hoshinolina, and it tackles a problem that's plagued Linux streamers for years. PipeWire is the default media server on Ubuntu 24.04, Fedora Workstation, and basically every modern distro, but NVIDIA's proprietary driver has never played nice with the libdrm pipeline it relies on. The failure mode was ugly: screen capture plugins wouldn't initialize, webcams vanished, and OBS would crash under Wayland. Not great. With 32.2.0, those fallback failures get patched, which matters since Wayland compositors like GNOME 47 and KDE Plasma 6 now demand PipeWire for window capture.

Screenshot_from_2025_09_06_08_05_00

RytoEX fixed the VAAPI AV1 encoder to play well with WHIP streaming. VAAPI is the primary hardware acceleration API on Linux, covering Intel Quick Sync, AMD AMF, and even some ARM SoCs. Before this patch, attempting to stream in AV1 via WHIP would fail outright. Now, an Intel NUC, a Raspberry Pi 5, or an AMD workstation can handle the job. Dynamic bitrate support rounds out the multitrack video changes, letting streams adapt to network conditions without manual intervention.

kkartaltepe also squeezed out a minor performance gain for OpenGL rendering on low-end systems. It's a subtle change, but it matters most on Linux because many users run OBS on older hardware or Intel integrated graphics that rely on OpenGL rather than Vulkan or D3D11. If you're pushing frames through a Chromebook or budget laptop iGPU, you'll feel the difference.

Features and API Changes

The source picker got a major overhaul. The legacy dropdown is gone, replaced by a dialog that searches and filters sources. It integrates with Qt's native theming on Linux, so it won't look out of place next to your desktop environment. exeldro added copy/paste functions to the frontend API, which helps OBS WebSockets users, custom plugin developers, and accessibility tooling. Filters can now reference missing files without crashing, a nice tweak for Flatpak and Snap installs where paths tend to shift around.

SDR-to-HDR composition filtering lands too, along with .webp support in Image Slideshow sources. Plugin devs can finally set custom icons for new source types. The FPS selector got a UX polish pass, though it's not exactly a headline feature. The whole set of changes improves the workflow, even if it doesn't rewrite the playbook.

Known Issues and Packaging

It's not all smooth sailing on Wayland. User inkgamingg-creator reported flickering and ghosting on Bazzite 44 with an RTX 5070 and KDE Plasma 6. The taskbar flickers, windows ghost when opened, and browser tabs lag during capture. The issue existed in 32.1.x and persisted through beta builds. The team closed issue #13606 as "Not Planned," attributing it to Wayland compositor artifacts rather than a genuine OBS bug. Safe mode reportedly clears it up, and switching to an X11 session eliminates the problem entirely. If you're stuck on Wayland with NVIDIA, you have workarounds. They're not perfect.

The official download page lists .deb packages for Ubuntu 24.04 and 26.04 only. No Fedora RPM, no Arch PKGBUILD, no AppImage. Arch users, Fedora folks, and anyone on non-LTS releases will need to build from the source tarball. The build system now demands CMake 3.28 to 3.30, a notable jump from the 3.16+ requirements of previous releases. Qt UI support, scripting, and HEVC encoders are all enabled by default. The backend remains OpenGL-based, which makes sense for Linux given the lack of Vulkan/D3D11/Metal parity. PipeWire handles screen and camera capture via the Portal API, while VAAPI covers hardware encoding.

The PipeWire NVIDIA fix and VAAPI AV1 patch are the real wins here. They clear up workflow blockers that have sat unresolved for months. The new source dialog and API changes are solid polish. However, the packaging situation leaves a lot of Linux users behind. If you're on Ubuntu, grab the .deb. If not, brace yourself for a compile. The Wayland flickering issue remains a gray area, but X11 is still a reliable escape hatch.

Head here for a detailed change log and to download the new release.