-1

我正在使用自定义客户端连接到 jitsi 中创建的会议室。但我得到以下异常:

org.jitsi.jicofo.AbstractChannelAllocator.log() 创建报价时出错 org.jitsi.jicofo.UnsupportedFeatureConfigurationException:参与者不支持捆绑包,这是 org.jitsi.jicofo.Participant.setSupportedFeatures(Participant.java:280) 所必需的org.jitsi.jicofo.ParticipantChannelAllocator.createOffer(ParticipantChannelAllocator.java:93) 在 org.jitsi.jicofo.AbstractChannelAllocator.doRun(AbstractChannelAllocator.java:178) 在 org.jitsi.jicofo.AbstractChannelAllocator.run(AbstractChannelAllocator.java:150)在 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 在 java.util.concurrent.FutureTask.run(FutureTask.java:266) 在 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1149) 在 java.util.concurrent.ThreadPoolExecutor$Worker。在 java.lang.Thread.run(Thread.java:748) 处运行(ThreadPoolExecutor.java:624)

我正在使用 LibJitsi ( https://github.com/jitsi/libjitsi ) 和 jirecon ( https://github.com/linhnv5/jirecon )。jirecon 是客户。客户说

无法获取 session-init 数据包,可能 MUC 已锁定

由于 jicofo 的错误,这就是 jingle session 也没有建立的原因。

任何人都可以帮助解决这个问题吗?

4

1 回答 1

1

我得到了解决方案。在连接到 jitsi 时,jicofo 会查找客户端/参与者支持的功能。它应该支持 RTCP_MUX 和 RTP_BUNDLE 即urn:ietf:rfc:5761urn:ietf:rfc:5888。然后只有 jicofo 允许客户/参与者加入房间。

于 2020-06-17T07:49:15.590 回答