Hello,
I'm trying to build Janus from source, I used the steps in README to install all the dependencies
for the configs, only thing I disabled is rabbitmq.
I used the following command to start Janus
------------
/opt/janus/bin/janus &
------------
I'm running Janus on Ubuntu 14.
Here are my janus logs
------------
Error reading/parsing the configuration file, going on with the defaults and the command line arguments
[ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.cfg'... error 2 (No such file or directory)
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.1.0
---------------------------------------------------
Checking command line arguments...
Debug/log level is 4
Debug/log timestamps are disabled
Debug/log colors are enabled
Using 37.139.26.200 as local IP...
[WARN] Token based authentication disabled
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
BUNDLE is NOT going to be forced
rtcp-mux is NOT going to be forced
[FATAL] [janus.c:main:3462] Missing certificate/key path, use the command line or the configuration to provide one
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_setspecific': Invalid argument. Aborting.
[1]+ Aborted (core dumped) /opt/janus/bin/janus
------------
Any help will be really appreciated.
Thanks
Nitesh