我正在尝试连接到 Ant 媒体 webrtc 服务器wss://abcd.com:1234/demoApp/websocket
。但是它总是抛出。
de.tavendo.autobahn.WebSocketReader: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
de.tavendo.autobahn.WebSocketWriter: Socket is closed
我正在使用 ant media webrtc 框架示例 android 示例并更改 URL。它与 antmedia 的测试服务器配合良好
wss://test.antmedia.io:5443/demo1234/websocket(URL changed for security purposes)
但是我永远无法连接到主服务器。这是我用来连接服务器的android代码。
webRTCClient = WebRTCClient(this@LiveSessionActivity, this)
webRTCClient.setVideoRenderers(mLiveSessionBinding?.pipViewRenderer, mLiveSessionBinding?.localGLSurfaceView)
webRTCClient.init(ANT_MEDIA_URL, mLiveSessionViewModel?.streamKey, IWebRTCClient.MODE_PUBLISH, "null", intent)
任何帮助深表感谢。谢谢!