Package Details: obs-studio-tytan652 30.2.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: 49
Popularity: 0.94
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2024-08-16 07:18 (UTC)

Required by (145)

Sources (8)

Pinned Comments

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 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

tytan652 commented on 2023-02-28 15:26 (UTC)

Notice for the next future update: Manjaro code path will be dropped while switching to FFmpeg 6. So I will only focus on ArchLinux support.

This code path is becoming a burden when those type of update arise (e.g. FFmpeg).

Manjaro users please prefer the Flatpak and if you want plugins ask the plugin developer to create a Flatpak extension for OBS.

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.

JohnTheCF commented on 2022-11-06 14:35 (UTC) (edited on 2022-11-06 14:36 (UTC) by JohnTheCF)

Managed to fix the error by symlinking /include to /usr/include. I would like to debug what is wrongg with my system. Can we do that somewhere?

EDIT: there is a new error while building:

[ 62%] Linking CXX shared module aja-output-ui.so
Installing aja-output-ui to OBS rundir
[ 62%] Built target aja-output-ui
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: obs-studio-tytan652

tytan652 commented on 2022-11-06 14:26 (UTC) (edited on 2022-11-06 14:26 (UTC) by tytan652)

@JohnTheCF, you are the only one that report this issue.

/include should not even exist, /usr/include should have been set. So your cmake (or system) does something that cause this.

JohnTheCF commented on 2022-11-06 13:04 (UTC)

Still getting the same error. Uninstalled whatever nlohmann-json I had and started the installation again, which installed nlohmann-json from community repo and still getting this error:

Make 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.

zeroconf commented on 2022-10-19 15:38 (UTC)

I just updated few minutes after fix and all completed successfully. Thank you!

tytan652 commented on 2022-10-19 15:06 (UTC)

I think I fix the issue with the recent git update. Please clean you AUR helper cache (or cleanbuild) if you use one to reclone repos.

tytan652 commented on 2022-10-19 14:30 (UTC)

A recent git update broke how most AUR recipe manage git submodule. I try to find a fix that work. I have this issue too.

Freso commented on 2022-10-19 14:13 (UTC)

Seems like the git config --local protocol.file.allow always isn’t working, at least for me. :\

==> Starting prepare()...
Cloning into '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-browser'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/obs-studio-tytan652/src/obs-browser' into submodule path '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-browser' failed
Failed to clone 'plugins/obs-browser'. Retry scheduled
Cloning into '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-websocket'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/obs-studio-tytan652/src/obs-websocket' into submodule path '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-websocket' failed
Failed to clone 'plugins/obs-websocket'. Retry scheduled
Cloning into '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-browser'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/obs-studio-tytan652/src/obs-browser' into submodule path '/tmp/makepkg/obs-studio-tytan652/src/obs-studio/plugins/obs-browser' failed
Failed to clone 'plugins/obs-browser' a second time, aborting

(Full log)