Package Details: obs-studio-tytan652 30.1.2-4

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: 46
Popularity: 1.59
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2024-05-03 08:41 (UTC)

Required by (143)

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 .. 16 Next › Last »

BLKarchiso commented on 2023-10-31 03:33 (UTC)

good work my fren, Tytan652 <3 I will be using this to do a little bit of streaming :3

Gravarty commented on 2023-10-10 10:29 (UTC) (edited on 2023-10-10 10:30 (UTC) by Gravarty)

ffmpeg-obs - exit status 4 obs-studio-tytan652 - exit status 8

both can't be build/upgraded and fail with this message:

ERROR: nvenc requested but not found

danievdm commented on 2023-09-12 20:45 (UTC)

I'm running obs-studio-tytan652 29.1.3-4 which is running fine, but loading a Python script gives the error ModuleNotFoundError: No module named 'pymonctl' yet that module is installed on the OS Python, and is functional.

Question is: Is there some specific Python environment that this package runs, or way i should install required Python modules that a script needs to import?

It did work a version or two back of this package. But I had used pyenv to set my OS Python to 3.10 for compatibility with OBS.

Sukid commented on 2023-08-28 17:34 (UTC)

@tytan652 yeaaah as I kept trying to fool with it after making that comment I found out about that myself. twisted my brain tryna get that to work. tyvm

JohnTheCF commented on 2023-08-21 15:28 (UTC) (edited on 2023-08-23 03:19 (UTC) by JohnTheCF)

Error building:

