Package Details: obs-studio-git 32.1.2.r109.g84b8d16-1

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.088398
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2026-06-10 22:13 (UTC)

Required by (167)

Sources (4)

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)

This is a -git package, that means you have to update it! Please do not flag it out of date because of the version number. The version number will automatically increase to the version of the latest commit. If you want to have the stable versions, please install the package obs-studio from [community].

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 38 Next › Last »

RobseRob commented on 2025-10-07 12:29 (UTC)

@friday13 - Do a clean build of the package. That fixed the issue for me.

friday13 commented on 2025-10-04 23:55 (UTC) (edited on 2025-10-04 23:57 (UTC) by friday13)

obs: error while loading shared libraries: libavcodec.so.61: cannot open shared object file: No such file or directory

[friday13@baba ~]$ ls /usr/lib | grep libavcodec
lrwxrwxrwx        - root     24 Eyl 20:10  libavcodec.so -> libavcodec.so.62.11.100
lrwxrwxrwx        - root     24 Eyl 20:17  libavcodec.so.58 -> libavcodec.so.58.134.100
.rwxr-xr-x     14Mi root     24 Eyl 20:17  libavcodec.so.58.134.100
lrwxrwxrwx        - root     24 Eyl 20:10  libavcodec.so.62 -> libavcodec.so.62.11.100
.rwxr-xr-x     19Mi root     24 Eyl 20:10  libavcodec.so.62.11.100

Asipu commented on 2025-09-25 10:05 (UTC) (edited on 2025-09-25 10:05 (UTC) by Asipu)

I'm not sure if this is anything, but my obs-browser has been acting wonky recently (no display but has audio working). I think it is just some hardware video issue, but thought I'd toss this out as I'm not sure what is failing yet.

aur/obs-studio-git 31.1.2.r183.g1e28153-1 [+110 ~1.83] [Installed: 32.0.0.r1.g9c79ff7-1]

[306/618] Automatic MOC and UIC for target obs-browser
AutoMoc: /home/joshec/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/browser-app.hpp: note: No relevant classes found. No output generated.

xiota commented on 2025-09-17 20:54 (UTC)

@Arimil Thanks for the notice. The commit appears to make OBS complain more loudly when plugins fail to load. Should be resolved by the most recent revision.

Arimil commented on 2025-09-06 07:44 (UTC) (edited on 2025-09-06 12:45 (UTC) by Arimil)

It seems plugins are now broken with this package, since plugins aren't being loaded from /usr/lib/obs-plugins.

This was caused by https://github.com/obsproject/obs-studio/pull/12566 for now I've pinned my build to 11b9f1aa833afe82f319f50f6fdd08d35de37114 so that plugins still work.

Anic commented on 2025-05-24 02:20 (UTC)

The build failed because of missing dependencies libdatachannel and uthash. After installing them manually the build succeeded.

zomgugoff commented on 2025-05-10 08:48 (UTC)

Getting a build error

configure.ac:7: installing './compile'
configure.ac:6: installing './config.guess'
configure.ac:6: installing './config.sub'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
Makefile.am:3: error: 'noarch_pkgconfig_DATA' is used but 'noarch_pkgconfigdir' is undefined
src/examples/cpp11/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: error: automake failed with exit status: 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: obs-studio-git-exit status 4

benklett commented on 2025-04-29 20:03 (UTC)

I added extra-cmake-modules to makedepends. Thank you for reporting.