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.
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) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »
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.
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
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.
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.
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!
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
You should add the package community/mbedtls
as depends=
No reasons to remove it, see official package : https://archlinux.org/packages/community/x86_64/obs-studio/
Also missing libxcomposite
, pipewire
Hi,
I've pushed the 27.0.0 update which comes with:
Please let me know if there is any issue with this new version.
Thanks benklett (obs-studio-git) and everyone for your contributions!
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.
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.
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.
Thanks @Fleap, I added the qt5-svg dependency.
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).