Package Details: obs-studio-tytan652 31.0.3-1

Git Clone URL: https://aur.archlinux.org/obs-studio-tytan652.git (read-only, click to copy)
Package Base: obs-studio-tytan652
Description: Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes
Upstream URL: https://github.com/obsproject/obs-studio
Keywords: browser ftl obs vst
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: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 53
Popularity: 2.33
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2025-03-29 06:30 (UTC)

Dependencies (82)

Required by (147)

Sources (7)

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 and websocketpp happens to not work with the newest asio.

tytan652 commented on 2023-01-13 07:51 (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 2021-05-14 17:49 (UTC) (edited on 2022-07-08 06:03 (UTC) by tytan652)

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.

It also contains some unmerged PR or backported fix documented in the PKGBUILD.

I'm quite active on OBS discord server (don't PM me directly), so if I saw something that need to be backported I add it.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 18 Next › Last »

tytan652 commented on 2022-09-06 05:55 (UTC) (edited on 2022-09-06 14:22 (UTC) by tytan652)

The whole cp: cannot stat is not a bug neither an issue just a thing to ignore while the debug package is generated. It's because the CEF is a prebuilt (from OBS Project).

Edit: The CEF was putting files all over the place in the debug package, the debug option was replace by not stripping the package from its debug symbol.

Alkaris commented on 2022-09-06 01:01 (UTC) (edited on 2022-09-06 01:19 (UTC) by Alkaris)

There's a lot of cp: cannot stat error messages during compilation because it's referencing directories that doesn't exist, because whatever paths are selected in the install script are pointing to things that simply don't exist. Paths like /home/dev/cef_binarybinary_5060_linux64 and './../../third_party and '/build/glibc/src/glibc/csu/ Whatever build directories you use during your compilation process has made its way into mine and it can't find those because it simply doesn't exist, shouldn't be referencing your build directories in the build paths when it should be locating ones in local directory that it downloaded source to.

Also after correcting those errors to compile OBS just core dumps.

QWidget: Must construct a QApplication before a QWidget
Aborted (core dumped)

I don't have Qt5 plugins.

tytan652 commented on 2022-09-01 08:23 (UTC)

From the version 28, Qt5 based plugin will no longer work with this package since it use Qt6 as upstream uses.

Having a Qt5 based plugin could lead to crashes while running OBS.

tytan652 commented on 2022-07-15 18:38 (UTC)

Not going to fix because not broken, your AUR helper just did not check for -bin packages.

Try to install cef-minimal-obs-bin beforehand.

<deleted-account> commented on 2022-07-15 18:17 (UTC)

❯ paru -S obs-studio-tytan652 :: Resolving dependencies... error: could not find all required packages: cef-minimal-obs=95.0.0_MediaHandler.2462+g95e19b8+chromium_95.0.4638.69_3 (wanted by: obs-studio-tytan652)

dependencies are broken, thx for fixing :D

Scla commented on 2022-06-18 08:50 (UTC) (edited on 2022-06-18 08:51 (UTC) by Scla)

@tytan652 ffmpeg-obs was not updated for some reason. Removing chaotic-aur from the repos fixed the issue. Thanks for pointing me in the right direction :D

tytan652 commented on 2022-06-18 04:18 (UTC) (edited on 2022-06-18 04:18 (UTC) by tytan652)

@Scla did you updated ffmpeg-obs and vlc-luajit to their latest package release.

Note for Manjaro users: you should rebuild ffmpeg-obs, vlc-luajit, if it happens to you.

Scla commented on 2022-06-17 22:35 (UTC)

Hello, I'm having troubles after a system update. obs: error while loading shared libraries: libsrt.so.1.4: cannot open shared object file: No such file or directory

tytan652 commented on 2022-06-15 07:37 (UTC)

@Alkaris, thank you to not insult Arch Linux maintainers and dav1d developers.

What happen with dav1d is called an ABI breakage, meaning that every package linked to it needs to be rebuild against the new ABI.

Libraries try to keep a stable API and ABI, but sometime a breakage shall be made for varied reasons.

Alkaris commented on 2022-06-14 23:13 (UTC)

It seems this dav1d package has broken all sorts of applications that uses that same library. What a stupid package from a stupid dev pushing a bad package update.