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

plague42 commented on 2023-07-19 17:10 (UTC) (edited on 2023-07-24 15:29 (UTC) by plague42)

[FIXED] Compiling aja fails:

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: *** [Makefile:156: all] Error 2

Gravarty commented on 2023-07-05 19:23 (UTC)

compiling vlc-luajit fails:

Error: no matching function for call to "absl::lts_20230125::log_internal::LogMessageFatal::LogMessageFatal(const char [37], int, std::string&)"

tytan652 commented on 2023-06-24 12:56 (UTC)

@midiidev, it's because you didn't rebuild the package against the MbedTLS 3.

The package now require MbedTLS 3.

midiidev commented on 2023-06-24 11:11 (UTC)

I think the mbedtls2 should be added as a dependency because I was getting an error and was unable to start the application before installing it.

willianholtz commented on 2023-06-20 22:31 (UTC)

error:

collect2: error: ld returned 1 exit status make[2]: *** [plugins/obs-x264/CMakeFiles/obs-x264-test.dir/build.make:114: plugins/obs-x264/obs-x264-test] Error 1 make[1]: *** [CMakeFiles/Makefile2:1640: plugins/obs-x264/CMakeFiles/obs-x264-test.dir/all] Error 2 make: *** [Makefile:156: all] Error 2

Alkaris commented on 2023-06-08 16:30 (UTC)

To say you're dropping the Manjaro code path you're screwing potentially thousands of people who use your builds specifically which has the features and things that the base package of obs-studio doesn't support or function as intended, and to say to them to pick up the Flatpak version wouldn't be viable to many who are forced down this path just because they happen to be on Manjaro. The issue lies with the Manjaro repositories that they don't get frequent pushed stable updates like the AUR repositories so they're always going to be a version or two behind what AUR has. However some of these newer releases are in Unstable, and it may push some to switch branches just to be able to use the latest versions of OBS, even if it means potentially breaking stability of other things in order to use and add plugins.

tytan652 commented on 2023-05-14 14:35 (UTC)

I forgot nothing, you just made bad assumption about how AUR works.

My package requires cef-minimal-obs and there is cef-minimal-obs-bin in the AUR which provide the former. My package does not require specifically the -bin one.

It's up to the user to fulfill the missing dependency (AUR helper or not).

10leej commented on 2023-05-14 13:51 (UTC)

unable to build currently due to missing dependency declaration

cef-minimal-obs=103.0.0_5060_shared_textures_143.2591+g4204d54+chromium_103.0.5060.134_1 (wanted by: obs-studio-tytan652)

which seems to not be in the AUR any more however tytan652 packaged cef-minimal-obs-bin so Im just assuming he forgot to delare it in the PKGBUILD

Gnatzelle commented on 2023-05-04 08:42 (UTC)

It's building and working again :) Thanks for the quick fix tytan <3

tytan652 commented on 2023-05-04 08:32 (UTC)

GCC 13 introduced some maybe-uninitialized warning. Those should be fixed.