You can switch to cef-minimal-obs-rc-bin, since OBS Project fixed crashes on Linux related to it on master.
RC -> Release Candidate/Beta
Edit: The issue with CEF 4280 was fixed upstream. (Missing <atomic> headers issue)
| Git Clone URL: | https://aur.archlinux.org/obs-studio-git.git (read-only, click to copy) |
|---|---|
| Package Base: | obs-studio-git |
| Description: | Free, open source software for live streaming and recording |
| Upstream URL: | https://github.com/obsproject/obs-studio |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | obs-studio |
| Provides: | obs-studio |
| Submitter: | ledti |
| Maintainer: | benklett (xiota) |
| Last Packager: | benklett |
| Votes: | 112 |
| Popularity: | 0.086630 |
| First Submitted: | 2014-03-12 22:29 (UTC) |
| Last Updated: | 2026-06-10 22:13 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 38 Next › Last »
You can switch to cef-minimal-obs-rc-bin, since OBS Project fixed crashes on Linux related to it on master.
RC -> Release Candidate/Beta
Edit: The issue with CEF 4280 was fixed upstream. (Missing <atomic> headers issue)
This would not compile for me as-is. I tried on two different machines, and it kept failing when compiling the browser source components. I got it to work as follows:
cef-minimal with options=('!lto') and install itcef-minimal-obs to cef-minimal-DCEF_ROOT_DIR="/opt/cef-obs" back to -DCEF_ROOT_DIR="/opt/cef"tytan652, thank you for the tip, fixed it and updated the package. I had cef-minimal still installed.
To use cef-minimal-obs you need to change -DCEF_ROOT_DIR="/opt/cef" to -DCEF_ROOT_DIR="/opt/cef-obs".
I needed to install cef-minimal package before installing this via AUR. Please add as dependencie as cef-minimal-obs-bin is not working.
I was actually able to build this with the cef-minimal package by adding options=(!lto) to its PKGBUILD.
Since deleting my cache files and trying again after your dependency changes, the build error has changed: https://gist.github.com/ChrisLane/f133b99aec2809bd579e8ac9a2d6db11
Here is the error log
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp: In lambda function:
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp:166:28: error: ‘class CefWindowInfo’ has no member named ‘bounds’
166 | windowInfo.bounds.width = width;
| ^~~~~~
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp:167:28: error: ‘class CefWindowInfo’ has no member named ‘bounds’
167 | windowInfo.bounds.height = height;
| ^~~~~~
make[2]: *** [plugins/obs-browser/CMakeFiles/obs-browser.dir/build.make:90: plugins/obs-browser/CMakeFiles/obs-browser.dir/obs-browser-source.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1381: plugins/obs-browser/CMakeFiles/obs-browser.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'obs-studio-git-27.1.3.r249.gea1ae5914-1':
error: packages failed to build: obs-studio-git-27.1.3.r249.gea1ae5914-1
@ChrisLane, please clone again or delete your build caches and try building again. If it does not build again, please give me a complete log file of the build.
As @zangoku said, this no longer builds.
Also, it no longer runs for me since some python updates:
obs: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
Pinned Comments
thotypous commented on 2021-02-05 14:12 (UTC)
If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx
benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)