韵律mod_bosh:Session中有1个请求打开,send_buffer中有0个

时间:2014-09-10 03:05:38

标签: nginx lua xmpp jitsi

我正在尝试jitsi-meet。环境是debian 7 + nginx +韵律(包括jitsi-videobridge组件)。

在我启动nginx,韵律和jitsi-videobridge之后,韵律调试日志是:

----------
Sep 10 10:43:17 mod_bosh    debug   BOSH body open (sid: 259ea820-4153-453e-91e2-9444b4b80fa0)
Sep 10 10:43:17 mod_bosh    debug   Session 259ea820-4153-453e-91e2-9444b4b80fa0 has 1 out of 1 requests open
Sep 10 10:43:17 mod_bosh    debug   and there are 0 things in the send_buffer:
Sep 10 10:43:17 mod_bosh    debug   Have nothing to say, so leaving request unanswered for now
Sep 10 10:43:17 socket  debug   server.lua: accepted new client connection from 192.168.0.1:40239 to 65290
Sep 10 10:43:17 mod_bosh    debug   Handling new request table: 0x28353f0: 
----------
Sep 10 10:43:17 mod_bosh    debug   BOSH body open (sid: 0236d44d-5999-48a1-8dd5-5dfe467315ea)
Sep 10 10:43:17 mod_bosh    debug   Session 0236d44d-5999-48a1-8dd5-5dfe467315ea has 1 out of 1 requests open
Sep 10 10:43:17 mod_bosh    debug   and there are 0 things in the send_buffer:
Sep 10 10:43:17 mod_bosh    debug   Have nothing to say, so leaving request unanswered for now
Sep 10 10:44:14 mod_bosh    debug   table: 0x29702d0 was soon to timeout (at 1410317057, now 1410317057), sending empty response
Sep 10 10:44:14 mod_bosh    debug   We have an open request, so sending on that
Sep 10 10:44:14 mod_bosh    debug   Request destroyed: table: 0x29702d0
Sep 10 10:44:14 bosh259ea820-4153-453e-91e2-9444b4b80fa0    debug   BOSH session marked as inactive (for 120s)
Sep 10 10:44:14 socket  debug   server.lua: closed client handler and removed socket from list
Sep 10 10:44:14 mod_bosh    debug   table: 0x29d6f40 was soon to timeout (at 1410317057, now 1410317057), sending empty response
Sep 10 10:44:14 mod_bosh    debug   We have an open request, so sending on that
Sep 10 10:44:14 mod_bosh    debug   Request destroyed: table: 0x29d6f40
Sep 10 10:44:14 bosh0236d44d-5999-48a1-8dd5-5dfe467315ea    debug   BOSH session marked as inactive (for 120s)
Sep 10 10:44:14 socket  debug   server.lua: closed client handler and removed socket from list
Sep 10 10:44:15 socket  debug   server.lua: accepted new client connection from 192.168.0.1:40240 to 65290
Sep 10 10:44:15 socket  debug   server.lua: accepted new client connection from 192.168.0.1:40241 to 65290
Sep 10 10:44:15 mod_bosh    debug   Handling new request table: 0x282c540: 
----------
Sep 10 10:44:15 mod_bosh    debug   BOSH body open (sid: 0236d44d-5999-48a1-8dd5-5dfe467315ea)
Sep 10 10:44:15 mod_bosh    debug   Session 0236d44d-5999-48a1-8dd5-5dfe467315ea has 1 out of 1 requests open
Sep 10 10:44:15 mod_bosh    debug   and there are 0 things in the send_buffer:
Sep 10 10:44:15 mod_bosh    debug   Have nothing to say, so leaving request unanswered for now
Sep 10 10:44:15 mod_bosh    debug   Handling new request table: 0x292cb90: 

我尝试了不同的解决方案:

  1. consider_bosh_secure = true;,并使用https
  2. The authentication is already set to "anonymous"
  3. set timeout to 120s
  4. 但它们都不起作用。我不知道there are 0 things in the send_buffer的可能原因是什么。我想在我的设置中可能是错误的端口配置。

    任何有助于解决问题的想法都将受到高度赞赏。

0 个答案:

没有答案