Search Criteria
Package Details: janus-gateway 1.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/janus-gateway.git (read-only, click to copy) |
---|---|
Package Base: | janus-gateway |
Description: | An open source, general purpose, WebRTC server |
Upstream URL: | https://janus.conf.meetecho.com |
Licenses: | GPL-3.0-only |
Submitter: | dseg |
Maintainer: | alerque (feighur, robertfoster) |
Last Packager: | alerque |
Votes: | 8 |
Popularity: | 0.013661 |
First Submitted: | 2016-01-29 11:22 (UTC) |
Last Updated: | 2024-09-11 10:10 (UTC) |
Dependencies (31)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- jansson (jansson-gitAUR)
- libconfig (libconfig-gitAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libnice
- libsrtp (libsrtp-gitAUR)
- libusrsctpAUR (libusrsctp-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- duktape (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- libogg (libogg-gitAUR) (make)
- librabbitmq-c (make)
- libwebsockets (make)
- lua (make)
- nanomsg (nanomsg-gitAUR) (make)
- opus (opus-gitAUR) (make)
- paho-mqtt-cAUR (paho-mqtt-c-gitAUR) (make)
- sofia-sip (sofia-sip-bcAUR, sofia-sip-gitAUR) (make)
- Show 11 more dependencies...
Required by (4)
- jangouts
- nextcloud-spreed-signaling (optional)
- ustreamer
- ustreamer (make)
Latest Comments
1 2 Next › Last »
alerque commented on 2021-06-26 13:28 (UTC) (edited on 2021-06-26 16:40 (UTC) by alerque)
@robertfoster Have you been able to confirm lately whether we still need
paho-mqtt-c-git
or whetherpaho-mqtt-c
would do? Also something seems wrong here with libraries being optional runtime dependencies. Having them as make dependencies makes sense but something seems off about the combo going on here. Any thoughts on that?Edit: Wacky dependencies are explained here.
leuko commented on 2021-02-14 07:18 (UTC) (edited on 2021-02-14 07:19 (UTC) by leuko)
I had a dependency error. Dependency
libusrsctp-git
is not available butlibusrsctp
is available.feighur commented on 2021-01-29 16:17 (UTC)
@mafcadio Your compiler toolchain is somehow misconfigured and thinks the target triplet is 'make'. You should fix your compiler toolchain
mafcadio commented on 2021-01-29 14:17 (UTC) (edited on 2021-01-29 14:17 (UTC) by mafcadio)
Trying to install this, I get the following error:
I've tried it with various janus-gateway package versions and it happens on all of them. I've got base-devel installed. Am I missing something?
Tio commented on 2020-06-13 22:04 (UTC)
Error:
vithatt commented on 2020-05-30 07:02 (UTC) (edited on 2020-05-30 07:48 (UTC) by vithatt)
@caleb Ah ok, yes a better error message would be nice. I only have port 22 open, checked that and my user can open ports above 1000:/ I have raised the issue in the upstream teams google group: https://groups.google.com/forum/m/#!topic/meetecho-janus/pxcgr0w50jI
alerque commented on 2020-05-24 18:12 (UTC)
@vithatt: You could report that to ask for more useful error messages upstream, but there really isn't much they could do either other that to propose the two most likely reasons: the port is in use and or the user doesn't have permission to open it. Detecting which is the case is hard because the operating system often doesn't want (for security reasons) to reveal that information, hence the generic error. You are expected to know as an admin what ports your system has open and what processes are running them. Try
sudo netstat -lntp
to see them all. Beyond that I think you need to get upstream support, it doesn't sound like an issue with this packaging.vithatt commented on 2020-05-23 06:42 (UTC) (edited on 2020-05-23 06:48 (UTC) by vithatt)
@feighur ah ok:( I am only using port 22, It is really annoying with this because there is no hint in the logs about why it could not start, even if debug output level is set to 7:/
feighur commented on 2020-05-23 04:32 (UTC)
@vithatt That is usually caused by some other process using the same port. If that is not the problem then I don't know what it is
vithatt commented on 2020-05-22 13:56 (UTC) (edited on 2020-05-22 14:24 (UTC) by vithatt)
It does not work for me, when i start using systemctl start janus I get this: [FATAL] [transports/janus_http.c:janus_http_init:738] Couldn't start webserver on port 8088...
Full log while using debug level 7: https://pastebin.com/1WKinJXN
1 2 Next › Last »