Package Details: obs-studio-browser 30.2.3-4

Git Clone URL: https://aur.archlinux.org/obs-studio-browser.git (read-only, click to copy)
Package Base: obs-studio-browser
Description: Free and open source software for video recording and live streaming. With everything except service integration
Upstream URL: https://github.com/obsproject/obs-studio
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: ashpie
Maintainer: tytan652
Last Packager: tytan652
Votes: 21
Popularity: 0.116169
First Submitted: 2020-11-05 09:36 (UTC)
Last Updated: 2024-11-12 09:58 (UTC)

Dependencies (80)

Required by (144)

Sources (5)

Pinned Comments

tytan652 commented on 2023-01-13 07:52 (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 2022-07-08 06:02 (UTC)

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.

I'm quite active on OBS discord server (don't PM me directly).

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

tytan652 commented on 2021-07-15 11:04 (UTC)

Put sndio as make dependency and optional dependency and everything would be fine.

This error only means that the sndio part of OBS will not be loaded, this is not an issue.

class101 commented on 2021-07-15 10:56 (UTC) (edited on 2021-07-15 11:06 (UTC) by class101)

Misconfigured dependency

I don't think sndio has to be a make dependency but a normal dependency.

This error is caught upon loading obs from the command line

error: os_dlopen(/usr//lib/obs-plugins/sndio.so->/usr//lib/obs-plugins/sndio.so): libsndio.so.7.1: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/sndio.so' not loaded

Side-note about an mbedtls package update

Also If by chance some peoples are having a crash upon clicking 'Start Streaming', make sure to recompile obs-studio-browser entirely, a newer community/mbedtls package has been released yesterday 14 july 2021 and requires you to recompile obs.

Alkaris commented on 2021-07-03 22:28 (UTC)

Updating to this version of OBS you will no longer be able to click and drag sources into groups, because the devs explicitly disabled it due to a rare bug that very few users may encounter that deletes sources when moved into groups. But instead of disabling it outright, should of had the option to toggle it on or off.

https://github.com/obsproject/obs-studio/issues/4488

class101 commented on 2021-06-29 19:21 (UTC) (edited on 2021-06-29 21:47 (UTC) by class101)

Crash upon clicking 'Start Streaming'
error: Output ID 'rtmp_output' not found
error: Failed to create output 'adv_stream'!
warning: Output 'adv_stream': Tried to set a delay value on a non-encoded output
warning: Stream output type 'rtmp_output' failed to start!
Relevant log
error: os_dlopen(/usr//lib/obs-plugins/obs-outputs.so->/usr//lib/obs-plugins/obs-outputs.so): libmbedtls.so.13: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/obs-outputs.so' not loaded
Fix

You should add the package community/mbedtls as depends=

Side note

No reasons to remove it, see official package : https://archlinux.org/packages/community/x86_64/obs-studio/

Also missing libxcomposite, pipewire

ashpie commented on 2021-06-02 11:36 (UTC)

Hi,

I've pushed the 27.0.0 update which comes with:

  • A temporary dependency to vlc-luajit (replaces vlc) to avoid crashes with vlc sources due to a mismatch in lua version (thanks tytan652, see this comment)
  • Wayland and pipewire capture support
  • No longer depends on cef-minimal-3770, but instead current version cef-minimal
  • The dlopen patch that was making obs segfault on my machines doesn't anymore so I added it

Please let me know if there is any issue with this new version.

Thanks benklett (obs-studio-git) and everyone for your contributions!

tytan652 commented on 2021-05-30 09:24 (UTC) (edited on 2021-05-30 09:26 (UTC) by tytan652)

I don't know if you already know this.

But since obs-studio use luajit (~lua5.1) and VLC is compiled with lua5.2 or later.

The use of OBS VLC sources will make OBS crash because of the difference between lua versions.

I created vlc-luajit to provide a VLC package which not make crash OBS.

It could be a good idea to replace at least vlc optional dependency with vlc-luajit to try to provide a better experience to users.

Alkaris commented on 2021-05-19 11:02 (UTC)

I don't get why the "Official Repository (Community)" version doesn't have browser + VST sources, yet this one does. It's so confusing and really annoying at the same time, because if you need browser sources, you have to install this version, because the other doesn't have it.

Waridley commented on 2021-04-28 05:42 (UTC)

I am suddenly unable to start recording in any other format than 1080p30 with NVENC, and x264 software encoding is missing.

Simply editing the PKGBUILD to use version 26.1.2 fixes it for some reason.

Was on linux510, tried upgrading to 5.12, didn't help. Only nvidia driver available appears to be 460.67 now -- I think I had tried upgrading to it previously and had this issue so I reverted, but it must have automatically updated recently.

ashpie commented on 2021-03-27 09:03 (UTC)

Thanks @Fleap, I added the qt5-svg dependency.