Hi there!
I’m trying to install and configure Janus on my environment and bind a specific ip address and port number but setting the ip and port on the janus.transport.http.jcfg file it seems not working fine. It prints this error:
[transports/janus_http.c:janus_http_create_daemon:467] Error binding to IP ‘X.X.X.X’ for Janus API HTTP webserver…
[transports/janus_http.c:janus_http_init:795] Couldn’t start webserver on port 8088…[transports/janus_http.c:janus_http_create_daemon:467] Error binding to IP ‘X.X.X.X’ for Admin API HTTP webserver…
[transports/janus_http.c:janus_http_init:871] Couldn’t start admin/monitor webserver on port 7088…
It works only if I set 127.0.0.1 as ip address with any port number but it’s not what I want to do. I’m using 1.1.2 Janus and 0.9.66-1 libmicrohttpd12 and I’m using http protocol for both “general” and “admin” section in janus.transport.http.jcfg.
Does anyone have any insight to solve this problem?