[ 55%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/rtmp-hevc.c.o
/home/jtcf/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/deps/obs-scripting/obs-scripting-lua.c: In function 'load_lua_script':
/home/jtcf/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/deps/obs-scripting/obs-scripting-lua.c:99:9: error: implicit declaration of function 'luaopen_ffi'; did you mean 'luaopen_utf8'? [-Werror=implicit-function-declaration]
   99 |         luaopen_ffi(script);
      |         ^~~~~~~~~~~
      |         luaopen_utf8
[ 55%] Building C object plugins/rtmp-services/CMakeFiles/rtmp-services.dir/rtmp-services-main.c.o

Tried clean rebuilding, no change

XanderMcCord commented on 2023-08-15 22:16 (UTC) (edited on 2023-08-15 22:26 (UTC) by XanderMcCord)

Option to disable Hardware Acceleration in browser sources missing; Should be present under Settings/Advanced; Version. 29.1.3-2 - EndeavorOS;

Edit: Reason I need this option is due to livestream overlay with Streamelements. They use a browser source for on-screen chat and alerts but hardware acceleration prevents Browser source from streaming the web-feed into OBS

tytan652 commented on 2023-08-04 07:48 (UTC) (edited on 2023-08-04 07:49 (UTC) by tytan652)

@Sukid, no it doesn't work like that, you need more than API keys. You'll need to manage some middleware.

And I don't support that on my PKGBUILDs.

Sukid commented on 2023-08-04 05:29 (UTC)

Apparently service integrations can be added using cmake options as long as we have twich api and oauth credentials ready. Anyone know what those variables are? Been having trouble googling it.

young.acinonyx commented on 2023-07-22 05:28 (UTC) (edited on 2023-07-22 07:29 (UTC) by young.acinonyx)

EDIT: Fixed in the latest update. Thank you!

I'm also having trouble compiling this package. I've tried building it manually using makepkg on both my main system and a VirtualBox machine (both up-to-date). I also attempted to install it using different AUR helpers (yay, paru, trizen), even within a clean chroot environment. However, the compilation always stops with the following error:


[ 82%] Built target obs-websocket
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static bool aja::Routing::ParseRouteString(const std::string&, NTV2XptConnections&)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:28:28: error: possibly dangling reference to a temporary [-Werror=dangling-reference]
   28 |         const std::string &route_strip = aja::replace(route_lower, " ", "");
      |                            ^~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:28:54: note: the temporary was destroyed at the end of the full expression ‘aja::replace(route_lower, std::__cxx11::basic_string<char>(((const char*)" "), std::allocator<char>()), std::__cxx11::basic_string<char>(((const char*)""), std::allocator<char>()))’
   28 |         const std::string &route_strip = aja::replace(route_lower, " ", "");
      |                                          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static void aja::Routing::StartSourceAudio(const SourceProps&, CNTV2Card*)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:150:31: warning: ‘virtual bool CNTV2Card::WriteAudioSource(ULWord, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  150 |         card->WriteAudioSource(0, channel);
      |         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /usr/include/ajalibraries/ajantv2/includes/ntv2publicinterface.h:11,
                 from /usr/include/ajalibraries/ajantv2/includes/ntv2vpid.h:12,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-enums.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-props.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-card-manager.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:1:
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2482:21: note: declared here
 2482 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool WriteAudioSource (const ULWord inValue, const NTV2Channel inChannel = NTV2_CHANNEL1));       ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:185:34: warning: ‘virtual bool CNTV2Card::ReadAudioSource(ULWord&, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  185 |         if (card->ReadAudioSource(oldValue, channel)) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2483:21: note: declared here
 2483 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool ReadAudioSource (ULWord & outValue, const NTV2Channel inChannel = NTV2_CHANNEL1));   ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:186:39: warning: ‘virtual bool CNTV2Card::WriteAudioSource(ULWord, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  186 |                 card->WriteAudioSource(oldValue | magicAudioBits, channel);
      |                 ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2482:21: note: declared here
 2482 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool WriteAudioSource (const ULWord inValue, const NTV2Channel inChannel = NTV2_CHANNEL1));       ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static void aja::Routing::ConfigureOutputAudio(const OutputProps&, CNTV2Card*)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:545:42: warning: ‘virtual bool CNTV2Card::SetAudioOutputMonitorSource(NTV2AudioMonitorSelect, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  545 |         card->SetAudioOutputMonitorSource(NTV2_AudioChannel1_2, channel);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:7406:28: note: declared here
 7406 |         AJA_VIRTUAL inline NTV2_DEPRECATED_f(bool SetAudioOutputMonitorSource (const NTV2AudioMonitorSelect inChannelPair, const NTV2Channel inAudioSystem = NTV2_CHANNEL1))    {return SetAudioOutputMonitorSource(inChannelPair, NTV2AudioSystem(inAudioSystem));}    ///< @deprecated        Use the function that uses NTV2AudioChannelPair and NTV2AudioSystem params.
      |                            ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [plugins/aja/CMakeFiles/aja.dir/build.make:160: plugins/aja/CMakeFiles/aja.dir/aja-routing.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1874: plugins/aja/CMakeFiles/aja.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static bool aja::Routing::ParseRouteString(const std::string&, NTV2XptConnections&)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:28:28: error: possibly dangling reference to a temporary [-Werror=dangling-reference]
   28 |         const std::string &route_strip = aja::replace(route_lower, " ", "");
      |                            ^~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:28:54: note: the temporary was destroyed at the end of the full expression ‘aja::replace(route_lower, std::__cxx11::basic_string<char>(((const char*)" "), std::allocator<char>()), std::__cxx11::basic_string<char>(((const char*)""), std::allocator<char>()))’
   28 |         const std::string &route_strip = aja::replace(route_lower, " ", "");
      |                                          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static void aja::Routing::StartSourceAudio(const SourceProps&, CNTV2Card*)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:150:31: warning: ‘virtual bool CNTV2Card::WriteAudioSource(ULWord, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  150 |         card->WriteAudioSource(0, channel);
      |         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /usr/include/ajalibraries/ajantv2/includes/ntv2publicinterface.h:11,
                 from /usr/include/ajalibraries/ajantv2/includes/ntv2vpid.h:12,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-enums.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-props.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-card-manager.hpp:3,
                 from /home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:1:
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2482:21: note: declared here
 2482 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool WriteAudioSource (const ULWord inValue, const NTV2Channel inChannel = NTV2_CHANNEL1));       ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:185:34: warning: ‘virtual bool CNTV2Card::ReadAudioSource(ULWord&, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  185 |         if (card->ReadAudioSource(oldValue, channel)) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2483:21: note: declared here
 2483 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool ReadAudioSource (ULWord & outValue, const NTV2Channel inChannel = NTV2_CHANNEL1));   ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:186:39: warning: ‘virtual bool CNTV2Card::WriteAudioSource(ULWord, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  186 |                 card->WriteAudioSource(oldValue | magicAudioBits, channel);
      |                 ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:2482:21: note: declared here
 2482 |         AJA_VIRTUAL NTV2_DEPRECATED_f(bool WriteAudioSource (const ULWord inValue, const NTV2Channel inChannel = NTV2_CHANNEL1));       ///< @deprecated        This function is obsolete.
      |                     ^~~~~~~~~~~~~~~~~
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp: In static member function ‘static void aja::Routing::ConfigureOutputAudio(const OutputProps&, CNTV2Card*)’:
/home/acinonyx/Utilities/builds/obs-studio-tytan652/src/obs-studio/plugins/aja/aja-routing.cpp:545:42: warning: ‘virtual bool CNTV2Card::SetAudioOutputMonitorSource(NTV2AudioMonitorSelect, NTV2Channel)’ is deprecated [-Wdeprecated-declarations]
  545 |         card->SetAudioOutputMonitorSource(NTV2_AudioChannel1_2, channel);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ajalibraries/ajantv2/includes/ntv2card.h:7406:28: note: declared here
 7406 |         AJA_VIRTUAL inline NTV2_DEPRECATED_f(bool SetAudioOutputMonitorSource (const NTV2AudioMonitorSelect inChannelPair, const NTV2Channel inAudioSystem = NTV2_CHANNEL1))    {return SetAudioOutputMonitorSource(inChannelPair, NTV2AudioSystem(inAudioSystem));}    ///< @deprecated        Use the function that uses NTV2AudioChannelPair and NTV2AudioSystem params.
      |                            ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [UI/frontend-plugins/aja-output-ui/CMakeFiles/aja-output-ui.dir/build.make:174: UI/frontend-plugins/aja-output-ui/CMakeFiles/aja-output-ui.dir/__/__/__/plugins/aja/aja-routing.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2047: UI/frontend-plugins/aja-output-ui/CMakeFiles/aja-output-ui.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

If there is any other information I can provide to help resolve this issue, let me know. Thanks!