Skip to content
New issue

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

Investigate the unexpected shutdown case #4410

Closed
burak-58 opened this issue Sep 20, 2022 · 0 comments
Closed

Investigate the unexpected shutdown case #4410

burak-58 opened this issue Sep 20, 2022 · 0 comments
Assignees

Comments

@burak-58
Copy link
Contributor

Very rare unexpected shutdown case for v2.4.3 with this error:

Exception in thread "vert.x-eventloop-thread-45" java.lang.NullPointerException
at io.antmedia.enterprise.webrtc.codec.VirtualVideoEncoderFactory.getEnabledCodecList(VirtualVideoEncoderFactory.java:118)
at io.antmedia.enterprise.webrtc.codec.VirtualVideoEncoderFactory.getSupportedCodecs(VirtualVideoEncoderFactory.java:109)
at org.webrtc.PeerConnectionFactory.nativeCreatePeerConnectionFactory(Native Method)
at org.webrtc.PeerConnectionFactory$Builder.createPeerConnectionFactory(PeerConnectionFactory.java:258)
at io.antmedia.enterprise.adaptive.WebRTCEncoderAdaptor.createPeerConnectionFactory(WebRTCEncoderAdaptor.java:1148)
at io.antmedia.enterprise.adaptive.WebRTCEncoderAdaptor.initPeerConnection(WebRTCEncoderAdaptor.java:1264)
at io.antmedia.enterprise.adaptive.WebRTCEncoderAdaptor.lambda$setRemoteDescription$13(WebRTCEncoderAdaptor.java:1722)
at io.antmedia.enterprise.adaptive.WebRTCEncoderAdaptor.lambda$executeOnSignallingThread$19(WebRTCEncoderAdaptor.java:2221)
at io.vertx.core.impl.AbstractContext.dispatch(AbstractContext.java:100)
at io.vertx.core.impl.AbstractContext.dispatch(AbstractContext.java:63)
at io.vertx.core.impl.EventLoopContext.lambda$runOnContext$0(EventLoopContext.java:38)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants