Package Details: obs-studio-tytan652 30.1.0-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 V4L2 devices by paths, 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: 2.50
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2024-03-13 08:28 (UTC)

Required by (143)

Sources (8)

Pinned Comments

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.

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

1 2 3 4 5 6 .. 15 Next › Last »

muflone commented on 2024-03-18 22:55 (UTC)

@tytan652 there's pending deletion in progress for this packages.

on 2024-03-09 I asked you:

@tytan652 what is this package offering more compared to the extra/obs-studio package?

Please answer this question to determine whether this package has some reason to be kept or to be deleted

LandonDeam commented on 2024-03-17 00:18 (UTC)

The new commits relating to the Virtual Cam might be rather critical at the moment, because the current version of the package is throwing me errors related to the Virtual Cam that don't show any information in the logs. I'd recommend looking into them

muflone commented on 2024-03-09 18:06 (UTC)

@tytan652 what is this package offering more compared to the extra/obs-studio package?

tytan652 commented on 2024-02-18 11:01 (UTC) (edited on 2024-02-18 11:02 (UTC) by tytan652)

Since OBS Studio (+ ffmpeg-obs) has many dependencies, I try to enforce rebuild but I can't do that for third-party plugins.

Qt 6.6.2 has broke ABI from what I seen, so plugins that rely on Qt should be rebuilt.

DeweyDecibel commented on 2024-02-18 10:25 (UTC)

First, Thanks for everything you do for OBS and for all of us. I ran into an issue today and not sure what it means or how to fix it since OBS doesn't even start. I just get this

"obs: symbol lookup error: obs: undefined symbol: _Zls6QDebugRK11QDockWidget, version Qt_6"

I did notice that there was an adjustment made to the "OBS-Studio" package about this. Something about QT 6.6.2. Any info would be awesome. There are other places I could have asked but as far as I've seen, you are a beast with passion when it comes to OBS. :) If you need me to post anything about spec's feel free to let me know. OS - Garuda Linux

tytan652 commented on 2024-01-28 08:58 (UTC)

As of 30.0.2-5, libdatachannel-nice can be replaced by libdatachannel since the latter is in Arch repo. So feel free to switch if you want to reduces your AUR package number.

The difference between them is that -nice does not use vendored dependencies and use libnice rather than libjuice. Also libjuice is only used by libdatachannel.

The choice betwween those two ICE library change nothing on how libdatachannel performs, libjuice was just created to avoid to build libnice dependencies on Windows and macOS.

Fazzi commented on 2024-01-14 02:07 (UTC)

any possibility for a binary version of this package? All the dependencies take a while to build.

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