Package Details: obs-studio-tytan652 30.2.3-3

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

Required by (144)

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 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

Alkaris commented on 2022-06-14 23:13 (UTC)

It seems this dav1d package has broken all sorts of applications that uses that same library. What a stupid package from a stupid dev pushing a bad package update.

shearqan commented on 2022-05-18 10:46 (UTC)

Update to the latest version failed for me originally claiming cef-minimal-obs dependency couldn't be found. I fixed this by installing https://aur.archlinux.org/packages/cef-minimal-obs-bin with --as-deps modifier.

Comminux commented on 2022-05-08 15:12 (UTC) (edited on 2022-05-11 18:04 (UTC) by Comminux)

UPD. Thank you so much for your work!


Please add this pull request: https://github.com/obsproject/obs-studio/pull/6424

This fixes the incorrect setting of audio channels when playing a media file via VLC with a 5.1 audio source (Otherwise, when streaming such videos, you will not hear the right audio channel)

tytan652 commented on 2022-05-07 06:11 (UTC) (edited on 2022-05-07 06:11 (UTC) by tytan652)

If dav1d is only one blocking the update, enforce the update by skipping dependency check with yay -Syud (you can use another AUR helper).

Otherwise install ffmpeg and/or obs-studio temporally to update and then reinstall obs-studio-tytan652 and/or ffmpeg-obs.

BROKEN DEPENDENCIES NOW, I don't how should I take it but AUR is AUR and ArchLinux is ArchLinux. Manual intervention while updating are not always optional.

And if you don't like that Flatpak is your friend then.

linuxmobile commented on 2022-05-07 03:55 (UTC)

paru -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date multilib is up to date :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing dav1d (1.0.0-1) breaks dependency 'libdav1d.so=5-64' required by ffmpeg-obs

BROKEN DEPENDENCIES NOW

zeroconf commented on 2022-05-06 18:51 (UTC)

Sounds like ffmpeg-obs has broken dependencies, please look my comment.

sukrosono commented on 2022-04-21 21:37 (UTC)

obs-video.c: In function ‘video_sleep’: obs-studio-tytan652/src/obs-studio/libobs/obs-video.c:730:57: warning: operand of ‘?:’ changes signedness from ‘int64_t’ {aka ‘long int’} to ‘uint64_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 730 | (diff > (int64_t)interval_ns) ? diff : interval_ns; | ^~~~ [ 23%] Building C object libobs/CMakeFiles/libobs.dir/audio-monitoring/pulse/pulseaudio-enum-devices.c.o [ 23%] Building C object libobs/CMakeFiles/libobs.dir/audio-monitoring/pulse/pulseaudio-monitoring-available.c.o make[2]: *** No rule to make target '/usr/lib/libdl.so', needed by 'libobs/libobs.so.0'. Stop. build aborted

tytan652 commented on 2022-03-05 10:12 (UTC)

27.2.3 is a Windows only hotfix.

ngoonee commented on 2022-02-21 02:30 (UTC)

CMake Error at plugins/linux-capture/CMakeLists.txt:54 (message): PipeWire library not found! Please install PipeWire or set ENABLE_PIPEWIRE=OFF

I do have pipewire installed and am using it, not sure why its not picking up? There's a obs forums post saying to install libpipewire-0.3-dev on debian, but Arch doesn't have an equivalent I think (no dev packages so simple pipewire should be sufficient?)

zeroconf commented on 2022-02-19 14:58 (UTC) (edited on 2022-02-19 16:49 (UTC) by zeroconf)

sounds like following commands are working:

yay -R obs-studio-tytan652 # remove but keep dependencies installed
yay -Syyuu # update system and accept ffmpeg-obs to be replaced by ffmpeg temporarily
yay -S obs-studio-tytan652 --needed # reinstall obs-studio-tytan652 and missing packages if needed and accept ffmpeg replacement with ffmpeg-obs as a dependency
yay -Scc --noconfirm # clean caches