Package Details: obs-studio-git 30.1.1.r33.g3a10355-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
Keywords: obs-studio
Licenses: GPL2
Conflicts: obs-studio
Provides: obs-studio
Submitter: ledti
Maintainer: benklett
Last Packager: benklett
Votes: 95
Popularity: 0.72
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2024-04-01 15:47 (UTC)

Required by (142)

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

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 Next › Last »

haddadmj commented on 2014-07-22 00:55 (UTC)

i uninstall xfce4 & install kdebase and obs worked ;; but when it run pop-out this message :: error: Failed to initialize video: Unspecified error:

ledti commented on 2014-07-21 14:12 (UTC)

@haddadmj, try reinstalling qt5-base. pacman -Ql qt5-base ... qt5-base /usr/lib/qt/plugins/platforms/libqeglfs.so qt5-base /usr/lib/qt/plugins/platforms/libqkms.so qt5-base /usr/lib/qt/plugins/platforms/libqlinuxfb.so qt5-base /usr/lib/qt/plugins/platforms/libqminimal.so qt5-base /usr/lib/qt/plugins/platforms/libqminimalegl.so qt5-base /usr/lib/qt/plugins/platforms/libqoffscreen.so qt5-base /usr/lib/qt/plugins/platforms/libqxcb.so <- ...

haddadmj commented on 2014-07-21 13:36 (UTC)

This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. Aborted (core dumped) arch xfce4

useless2764 commented on 2014-07-20 00:32 (UTC)

well, pretty useless for me till it can actually see my 2 separate x screens, but it does compile and work otherwise

ledti commented on 2014-07-16 11:40 (UTC)

@Weegee, Actually, it makes sense to prefer system libraries over static ones. I'll update the package in a bit to add jansson and add a few optional dependencies that I noticed, too. Thanks for reporting.

Weegee commented on 2014-07-16 09:00 (UTC)

Hey, I dropped the obs-git package as you've submitted your PKGBUILD earlier. However I get the following error when building obs-studio-git if I don't have jansson installed (i. e. OBS uses its own jansson version): https://paste.archlinux.de/G4u/

Jocce commented on 2014-07-15 20:27 (UTC)

Yeh i forgot to remove the comment, but i fixed it by reinstalling FFMpeg

ledti commented on 2014-07-15 20:09 (UTC)

Are you using ffmpeg from the extra repository? 'pacman -Qs x265 && pacman -Qs ffmpeg'

Jocce commented on 2014-07-15 15:51 (UTC)

Only me who get: /usr/bin/ld: warning: libx265.so.21, needed by /usr/lib/libavcodec.so.55, not found (try using -rpath or -rpath-link) /usr/lib/libavcodec.so.55: undefined reference to `x265_param_parse' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_default_preset' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_free' /usr/lib/libavcodec.so.55: undefined reference to `x265_max_bit_depth' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_open_21' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_headers' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_alloc' /usr/lib/libavcodec.so.55: undefined reference to `x265_picture_init' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_encode' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_close' collect2: error: ld returned 1 exit status obs/CMakeFiles/obs.dir/build.make:555: recipe for target 'obs/obs' failed make[2]: *** [obs/obs] Error 1 CMakeFiles/Makefile2:261: recipe for target 'obs/CMakeFiles/obs.dir/all' failed make[1]: *** [obs/CMakeFiles/obs.dir/all] Error 2 Makefile:137: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Anyone know a solution?