Package Details: obs-studio-tytan652 31.0.0-2

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: 50
Popularity: 1.19
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2024-12-09 12:24 (UTC)

Dependencies (82)

Required by (146)

Sources (7)

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

Alkaris commented on 2023-12-29 03:39 (UTC)

I take it you now have to manually download OBS source files to go along with this when installing now, since it just pretty much just tells me it can't find libobs when Cmake tries to look for it.

CMake Error at CMakeLists.txt:32 (find_package):
By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "LibObs", but
CMake did not find one.

Could not find a package configuration file provided by "LibObs" with any
of the following names:

LibObsConfig.cmake
libobs-config.cmake

Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
"LibObs_DIR" to a directory containing one of the above files.  If "LibObs"
provides a separate development package or SDK, be sure it has been
installed.

6e2f61 commented on 2023-12-17 12:04 (UTC) (edited on 2023-12-17 12:05 (UTC) by 6e2f61)

Hi, I have an issue with dependency check with pikaur.

:: error: Can't resolve dependencies for AUR package 'obs-studio-tytan652':
:: error: Dependencies missing for obs-studio-tytan652
:: warning: Following package cannot be found in AUR:
    cef-minimal-obs

Currently in PKGBUILD in line 81 there is following dependency:

"cef-minimal-obs=103.0.0_5060_shared_textures_2594+g17f8588+chromium_103.0.5060.134_1"

But in AUR there is no package with this name anymore. To make it work I need to change it to

"cef-minimal-obs-bin=1:103.0.0_5060_shared_textures_2594+g17f8588+chromium_103.0.5060.134_1"

Can this be corrected in PKGBUILD for next update? @tytan652 :)

Gnatzelle commented on 2023-12-14 08:08 (UTC) (edited on 2023-12-14 08:10 (UTC) by Gnatzelle)

@hypnagogic On what potato? Maybe slow Internet-Connection while downloading? Sorry, but without some useful information your comment isn't...

hypnagogic commented on 2023-12-14 04:37 (UTC)

Make sure to leave your PC running. Took 1h27m8s to build.

Gravarty commented on 2023-11-21 20:25 (UTC) (edited on 2023-11-21 20:26 (UTC) by Gravarty)

OBS-Studio fails to compile with this error message:

Error: "av_stream_get_side_data" is obsolete [-Werror=deprecated-declarations]

tytan652 commented on 2023-11-13 07:07 (UTC) (edited on 2023-11-13 07:09 (UTC) by tytan652)

@xiota Just take account that I became the maintainer of -browser a while after I created -tytan652 and -rc.

You ask me to explain, how they differ when it's explained in pinned comments and in their descriptions (even if I should remove the V4L2 part on -tytan652, I just forgot).

TLDR:

  • -browser: Tries to provide stable version of OBS with a maximum of features

  • -tytan652: Tries to provide the same with custom patches adding features

  • -rc: Tries to provide beta, release candidate and stable version of OBS with a maximum of features

Note that -git (that I don't maintain), is on the master branch which do not represent a version with fixes, it is unstable.

xiota commented on 2023-11-12 21:12 (UTC)

@tytan62 Please explain the difference among the obs-studio-* packages you maintain?

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.