E/rtc: #
# Fatal error in ../../webrtc/modules/utility/source/jvm_android.cc, line 236
# last system error: 0
# Check failed: g_jvm
#
#PeerConnectionFactory.initializeAndroidGlobals(getApplicationContext(), false, false,
false);
PeerConnectionFactory.Options options = new PeerConnectionFactory.Options();
factory = new PeerConnectionFactory(options);
I am trying to create peer connection for datachannel only, therefore, I have set other parameters to false in initializeAndroidGlobals().
When I compiled, I got so files for following architectures:
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/414ab22a-6a5b-4c02-9025-2dece24db05d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
PeerConnectionFactory.initializeFieldTrials("Test");
PeerConnectionFactory.initializeInternalTracer();
PeerConnectionFactory.initializeAndroidGlobals(getApplicationContext(), true, true,
true);
PeerConnectionFactory.shutdownInternalTracer();
PeerConnectionFactory.Options options = new PeerConnectionFactory.Options();
factory = new PeerConnectionFactory(options);
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5ec6b963-7d08-413a-80be-df60ba62c774%40googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "discuss-webrtc" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/discuss-webrtc/q9WD2PDAVwY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAK35n0aSk_LnPS3a3r7jvNgJn1zyrqRgF%2BSYfkDGJCfWhYyQxw%40mail.gmail.com.