Search Criteria
Package Details: obs-websocket 5.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-websocket.git (read-only, click to copy) |
---|---|
Package Base: | obs-websocket |
Description: | WebSockets API for obs-studio |
Upstream URL: | https://github.com/obsproject/obs-websocket |
Keywords: | obs obs-studio websockets |
Licenses: | GPL2 |
Submitter: | None |
Maintainer: | yhtez |
Last Packager: | yhtez |
Votes: | 13 |
Popularity: | 0.000800 |
First Submitted: | 2020-01-03 21:33 (UTC) |
Last Updated: | 2022-07-10 15:37 (UTC) |
Dependencies (6)
- obs-studio (obs-studio-ftl, obs-studio-amf, obs-studio-vitalyr-git, obs-studio-tytan652, obs-studio-browser, obs-studio-rc, obs-studio-git)
- asio (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- nlohmann-json (nlohmann-json-git) (make)
- websocketpp (websocketpp-git, websocketpp-git-dev) (make)
Latest Comments
1 2 3 Next › Last »
yhtez commented on 2022-11-27 00:26 (UTC)
That patch shouldn't work iirc, OBS Studio 28 switched from Qt5 to Qt6. I've looked at packaging a working version of obs-websocket but as far as I can tell support for building the plugin on it's own was removed and it's now expected that it is built with OBS instead, which from what I can tell is the same situation as with the browser source plugin sadly.
Ashark commented on 2022-11-27 00:17 (UTC)
Is 5.0.0-2 patched with previous comment working for you?
When I start obs (28.1.2-1) it says that it failed to load obs-websocket plugin and tells to update or delete it.
Ashark commented on 2022-11-26 23:19 (UTC)
@zxalexis Can you please edit your comment and use tripple "```" before and after code block.
zxalexis commented on 2022-10-23 18:08 (UTC)
Made successful build with this modification of PKGBUILD:
prepare() { cd "$pkgname"
set(CMAKE_CXX_EXTENSIONS ON) \n\ if((CMAKE_CXX_COMPILER_ID MATCHES \"Clang\") OR (CMAKE_CXX_COMPILER_ID MATCHES \"GNU\")) \n\ add_compile_options(-fms-extensions) \n\ endif()|" CMakeLists.txt
}
MrDev023 commented on 2022-05-15 10:21 (UTC) (edited on 2022-05-15 10:22 (UTC) by MrDev023)
Try this https://aur.archlinux.org/packages/obs-websocket-bin
@yhtez
yhtez commented on 2022-03-27 05:02 (UTC)
Currently doesn't build against latest obs-studio due to upstream refusing to support doing so: https://github.com/obsproject/obs-websocket/issues/916
Package will be updated to 5.0 when a non-beta release is out.
valwithoutfriend commented on 2022-03-27 04:53 (UTC)
@freakrho obs-WebSocket 4.9.X doesn't work on the latest obs 27.2.X. They are working on WebSocket version 5 now and you can install the alpha version manually on GitHub. Just check the GitHub first before posting here.
freakrho commented on 2022-03-27 00:21 (UTC)
I have the same error as idbentley, I don't know how to install this on my pc
valwithoutfriend commented on 2022-03-21 04:36 (UTC)
@idbentley 4.X.X version doesn't work on the newest obs 27.2.X version. There is a new alpha version 5 release but you need to download and build it on your own.
idbentley commented on 2022-03-21 01:38 (UTC) (edited on 2022-03-21 01:42 (UTC) by idbentley)
I am currently unable to build. Is this the "build against libobs headers" bug referenced in Febuary (I don't think it is), and if so, is there a workaround?
1 2 3 Next › Last »