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)

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

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.

Gnatzelle commented on 2023-05-04 06:54 (UTC) (edited on 2023-05-04 07:32 (UTC) by Gnatzelle)

I'm getting the exact Error message like clague and shearqan. But i don't really think, that this is a pkgbuild issue. Seems like the recent update to GCC 13 broke a few things here and there :/

EDIT: Opened up a issue at OBS Github with the provided Error Logs here, as i'm getting the same...

EDIT2: tytan you're fast >.<

shearqan commented on 2023-05-04 06:01 (UTC)

I am getting a very similar error to clague. I am certain i didn't set up any custom flag for gcc for the build

/home/shearqan/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux.c: In function ‘ffmpeg_mux_io_thread’:
/home/shearqan/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux.c:826:55: error: ‘next_seek_position’ may be used uninitialized [-Werror=maybe-uninitialized]
  826 |                                 current_seek_position =
      |                                 ~~~~~~~~~~~~~~~~~~~~~~^
  827 |                                         next_seek_position + chunk_used;
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/shearqan/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux.c:730:18: note: ‘next_seek_position’ was declared here
  730 |         uint64_t next_seek_position;
      |                  ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/obs-ffmpeg-mux.dir/build.make:76: plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/obs-ffmpeg-mux.dir/ffmpeg-mux.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1718: plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/obs-ffmpeg-mux.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

clague commented on 2023-05-04 04:51 (UTC)

In function 'DecodeTEA',
    inlined from 'HandleInvoke' at /home/clague/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:3168:21:
/home/clague/.cache/paru/clone/obs-studio-tytan652/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:4592:7: error: '*(uint32_t *)out' may be used uninitialized [-Werror=maybe-uninitialized]
4592 |     y = v[0];
    |     ~~^~~~~~
cc1: all warnings being treated as errors
make[2]: *** [plugins/obs-outputs/CMakeFiles/obs-outputs.dir/build.make:272: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1744: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'obs-studio-tytan652-29.1.0-1': 
error: packages failed to build: obs-studio-tytan652-29.1.0-1

i check everywhere and find none of the flag "-Werror=maybe-uninitialized".

tytan652 commented on 2023-05-03 16:03 (UTC)

I do not support usage of custom flags that differ from Arch Linux defaults.

I recently switch form CMake Release flags to Arch Linux defaults.

Freso commented on 2023-05-03 15:32 (UTC)

Seems like it was/is a fault of -Ofast. Adding the lines export CFLAGS="${CFLAGS/-Ofast/-O3}" and export CXXFLAGS="${CXXFLAGS/-Ofast/-O3}" in build() made it build properly.

tytan652 commented on 2023-05-03 14:13 (UTC)

@Freso, I never met this stringop-overflow either locally (even in a chroot) or on obs-studio repo CIs.