Description
OS: Rocky Linux 9
Janus: build from latest sources
About problem.
Page: https://janus.conf.meetecho.com/docs/service.html
Stage: systemd
On Rocky Linux 9 (not tested on other RH-family operating systems), if the systemd unit "janus-gateway.service" does not contain a PIDFile= directive, the unit "janus-gateway.service" starts and stops immediately.
-------- LOG ------
Checking command line arguments...
Debug/log level is 4
Debug/log timestamps are enabled
Debug/log colors are disabled
[janus] [Mon Oct 21 18:36:16 2024] Adding 'vmnet' to the ICE ignore list...
[janus] [Mon Oct 21 18:36:16 2024] Using 10.123.20.23 as local IP...
[janus] [Mon Oct 21 18:36:16 2024] Token based authentication disabled
[janus] [Mon Oct 21 18:36:16 2024] Initializing recorder code
[janus] [Mon Oct 21 18:36:16 2024] Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, full-trickle, IPv6 support disabled)
[janus] [Mon Oct 21 18:36:16 2024] TURN REST API backend: (disabled)
[janus] [Mon Oct 21 18:36:16 2024] [WARN] Janus is deployed on a private address (10.123.20.23) 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...
[janus] [Mon Oct 21 18:36:16 2024] Crypto: OpenSSL >= 1.1.0
[janus] [Mon Oct 21 18:36:16 2024] Fingerprint of our certificate: A0:83:EB:10:D7:66:50:17:18:4D:9E:0A:0A:3E:8D:0F:4E:DC:AE:71:5F:00:BD:34:0E:D1:F9:4D:2B:CB:53:53
[janus] [Mon Oct 21 18:36:16 2024] Sessions watchdog started
[janus] [Mon Oct 21 18:36:16 2024] Joining Janus requests handler thread
[janus] [Mon Oct 21 18:36:16 2024] Event handlers support disabled
[janus] [Mon Oct 21 18:36:16 2024] Plugins folder: /opt/janus/lib/janus/plugins
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_audiobridge.so'...
[janus] [Mon Oct 21 18:36:16 2024] [WARN] Denoising via RNNoise NOT supported
[janus] [Mon Oct 21 18:36:16 2024] JANUS AudioBridge plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_echotest.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS EchoTest plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_nosip.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS NoSIP plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_recordplay.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS Record&Play plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_sip.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS SIP plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_streaming.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS Streaming plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_textroom.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS TextRoom plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_videocall.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS VideoCall plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Loading plugin 'libjanus_videoroom.so'...
[janus] [Mon Oct 21 18:36:16 2024] JANUS VideoRoom plugin initialized!
[janus] [Mon Oct 21 18:36:16 2024] Transport plugins folder: /opt/janus/lib/janus/transports
[janus] [Mon Oct 21 18:36:16 2024] Loading transport plugin 'libjanus_http.so'...
[janus] [Mon Oct 21 18:36:17 2024] HTTP webserver started (port 8088, /janus path listener)...
[janus] [Mon Oct 21 18:36:17 2024] HTTP transport timer started
[janus] [Mon Oct 21 18:36:17 2024] HTTPS webserver started (port 8089, /janus path listener)...
[janus] [Mon Oct 21 18:36:17 2024] JANUS REST (HTTP/HTTPS) transport plugin initialized!
[janus] [Mon Oct 21 18:36:17 2024] Loading transport plugin 'libjanus_mqtt.so'...
[janus] [Mon Oct 21 18:36:17 2024] MQTT SSL support disabled
[janus] [Mon Oct 21 18:36:17 2024] [WARN] MQTT support disabled for both Janus and Admin API, giving up
[janus] [Mon Oct 21 18:36:17 2024] JANUS MQTT transport plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] [WARN] The 'janus.transport.mqtt' plugin could not be initialized
[janus] [Mon Oct 21 18:36:17 2024] Loading transport plugin 'libjanus_pfunix.so'...
[janus] [Mon Oct 21 18:36:17 2024] [WARN] No Unix Sockets server started, giving up...
[janus] [Mon Oct 21 18:36:17 2024] [WARN] The 'janus.transport.pfunix' plugin could not be initialized
[janus] [Mon Oct 21 18:36:17 2024] Loading transport plugin 'libjanus_rabbitmq.so'...
[janus] [Mon Oct 21 18:36:17 2024] RabbitMQ SSL support disabled
[janus] [Mon Oct 21 18:36:17 2024] [WARN] RabbitMQ support disabled for both Janus and Admin API, giving up
[janus] [Mon Oct 21 18:36:17 2024] [WARN] The 'janus.transport.rabbitmq' plugin could not be initialized
[janus] [Mon Oct 21 18:36:17 2024] Loading transport plugin 'libjanus_websockets.so'...
[janus] [Mon Oct 21 18:36:17 2024] [WARN] libwebsockets has been built without IPv6 support, will bind to IPv4 only
[janus] [Mon Oct 21 18:36:17 2024] libwebsockets logging: 0
[janus] [Mon Oct 21 18:36:17 2024] Websockets server started (port 8188)...
[janus] [Mon Oct 21 18:36:17 2024] Secure Websockets server started (port 8989)...
[janus] [Mon Oct 21 18:36:17 2024] JANUS WebSockets transport plugin initialized!
[janus] [Mon Oct 21 18:36:17 2024] WebSockets thread started
Stopping server, please wait...
[janus] [Mon Oct 21 18:36:17 2024] Ending sessions timeout watchdog...
[janus] [Mon Oct 21 18:36:17 2024] Sessions watchdog stopped
[janus] [Mon Oct 21 18:36:17 2024] Closing transport plugins:
[janus] [Mon Oct 21 18:36:17 2024] Stopping webserver(s)...
[janus] [Mon Oct 21 18:36:17 2024] JANUS REST (HTTP/HTTPS) transport plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] WebSockets thread ended
[janus] [Mon Oct 21 18:36:17 2024] JANUS WebSockets transport plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] Ending requests thread...
[janus] [Mon Oct 21 18:36:17 2024] Leaving Janus requests handler thread
[janus] [Mon Oct 21 18:36:17 2024] Destroying sessions...
[janus] [Mon Oct 21 18:36:17 2024] Freeing crypto resources...
[janus] [Mon Oct 21 18:36:17 2024] De-initializing SCTP...
[janus] [Mon Oct 21 18:36:17 2024] Closing plugins:
[janus] [Mon Oct 21 18:36:17 2024] JANUS AudioBridge plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS Record&Play plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS TextRoom plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS NoSIP plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS SIP plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS VideoCall plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS Streaming plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS EchoTest plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] JANUS VideoRoom plugin destroyed!
[janus] [Mon Oct 21 18:36:17 2024] Closing event handlers:
Bye!
------ LOG END ----
Just keep this in mind.