Skip to content

Instantly share code, notes, and snippets.

@kylebakerio
Created August 20, 2020 01:24
Show Gist options
  • Save kylebakerio/b10f9ee79357dda27d41f8a4b6695274 to your computer and use it in GitHub Desktop.
Save kylebakerio/b10f9ee79357dda27d41f8a4b6695274 to your computer and use it in GitHub Desktop.
me@T460-Debian10:~/code/forks/janus-gateway$ sudo ./janus -F /opt/janus/etc/janus/
[sudo] password for me:
Janus commit: d1d044ce781272715ef621abe9f7ac2f658842e6
Compiled on: Wed 19 Aug 2020 08:21:15 PM EDT
Logger plugins folder: /home/me/code/forks/janus-gateway/loggers
---------------------------------------------------
Starting Meetecho Janus (WebRTC Server) v0.10.5
---------------------------------------------------
Checking command line arguments...
Debug/log level is 4
Debug/log timestamps are disabled
Debug/log colors are enabled
Adding 'vmnet' to the ICE ignore list...
Using 192.168.43.197 as local IP...
[WARN] Token based authentication disabled
Initializing recorder code
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, half-trickle, IPv6 support disabled)
TURN REST API backend: (disabled)
[WARN] Janus is deployed on a private address (192.168.43.197) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
Crypto: OpenSSL >= 1.1.0
[WARN] No cert/key specified, autogenerating some...
Fingerprint of our certificate: 99:2B:A0:9F:3B:53:12:28:7C:2B:03:D5:22:89:1D:D8:E0:A1:4F:FF:04:B0:F1:C0:DB:34:F8:60:67:C9:36:F3
[WARN] Event handlers support disabled
Plugins folder: /home/me/code/forks/janus-gateway/plugins
Sessions watchdog started
Joining Janus requests handler thread
Transport plugins folder: /home/me/code/forks/janus-gateway/transports
[FATAL] [janus.c:main:5275] No Janus API transport is available... enable at least one and restart Janus
me@T460-Debian10:~/code/forks/janus-gateway$ /home/me/code/forks/janus-gateway/transports
bash: /home/me/code/forks/janus-gateway/transports: Is a directory
me@T460-Debian10:~/code/forks/janus-gateway$ ls /home/me/code/forks/janus-gateway/transports
janus_http.c libjanus_http_la-janus_http.lo
janus_mqtt.c libjanus_pfunix.la
janus_nanomsg.c libjanus_pfunix_la-janus_pfunix.lo
janus_pfunix.c libjanus_websockets.la
janus_rabbitmq.c libjanus_websockets_la-janus_websockets.lo
janus-transport.o transport.c
janus_websockets.c transport.h
libjanus_http.la
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment