Package Details: obs-multi-rtmp 0.4.0.3-1

Git Clone URL: https://aur.archlinux.org/obs-multi-rtmp.git (read-only, click to copy)
Package Base: obs-multi-rtmp
Description: Multiple RTMP outputs plugin
Upstream URL: https://github.com/sorayuki/obs-multi-rtmp
Licenses: GPL
Submitter: Jat
Maintainer: Jat
Last Packager: Jat
Votes: 2
Popularity: 0.000000
First Submitted: 2020-06-01 18:43 (UTC)
Last Updated: 2023-08-28 13:45 (UTC)

Latest Comments

1 2 Next › Last »

Smoolak commented on 2023-04-26 22:33 (UTC) (edited on 2023-04-26 22:33 (UTC) by Smoolak)

The new version almost work, but it seems to be installing in the wrong directory (the debian one). In the meantime, I did the following and it worked:

sudo cp /usr/lib/x86_64-linux-gnu/obs-plugins/obs-multi-rtmp.so /usr/lib/obs-plugins/

bazza commented on 2022-10-24 13:38 (UTC)

Error "OBS Studio - 28.0.3-2"

CMake Error at CMakeLists.txt:74 (find_package):
  By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "LibObs", but
  CMake did not find one.

deimidis commented on 2022-10-12 18:37 (UTC)

I'm trying to use this PKGBUILD with the new version with support for OBS 28 (now is the official in arch). As the author use a '-' in the file's name PKGBUILD didn't work, but when i try to write build_linux.sh as PKGBUILD made, I received an error regarding cmake not finding some libs.

Did someone solved that issue?

Thanks!

alexd73 commented on 2022-08-04 11:07 (UTC)

valwithoutfriend I had the same error when I installed the git version of OBS (obs-studio-git) Please try to install like this '''sudo pacman -S obs-studio''' It works for me.

valwithoutfriend commented on 2022-04-16 04:35 (UTC)

I have been tried to google but still no idea what to do. Help?

CMake Error at CMakeLists.txt:74 (find_package): By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LibObs", but CMake did not find one.

Could not find a package configuration file provided by "LibObs" with any of the following names:

LibObsConfig.cmake
libobs-config.cmake

Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set "LibObs_DIR" to a directory containing one of the above files. If "LibObs" provides a separate development package or SDK, be sure it has been installed.

jcfrosty commented on 2021-12-22 05:55 (UTC)

Hey Jat, I don't understand what your PKGBUILD is doing. Why is it downloading obs-studio AND the plugin? why not just install the plugin via this script instead of all the extra work?

I built my own PKGBUILD before realizing you had one already and I've tested and verified that mine works in case you want to rewrite yours:

pkgname="obs-multi-rtmp" pkgver=0.2.7.1 pkgrel=1 pkgdesc="OBS Plugin to enable multiple streams" arch=('x86_64') url="https://github.com/sorayuki/obs-multi-rtmp" license=('GPL') depends=('qt5-base' 'qt5-declarative' 'obs-studio') makedepends=('unzip' 'cmake') source=($pkgname-$pkgver.zip::https://github.com/sorayuki/$pkgname/archive/refs/tags/$pkgver.zip) noextract=($pkgname-$pkgver.zip) sha256sums=(02633a628227220085b9b55b1b90cc1e20aee26a3a93a0773acb4bc7f6bb0a48)

prepare() { unzip $pkgname-$pkgver.zip }

build() { cd "$pkgname-$pkgver" cmake -DCMAKE_INSTALL_PREFIX="/usr" -DOBS_SRC_DIR="/usr/include/obs" -B build . cmake --build build --config Release cmake --install build --config Release --prefix "dist/usr" }

package() { cd "$pkgname-$pkgver" cp -a "dist/usr/" "$pkgdir/usr/" }

Jat commented on 2021-10-16 18:10 (UTC)

@voidspawn what does obs -V output?

voidspawn commented on 2021-10-12 17:19 (UTC) (edited on 2021-10-12 17:29 (UTC) by voidspawn)

this still don't work for me, with the following error text

-> Downloading obs-studio-27.0.1

3.tar.gz...

curl: (3) URL using bad/illegal format or missing URL

==> ERROR: Failure while downloading https://github.com/obsproject/obs-studio/archive/27.0.1

3.tar.gz

Aborting...

error downloading sources: obs-multi-rtmp

deimidis commented on 2021-10-11 19:04 (UTC)

@jat yes, now it works! Thanks

Jat commented on 2021-10-11 01:59 (UTC)

@deimidis try again please