Package Details: obs-studio-tytan652 32.1.1-3

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: 58
Popularity: 0.35
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2026-04-03 05:36 (UTC)

Required by (161)

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

1 2 3 4 5 6 .. 20 Next › Last »

mctv commented on 2026-04-04 07:07 (UTC)

a problem

make[4]: *** [Makefile:26794:services_discovery/libupnp_plugin_la-upnp.lo] 错误 1 make[4]: *** 正在等待未完成的任务.... make[4]: 离开目录“/home/hh/.cache/yay/vlc-luajit/src/vlc-3.0.22/modules” make[3]: *** [Makefile:28365:all-recursive] 错误 1 make[3]: 离开目录“/home/hh/.cache/yay/vlc-luajit/src/vlc-3.0.22/modules” make[2]: *** [Makefile:12979:all] 错误 2 make[2]: 离开目录“/home/hh/.cache/yay/vlc-luajit/src/vlc-3.0.22/modules” make[1]: *** [Makefile:1574:all-recursive] 错误 1 make[1]: 离开目录“/home/hh/.cache/yay/vlc-luajit/src/vlc-3.0.22” make: *** [Makefile:1461:all] 错误 2 ==> 错误: 在 build() 中发生一个错误。

tanteikudo commented on 2026-03-31 22:30 (UTC)

There is an issue with the new version where obs crashes when you try to move output sources.

holy_elbow commented on 2026-03-25 03:51 (UTC)

no idea what changed but it can install and replace vlc-plugin-lua

abraxas86 commented on 2026-03-23 23:28 (UTC)

Man, I was fighting for the last little while trying to get it installed - same trouble as Holy_Elbow reported. Glad to know it's not just me.

holy_elbow commented on 2026-03-23 23:24 (UTC)

I cant install obs-studio-tytan652, vlc-luajit or vlc-plugin-luajit without first installing vlc, vlc-gui-qt, and vlc-plugin-lua. Which then denies the installation of luajit packages because those three depend on each other

Lonely_Lunatic1 commented on 2026-03-16 21:25 (UTC)

I have a problem with this one, I tried downloading it and got this back

yay -S obs-studio-tytan652 -> No AUR package found for libplacebo>=7.360 -> could not find all required packages: libplacebo >=7.360

what should I do to remedy this?

DodoGTA commented on 2025-11-28 15:53 (UTC)

Is it possible to turn the ffmpeg-obs package from a hard dependency into a highly recommended dependency? From my quick look the main changes are 2 extra relatively insignificant patches (and RIST support) which I don't think are needed in many cases

Also ffmpeg-obs replaces the system ffmpeg package (which could lead to dependency hell in some cases)

Freso commented on 2025-10-16 20:01 (UTC)

@VasilisTheChu Seems like it’s caused by Qt 6.10: https://discuss.kde.org/t/krita-git-qt-guiprivate-was-not-found/40515/2

VasilisTheChu commented on 2025-10-10 21:53 (UTC) (edited on 2025-10-10 21:54 (UTC) by VasilisTheChu)

Seems like i am unable to build obs now


CMake Error at frontend/cmake/os-linux.cmake:6 (target_link_libraries):
  Target "obs-studio" links to:

    Qt::GuiPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Call Stack (most recent call first):
  frontend/CMakeLists.txt:83 (include)


CMake Error at frontend/plugins/aja-output-ui/CMakeLists.txt:40 (target_link_libraries):
  Target "aja-output-ui" links to:

    Qt::GuiPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



CMake Error at frontend/plugins/decklink-output-ui/CMakeLists.txt:32 (target_link_libraries):
  Target "decklink-output-ui" links to:

    Qt::GuiPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



CMake Error at frontend/plugins/frontend-tools/CMakeLists.txt:57 (target_link_libraries):
  Target "frontend-tools" links to:

    Qt::GuiPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



-- Generating done (0.4s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'obs-studio-tytan652-32.0.1-4': 
error: packages failed to build: obs-studio-tytan652-32.0.1-4

I tried checking that I had qt5-base from a google search and no luck, got qt6 as well.

Any ideas?