@tweirtx I would do a clean build of OBS if you didn't. Whenever I get this issue I have to do a clean build of OBS to relink with updated libraries.
Search Criteria
Package Details: obs-studio-browser 31.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-studio-browser.git (read-only, click to copy) |
---|---|
Package Base: | obs-studio-browser |
Description: | Free and open source software for video recording and live streaming. With everything except service integration |
Upstream URL: | https://github.com/obsproject/obs-studio |
Licenses: | GPL-2.0-or-later |
Conflicts: | libva-vdpau-driver, obs-browser, obs-linuxbrowser, obs-studio, obs-vst, obs-websocket |
Provides: | obs-browser, obs-studio, obs-vst, obs-websocket |
Submitter: | ashpie |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 23 |
Popularity: | 1.84 |
First Submitted: | 2020-11-05 09:36 (UTC) |
Last Updated: | 2025-03-29 06:29 (UTC) |
Dependencies (82)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- ffmpeg-obsAUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- jansson (jansson-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- librist (librist-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 62 more dependencies...
Required by (147)
- catppuccin-obs-theme-git (requires obs-studio)
- distroav (requires obs-studio)
- distroav-bin (requires obs-studio)
- distroav-git (requires obs-studio)
- droidcam-obs-plugin (requires obs-studio)
- droidcam-obs-plugin-bin (requires obs-studio)
- droidcam-obs-plugin-git (requires obs-studio)
- glava-git (requires obs-studio) (make)
- glava-git (requires obs-studio) (optional)
- glava-ridged (requires obs-studio) (optional)
- looking-glass (requires obs-studio) (make)
- looking-glass-git (requires obs-studio) (make)
- looking-glass-host (requires obs-studio) (make)
- looking-glass-host-git (requires obs-studio) (make)
- looking-glass-module-dkms (requires obs-studio) (make)
- looking-glass-module-dkms-git (requires obs-studio) (make)
- looking-glass-rc (requires obs-studio) (make)
- looking-glass-rc-host (requires obs-studio) (make)
- looking-glass-rc-module-dkms (requires obs-studio) (make)
- lyrica (requires obs-studio) (optional)
- Show 127 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »
petercheese commented on 2021-12-06 21:03 (UTC)
ashpie commented on 2021-12-06 14:59 (UTC)
Hi @gax, @tannewt, I have limited this package's cef-minimal dependency version to <95.0.0, you can use the cef-minimal-obs-studio-browser-bin
package to satisfy it. It should solve your compilation problems.
@tweirtx I can't reproduce this, would you mind sharing your logs and recording configuration please?
tweirtx commented on 2021-12-03 23:11 (UTC)
I receive Encoder ID 'obs_x264' not found
errors when I attempt to start recording with this package. This has been checked across two separate machines.
tannewt commented on 2021-11-29 18:03 (UTC)
FYI I had to revert to cef-minimal 94 (from 96) to fix the compile.
gabx commented on 2021-11-15 23:30 (UTC)
I have an error during the make process:
make[2]: *** [plugins/obs-browser/CMakeFiles/obs-browser-page.dir/build.make:104: plugins/obs-browser/CMakeFiles/obs-browser-page.dir/browser-app.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1343: plugins/obs-browser/CMakeFiles/obs-browser-page.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
tytan652 commented on 2021-09-26 11:28 (UTC) (edited on 2021-09-26 11:28 (UTC) by tytan652)
The CEF vendor by OBS is a thing that take and will take time to update.
https://github.com/obsproject/obs-studio/discussions/3853
One of the platform (OS) use a really old version because of the use of unmerged PR in the CEF of this platform, I think their priority is at least to approximately use the same version on any platform.
I saw this PR (https://github.com/obsproject/obs-browser/pull/306) for compatibility with CEF 91.
ashpie commented on 2021-09-26 10:11 (UTC) (edited on 2021-09-26 10:13 (UTC) by ashpie)
Hi @aeris, thanks a lot for your contribution! Your PR has been merged. Has your patch been submitted upstream?
aeris commented on 2021-09-25 10:30 (UTC)
Hello here! Here is a patch for CEF 91+ compatibility replacing the cef-minimal-obs-studio-browser-bin (v88) specific package by the standard cef-minimal (currently v93)
ashpie commented on 2021-09-16 18:09 (UTC) (edited on 2021-09-26 10:13 (UTC) by ashpie)
Thanks to @aeris's patch, cef-minimal
can be used again.
Old message : This package now restricts cef-minimal version which can be satisfied with the new cef-minimal-obs-studio-browser-bin
package.
Thanks @31PNMR for the report.
Pinned Comments
tytan652 commented on 2025-03-15 16:52 (UTC)
If you have issue building please try to downgrade
asio
to a version before 1.34.0, this a headers-only library so packages only rely on it as a build-time dependencies.Arch Linux has unfortunately updated
asio
without testing if packages using it would build andwebsocketpp
happens to not work with the newestasio
.tytan652 commented on 2023-01-13 07:52 (UTC) (edited on 2023-01-13 07:52 (UTC) by tytan652)
For those who might ask why
libva-vdpau-driver
was added to conflicts.It is the only way at package level to prevent the user to have segfaults because of this driver. This will not be fixed on OBS side since this is not an OBS issue.
The driver is only loaded with Nvidia cards.
Try
libva-nvidia-driver
if you really need Nvidia decode through VAAPI.tytan652 commented on 2022-07-08 06:02 (UTC)
This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated. This feature is not enabled on Manjaro.
If you have any issue, please before commenting rebuild this package (a clean build) and try again to make sure it's not because of a library update.
Pamac has a messed up dependency checker, use another AUR helper for the first install.
This AUR package provide OBS with all the missing feature except Twitch, Restream and YouTube integrations.
More explaination here: https://ideas.obsproject.com/posts/1558/
It provide any dependency needed for Wayland support.
I'm quite active on OBS discord server (don't PM me directly).