Package Details: obs-studio-git 31.0.3.r236.g000437f-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: 109
Popularity: 3.06
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2025-05-10 09:22 (UTC)

Required by (146)

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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 36 Next › Last »

Joir2000 commented on 2019-05-17 15:33 (UTC)

Note : If you want to stream with ssl, for example to stream to facebook, you'll have to install mbedtls first.

benklett commented on 2019-03-31 15:14 (UTC)

filthyAUR, good to know. I notified the devs about this. Thank you for your investigation.

kescherAUR commented on 2019-03-31 08:42 (UTC)

Okay, the issue was me using 4.0.0-dev versions of VLC. Those apparently break libvlc for OBS on some ways :(

kescherAUR commented on 2019-03-30 20:16 (UTC)

@benklett Fresh copy of the repo, already disabled ccache and disabling parallel compilation didn't help. I still get the same error.

benklett commented on 2019-03-28 18:37 (UTC)

filthyAUR, That's unfortunate. Sadly I am not able to reproduce.

Have you tried starting with a fresh copy of this repository, disabling ccache (if you have it enabled ofc) and disabling parallel compilation?

kescherAUR commented on 2019-03-28 10:31 (UTC) (edited on 2019-03-28 10:32 (UTC) by kescherAUR)

Currently getting theese errors while building:

/usr/include/vlc/libvlc_media.h:841:41: error: unknown type name ‘libvlc_picture_type_t’; did you mean ‘libvlc_media_type_t’?
/usr/include/vlc/libvlc_media.h:870:40: error: unknown type name ‘libvlc_picture_type_t’; did you mean ‘libvlc_media_type_t’?
/usr/include/vlc/libvlc_events.h:242:13: error: unknown type name ‘libvlc_picture_t’
make[2]: *** [plugins/vlc-video/CMakeFiles/vlc-video.dir/build.make:63: plugins/vlc-video/CMakeFiles/vlc-video.dir/vlc-video-plugin.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1076: plugins/vlc-video/CMakeFiles/vlc-video.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
Error making: obs-studio-git

benklett commented on 2019-03-27 18:35 (UTC)

laichiaheng, because it has a vlc video source plugin: https://github.com/obsproject/obs-studio/tree/master/plugins/vlc-video

laichiaheng commented on 2019-03-27 18:31 (UTC)

Why does it need vlc?

HamishTPB commented on 2018-01-23 20:10 (UTC) (edited on 2018-01-23 20:23 (UTC) by HamishTPB)

Benklett - Thanks :-D

It uses luajit rather than normal lua I think - either way it works great for me now with both after I rebuilt from your latest commit.

EDIT: I already installed luajit-git manually