Search Criteria
Package Details: kurento-media-server 6.17.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/kurento-media-server.git (read-only, click to copy) |
---|---|
Package Base: | kurento-media-server |
Description: | Kurento WebRTC media server |
Upstream URL: | https://github.com/Kurento/kurento-media-server |
Licenses: | Apache |
Submitter: | isushik94 |
Maintainer: | KaMeHb-UA |
Last Packager: | KaMeHb-UA |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-12 09:08 (UTC) |
Last Updated: | 2024-10-18 13:00 (UTC) |
Dependencies (7)
- boost (boost-gitAUR)
- kms-core
- kms-cmake-utils (make)
- libevent (libevent-gitAUR) (make)
- websocketpp (make)
- kms-elements (optional)
- kms-filters (optional)
Required by (1)
- openmeetings (optional)
Sources (4)
- git+https://github.com/Kurento/kurento-media-server.git#tag=6.17.0
- https://raw.githubusercontent.com/vmarkovtsev/DeathHandler/911e4df429a89309b10111d76d232d4a7c2b5485/death_handler.cc
- https://raw.githubusercontent.com/vmarkovtsev/DeathHandler/911e4df429a89309b10111d76d232d4a7c2b5485/death_handler.h
- loadConfig.cpp.patch
Latest Comments
nel commented on 2020-06-03 19:55 (UTC)
I dont know, compilation error
omgold commented on 2020-05-25 16:04 (UTC)
Which package explicitly needs icu? kms-elements and kms-filters should pull it in implicitly via boost.
nel commented on 2020-05-25 13:40 (UTC)
Now need libvpx and icu to build
khumarahn commented on 2020-05-13 18:59 (UTC)
kurento needs libevent to build. Perhaps add this as a dependency?
khvalera commented on 2020-04-26 19:46 (UTC)
Added by kurento-media-server.service - https://github.com/snuglinux/pkgbuilds/tree/master/kurento-media-server
khvalera commented on 2020-04-26 17:49 (UTC)
I think I need to change arch = ('x86_64')
khvalera commented on 2020-04-26 16:48 (UTC) (edited on 2020-04-26 16:50 (UTC) by khvalera)
Thank you, I just found the problem, rebuilt websocketpp and fixed it below and here you wrote! :)
omgold commented on 2020-04-26 15:57 (UTC)
I'm aware of the problem. The reason is that websocketpp 0.8.1 is not compatible with current gcc. The issue is fixed in 0.8.2, but there is no official arch package for it, yet. You can create one easily, though, just by changing the version number in the PKGBUILD.
khvalera commented on 2020-04-26 15:52 (UTC) (edited on 2020-04-26 16:44 (UTC) by khvalera)
/usr/include/boost/asio/impl/executor.hpp:218:22: note: “const std :: reference_wrapper <boost :: asio :: io_context>” is not derived from “const std :: unordered_multiset <Value, _Hash, _Pred, _Alloc> " 218 | return executor == * static_cast <const Executor *> (e-> target ()); | ~~~~~~~~~~~ ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ make [2]: [server / transport / websocket / CMakeFiles / websocketTransport.dir / build.make: 83: server / transport / websocket / CMakeFiles / websocketTransport.dir / WebSocketTransport.cpp.o] Error 1 make [1]: [CMakeFiles / Makefile2: 265: server / transport / websocket / CMakeFiles / websocketTransport.dir / all] Error 2 make: *** [Makefile: 161: all] Error 2
...in order not to receive the following error, websocketpp must be updated to 0.8.2
isushik94 commented on 2018-11-16 11:15 (UTC)
Hi, I'm sorry but I don't work with Kurento anymore