Libdatachannel 0.19.0 was released as stable and so WHIP is no enabled
Search Criteria
Package Details: obs-studio-rc 6:30.0.0_beta3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-studio-rc.git (read-only, click to copy) |
---|---|
Package Base: | obs-studio-rc |
Description: | Beta cycle of the 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: | GPL3 |
Conflicts: | libva-vdpau-driver, obs-browser, obs-linuxbrowser, obs-studio, obs-vst, obs-websocket |
Provides: | obs-browser, obs-studio, obs-vst, obs-websocket |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-26 18:36 (UTC) |
Last Updated: | 2023-09-09 20:51 (UTC) |
Dependencies (80)
- alsa-lib (alsa-lib-x205ta)
- at-spi2-core (at-spi2-core-minimal-git, at-spi2-core-git)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- dbus (dbus-git, dbus-selinux, dbus-xdg-docs)
- expat (expat-git)
- ffmpeg-obs (ffmpeg-mpp)
- fontconfig (fontconfig-git, fontconfig-ubuntu)
- freetype2 (freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5)
- ftl-sdk
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- jansson (jansson-git)
- libcups (libcups-git, libcups-gssapi)
- libdrm (libdrm-git)
- libgl (libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libpipewire (libpipewire-full-git, libpipewire-common-git, libpipewire-git)
- libpulse (pulseaudio-dummy, pulseaudio-git)
- librist (librist-git)
- libva (libva-minimal-git, libva-git, intel-media-stack-bin, libva-headless)
- Show 60 more dependencies...
Required by (135)
- droidcam-obs-plugin (requires obs-studio)
- droidcam-obs-plugin-bin (requires obs-studio)
- droidcam-obs-plugin-git (requires obs-studio)
- glava-git (requires obs-studio) (make)
- glava-git (requires obs-studio) (optional)
- looking-glass (requires obs-studio) (make)
- looking-glass-git (requires obs-studio) (make)
- looking-glass-host (requires obs-studio) (make)
- looking-glass-host-git (requires obs-studio) (make)
- looking-glass-module-dkms (requires obs-studio) (make)
- looking-glass-module-dkms-git (requires obs-studio) (make)
- looking-glass-rc (requires obs-studio) (make)
- looking-glass-rc-host (requires obs-studio) (make)
- looking-glass-rc-module-dkms (requires obs-studio) (make)
- nudgis-obs-plugin (requires obs-studio)
- obs-3d-effect (requires obs-studio)
- obs-advanced-scene-switcher (requires obs-studio)
- obs-audio-monitor (requires obs-studio)
- obs-audio-pan-filter (requires obs-studio)
- obs-backgroundremoval (requires obs-studio)
- Show 115 more...
Sources (5)
tytan652 commented on 2023-09-05 13:35 (UTC)
tytan652 commented on 2023-08-17 07:07 (UTC)
Note for 30 release: obs-webrtc requires an alpha version of libdatachannel. While I have no issue to maintain a package that makes it rely on NICE, I am not fond of alpha releases, so disabled.
For now, waiting for libdatachannel 1.19 or later stable release to enable it.
linuxmobile commented on 2023-06-17 17:54 (UTC)
Window capture in Wayland has a bug. It's not possible to capture the window even with the select option. The error is caused by this code: https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/58#issuecomment-1583110406
Is there any possibility that you can fix it? (obs 29.0*) works fine.
tytan652 commented on 2023-03-09 16:52 (UTC)
FFmpeg 6 has been push to stable repos.
The simplest way to update without conflict is to install obs-studio
and vlc
then reinstall this package afterward.
tytan652 commented on 2023-02-28 15:26 (UTC)
Notice for the next future update: Manjaro code path will be dropped while switching to FFmpeg 6. So I will only focus on ArchLinux support.
This code path is becoming a burden when those type of update arise (e.g. FFmpeg).
Manjaro users please prefer the Flatpak and if you want plugins ask the plugin developer to create a Flatpak extension for OBS.
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-10-19 15:07 (UTC)
I think I fix the issue with the recent git update. Please clean you AUR helper cache (or cleanbuild) if you use one to reclone repos.
tytan652 commented on 2022-09-01 08:23 (UTC) (edited on 2022-09-01 08:25 (UTC) by tytan652)
Reminder: From the version 28, Qt5 based plugin will no longer work with this package since it use Qt6 as upstream uses.
Having a Qt5 based plugin could lead to crashes while running OBS.
tytan652 commented on 2022-08-03 09:29 (UTC)
From the version 28, OBS Studio is now officially built with Qt6.
Plugin built with Qt5 will no longer work, and even make OBS crash if they happen to load correctly.
tytan652 commented on 2022-03-05 10:13 (UTC)
27.2.3 is a Windows only hotfix
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 2021-08-26 18:41 (UTC) (edited on 2022-08-03 09:30 (UTC) by tytan652)
This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated.
This package will follow the beta release cycle of OBS (release candidate and stable release).
No service integrations are available.