Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Documentation issue (small) : addition about systemd needed #3458

Open
Anth0ny6 opened this issue Oct 22, 2024 · 1 comment
Open

[1.x] Documentation issue (small) : addition about systemd needed #3458

Anth0ny6 opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement multistream Related to Janus 1.x

Comments

@Anth0ny6
Copy link

Anth0ny6 commented Oct 22, 2024

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.

@lminiero
Copy link
Member

Thanks for the heads up! If you have text to propose for the documentation (as a PR or here) please feel free to contribute that, as I've never used Rocky Linux myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement multistream Related to Janus 1.x
Projects
None yet
Development

No branches or pull requests

2 participants