我基于我之前的代码:
但我决定更新我的库,我构建libjingle_peerconnection.jar
并libjingle_peerconnection_so.so
基于此:
https://chromium.googlesource.com/external/webrtc/+/master/webrtc/examples/androidapp/README
但是现在在我的 VideoStreamView 中,我遇到了一些问题,queueFrame()
因为在新版本中不再有copyFrom()
on I420Frame,甚至在takeFrame()
我无法创建新的 I420Frame 因为构造函数现在是私有的。