JICOFO:参与者不支持捆绑软件,这是必需的

问题描述 投票:0回答: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.run(ThreadPoolExecutor.java:624) 在java.lang.Thread.run(Thread.java:748)

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

无法获取会话初始数据包,可能是MUC已锁定

由于jicofo的错误,这也是叮当会话也未建立的原因。

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

video-streaming video-capture jitsi jitsi-meet jingle
1个回答
0
投票

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

希望有帮助。

© www.soinside.com 2019 - 2024. All rights reserved.