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: 52
Popularity: 1.35
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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 18 Next › Last »

tytan652 commented on 2022-09-28 05:52 (UTC)

@wordlesswind, check ffmpeg-obs PKGBUILD. There is custom options explain inside the file.

<deleted-account> commented on 2022-09-28 02:15 (UTC)

Hi @tytan652, can I use ffmpeg-full instead of ffmpeg-obs? I need to use FFmpeg with FDK AAC.

tytan652 commented on 2022-09-22 06:35 (UTC) (edited on 2022-09-22 06:35 (UTC) by tytan652)

@JohnTheCF, nlohmann-json is in the make dependencies. Your error mean that you don't have it installed or you use a non-updated/custom nlohmann-json package.

The package does build fine in clean and up to date chroot.

JohnTheCF commented on 2022-09-21 19:02 (UTC)

I get an error when trying to build

CMake Error in plugins/obs-websocket/CMakeLists.txt:
  Imported target "nlohmann_json::nlohmann_json" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

tytan652 commented on 2022-09-10 16:34 (UTC)

@kronikpillow please read previous comments.

https://aur.archlinux.org/packages/obs-studio-tytan652#comment-880722

kronikpillow commented on 2022-09-10 16:27 (UTC)

-> Could not find all required packages: cef-minimal-obs=103.0.0_5060_shared_textures_143.2591+g4204d54+chromium_103.0.5060.134_1 (Wanted by: obs-studio-tytan652)

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

@zdefz, please don't gave installation instructions like those one. There is instructions for portable install on the OBS wiki.

Browser features for aarch64 is not available since OBS Project does not provide CEF binary for aarch64, this is why the PKGBUILD disables it on the fly. And before you talk about "spotify CEF builds" there is crashes with it.

Where did you see something related to raqote ?

bluetail commented on 2022-09-07 22:23 (UTC) (edited on 2022-09-07 22:33 (UTC) by bluetail)

aarch64 (m1 mac) fails to get the dependencies
makepkg -si
ffmpeg-obs>=5
vlc-luajit
ftl-sdk
boost
boost-libs
==> ERROR: Could not resolve all dependencies.
Fetching those packages from the AUR, editing PKGBUILD and replacing with aarch64 and it builds and installs.
In addition, raqote (rust library) is not fetched and cef-minimal-obs-bin does not have the suitable aarch64 flags set.

Building it manually is actually easier than pulling all the packages on my own like so... but not fun since its untracked. I forgot which additional packages I required. But it was fast and it just worked.

sudo git clone --recursive https://github.com/obsproject/obs-studio.git
cd obs-studio
sudo mkdir build
cd build
sudo cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_PIPEWIRE=OFF    -DBUILD_BROWSER=OFF ..
sudo make -j$(nproc)
sudo make install

zeroconf commented on 2022-09-07 13:04 (UTC)

Yes but why not put cef-minimal-obs-bin as dependency? Then it would be installed automatically during OBS upgrade. For users currently OBS package is broken unless they will not dig into AUR package comments if they happen to know, that even such option exist.

tytan652 commented on 2022-09-07 12:56 (UTC) (edited on 2022-09-07 12:56 (UTC) by tytan652)

@zeroconf, AUR helpers are not supported by the AUR itself.

cef-minimal-obs-bin and cef-minimal-obs-rc-bin both provide cef-minimal-obs but AUR helpers do not always resolves cef-minimal-obs to one of the -bin ones.

cef-minimal-obs is present in this package since at least its creation, it was removed temporarily for 28 because I had issue with the new CEF which I had resolve so I restored it.