Package Details: obs-studio-git 31.0.1.r96.g80ea1b1-1

Git Clone URL: https://aur.archlinux.org/obs-studio-git.git (read-only, click to copy)
Package Base: obs-studio-git
Description: Free and open source software for video recording and live streaming
Upstream URL: https://github.com/obsproject/obs-studio
Licenses: GPL-2.0-only
Conflicts: obs-studio
Provides: obs-studio
Submitter: ledti
Maintainer: benklett (xiota)
Last Packager: xiota
Votes: 102
Popularity: 1.01
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2025-02-14 04:51 (UTC)

Required by (145)

Sources (4)

Pinned Comments

thotypous commented on 2021-02-05 14:12 (UTC)

If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx

benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)

This is a -git package, that means you have to update it! Please do not flag it out of date because of the version number. The version number will automatically increase to the version of the latest commit. If you want to have the stable versions, please install the package obs-studio from [community].

Latest Comments

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

jope commented on 2025-03-08 20:00 (UTC)

Should maybe _cef_ver default to v3 now that this is used in latest version?https://github.com/obsproject/obs-studio/commit/3d9d066d077a9c1426b8205b0f5ab9cfafd1e25d

xiota commented on 2025-02-01 20:47 (UTC)

Revised to remove depends on cef-minimal-obs-bin because maintainer appears to be planning to retire it.

xiota commented on 2024-11-30 16:59 (UTC)

@EndlessEden This package is intended to be built in clean chroot with the specified packages. FFmpeg often introduces breaking changes in new versions and during development. Try ffmpeg or ffmpeg-full.

EndlessEden commented on 2024-11-21 05:13 (UTC)

Fails to build with https://aur.archlinux.org/packages/ffmpeg-full-git

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find FFmpeg: (Required is at least version "6.1") (found
  /usr/lib/libavformat.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so;/usr/lib/libavcodec.so,
  found components: avformat avutil swscale swresample avcodec)

      Reason given by package: Ensure that required FFmpeg libraries are installed on the system.

xiota commented on 2024-11-04 03:27 (UTC)

debugedit is installed with base-devel, which is supposed to be installed before using AUR.

yh313 commented on 2024-11-04 02:51 (UTC) (edited on 2024-11-04 02:55 (UTC) by yh313)

I needed to install core/debugedit to build. Also I noticed the CPU usage is much higher than extra/obs-studio, I guess this is the wrong place to report this, but has anyone else noticed this? Nvm this is only ture when I added a browser to a scene.

xiota commented on 2024-10-14 17:12 (UTC) (edited on 2024-10-14 17:24 (UTC) by xiota)

@kimimaru @benklett I'll update the package shortly.

Update: ftl-sdk module has been removed.

benklett commented on 2024-10-14 10:21 (UTC)

@kimimaru, i think it was this one: https://github.com/GRVYDEV/Project-Lightspeed As they removed the usage from the codebase, I should remove the sdk from the PKGBUILD. Thank you for the report.

kimimaru commented on 2024-10-14 09:59 (UTC)

@benklett Do you remember which project by any chance? I was looking for it and came across this merge request from late last year that removed support for FTL in OBS: https://github.com/obsproject/obs-studio/pull/10019