Notifications
Clear all
Topic starter
01/23/2025 09:13
Hi,
I tried to install Carbonio videoserver, but the service won't start. Journalctl -xeu carbonio-videoserver.service shows the following:
janus[21595]: Janus version: 1102 (1.1.2) janus[21595]: Janus commit: not-a-git-repo janus[21595]: Compiled on: Tue Sep 24 17:38:45 CEST 2024 janus[21595]: Logger plugins folder: /opt/zextras/common/lib/janus/loggers janus[21595]: [WARN] Couldn't access logger plugins folder... janus[21595]: --------------------------------------------------- janus[21595]: Starting Meetecho Janus (WebRTC Server) v1.1.2 janus[21595]: --------------------------------------------------- janus[21595]: Checking command line arguments... janus[21595]: Debug/log level is 4 janus[21595]: Debug/log timestamps are disabled janus[21595]: Debug/log colors are enabled janus[21595]: Using [local IP] as local IP... janus[21595]: [WARN] Session timeouts have been disabled (note, may result in orphaned sessions) janus[21595]: [WARN] Reclaim session timeouts have been disabled, will cleanup immediately janus[21595]: Token based authentication disabled janus[21595]: Initializing recorder code janus[21595]: RTP port range: 20000 -- 40000 janus[21595]: Using nat_1_1_mapping for public IP: [public IP] janus[21595]: Spawned 32 static event loops (handles won't have a dedicated loop) janus[21595]: -- Janus API will NOT be able to drive the loop choice for new handles janus[21595]: Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, half-trickle, IPv6 support disabled) janus[21595]: ICE port range: 20000-40000 janus[21595]: Crypto: OpenSSL >= 1.1.0 janus[21595]: No cert/key specified, autogenerating some... janus[21595]: Fingerprint of our certificate: EE:28:5A:87:4A:63:6E:F3:F2:8A:C1:4B:B4:D3:50:FF:87:F1:2D:67:4D:ED:E2:14:6B:A2:7B:96:37:A0:AF:12 janus[21595]: [WARN] DTLS timeout set to 2000 ms, but not using BoringSSL: ignoring janus[21595]: Event handler plugins folder: /opt/zextras/common/lib/janus/events janus[21595]: Loading event handler plugin 'libjanus_rabbitmqevh.so'... janus[21595]: RabbitMQEventHandler: RabbitMQ SSL support disabled janus[21595]: RabbitMQEventHandler: enabled, 127.0.0.1:20001 (janus-events) exch: (janus-exchange) exchange_type:direct janus[21595]: RabbitMQEventHandler: Connected successfullySetup of RabbitMQ event handler completed janus[21595]: JANUS RabbitMQEventHandler plugin initialized! janus[21595]: Loading event handler plugin 'libjanus_wsevh.so'... janus[21595]: Joining Janus requests handler thread janus[21595]: [WARN] WebSockets event handler disabled janus[21595]: Sessions watchdog started janus[21595]: Plugins folder: /opt/zextras/common/lib/janus/plugins janus[21595]: Loading plugin 'libjanus_audiobridge.so'... janus[21595]: VideoRoom will use alphanumeric IDs, not numeric janus[21595]: JANUS VideoRoom plugin initialized! janus[21595]: Transport plugins folder: /opt/zextras/common/lib/janus/transports janus[21595]: Loading transport plugin 'libjanus_websockets.so'... janus[21595]: [WARN] libwebsockets has been built without IPv6 support, will bind to IPv4 only janus[21595]: libwebsockets logging: 0 janus[21595]: [FATAL] [transports removed link :janus_websockets_create_ws_server:502] Error creating vhost for Websockets server... janus[21595]: [WARN] No WebSockets server started, giving up... janus[21595]: [WARN] The 'janus.transport.websockets' plugin could not be initialized janus[21595]: Loading transport plugin 'libjanus_rabbitmq.so'... janus[21595]: RabbitMQ SSL support disabled janus[21595]: [WARN] RabbitMQ support disabled for both Janus and Admin API, giving up janus[21595]: [WARN] The 'janus.transport.rabbitmq' plugin could not be initialized janus[21595]: Loading transport plugin 'libjanus_http.so'... janus[21595]: [ERR] [janus.c:main:5731] Couldn't load transport plugin 'libjanus_http.so': removed link : undefined symbol: janus_get_monotonic_time_internal janus[21595]: [FATAL] [janus.c:main:5801] No Janus API transport is available... enable at least one and restart Janus systemd[1]: carbonio-videoserver.service: Main process exited, code=exited, status=1/FAILURE
Please, help