Hello.
After installing Janus WebRTC Server by sudo apt-get -y install janus
and RedisPHP using sudo apt install redis-server
and sudo apt-get install php-redis
on Ubuntu 20.04 LTS, I run sudo service redis status
and sudo service redis janus
, then I get this:
root@host:~# sudo service janus status
β janus.service - Janus WebRTC gateway
Loaded: loaded (/lib/systemd/system/janus.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-04-27 03:25:39 CEST; 38min ago
Docs: https://janus.conf.meetecho.com/docs/index.html
Main PID: 489171 (janus)
Tasks: 31 (limit: 36043)
Memory: 6.3M
CGroup: /system.slice/janus.service
ββ489171 /usr/bin/janus -o
Apr 27 03:25:39 host.mydomain.com janus[489171]: WebSockets thread started
Apr 27 03:25:39 host.mydomain.com janus[489171]: [WARN] Nanomsg server disabled (Admin API)
Apr 27 03:25:39 host.mydomain.com janus[489171]: JANUS Nanomsg transport plugin initialized!
Apr 27 03:25:39 host.mydomain.com janus[489171]: Loading transport plugin 'libjanus_http.so'...
Apr 27 03:25:39 host.mydomain.com janus[489171]: Nanomsg thread started
Apr 27 03:25:39 host.mydomain.com janus[489171]: HTTP webserver started (port 8088, /janus path listener)...
Apr 27 03:25:39 host.mydomain.com janus[489171]: [WARN] HTTPS webserver disabled
Apr 27 03:25:39 host.mydomain.com janus[489171]: [WARN] Admin/monitor HTTP webserver disabled
Apr 27 03:25:39 host.mydomain.com janus[489171]: [WARN] Admin/monitor HTTPS webserver disabled
Apr 27 03:25:39 host.mydomain.com janus[489171]: JANUS REST (HTTP/HTTPS) transport plugin initialized!
root@host:~#
So, observing (watching) these outputs, we can see some Warnings like:
- [WARN] Nanomsg server disabled (Admin API)
- [WARN] HTTPS webserver disabled
- [WARN] Admin/monitor HTTP webserver disabled
So, please, can anyone give advice or help to fix them ???
Please. I really need your help.