We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @deleolajide
Thank you for your help. Pade version: 1.7.3 or later has the following problem and seems unable to join the meeting.
JitsiJvbWrapper - 警告: [48] [confId=f2184dd04e551d41 [email protected] meeting_id=2bfa5d3a] Conference.lambda$new$0#271: Failed to handle colibri request: JitsiJvbWrapper - java.lang.NoSuchMethodError: 'java.util.List java.util.stream.Stream.toList()' JitsiJvbWrapper - at org.jitsi.nlj.transform.node.DemuxerNode.getChildren(Node.kt:518) JitsiJvbWrapper - at org.jitsi.nlj.transform.NodeVisitor.visit(NodeVisitor.kt:27) JitsiJvbWrapper - at org.jitsi.nlj.transform.NodeVisitor.visit(NodeVisitor.kt:27) JitsiJvbWrapper - at org.jitsi.nlj.RtpReceiverImpl.handleEvent(RtpReceiverImpl.kt:305) JitsiJvbWrapper - at org.jitsi.nlj.Transceiver.setLocalSsrc(Transceiver.kt:210) JitsiJvbWrapper - at org.jitsi.videobridge.Endpoint.<init>(Endpoint.kt:281) JitsiJvbWrapper - at org.jitsi.videobridge.Endpoint.<init>(Endpoint.kt:105) JitsiJvbWrapper - at org.jitsi.videobridge.Endpoint.<init>(Endpoint.kt) JitsiJvbWrapper - at org.jitsi.videobridge.Conference.createLocalEndpoint(Conference.java:764) JitsiJvbWrapper - at org.jitsi.videobridge.colibri2.Colibri2ConferenceHandler.handleColibri2Endpoint(Colibri2ConferenceHandler.kt:163) JitsiJvbWrapper - at org.jitsi.videobridge.colibri2.Colibri2ConferenceHandler.handleConferenceModifyIQ(Colibri2ConferenceHandler.kt:73) JitsiJvbWrapper - at org.jitsi.videobridge.Conference.lambda$new$0(Conference.java:248)
※ This issue occurs from this commit a3e3526.
java.util.stream.Stream.toList() was added from JDK16, so it seems to be essentially a problem with jitsi-media-transform, but it doesn't seem to have changed since 3 years ago. https://github.com/jitsi/jitsi-videobridge/blame/master/jitsi-media-transform/src/main/kotlin/org/jitsi/nlj/transform/node/Node.kt#L518
* pade version: 1.7.3 or higher * version: 1.7.2 does not have this problem * Server OS: Windows10 * JDK: jdk11.0.13_8 * openfire: 4_7_4
https://gist.github.com/naive924/c8a86ec759c9370c3d30c7f6b569feb7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @deleolajide
Thank you for your help.
Pade version: 1.7.3 or later has the following problem and seems unable to join the meeting.
※ This issue occurs from this commit a3e3526.
Note
java.util.stream.Stream.toList() was added from JDK16, so it seems to be essentially a problem with jitsi-media-transform, but it doesn't seem to have changed since 3 years ago.
https://github.com/jitsi/jitsi-videobridge/blame/master/jitsi-media-transform/src/main/kotlin/org/jitsi/nlj/transform/node/Node.kt#L518
Env
openfire.log
https://gist.github.com/naive924/c8a86ec759c9370c3d30c7f6b569feb7
The text was updated successfully, but these errors were encountered: