: No implementation found for java.nio.ByteBuffer tvi.webrtc.JniCommon.nativeAllocateByteBuffer(int)(tried Java_tvi_webrtc_JniCommon_nativeAllocateByteBuffer and Java_tvi_webrtc_JniCommon_nativeAllocateByteBuffer__I)
at tvi.webrtc.JniCommon.nativeAllocateB
我正在尝试从一个文件夹中创建一个压缩文件,并在本地对等服务器上使用jetpack.createReadstream和highWaterMark as 1* 1024读取它。正在读取的数据是缓冲区,我能够使用webrtc成功地将数据传递给另一个对等体。当我将缓冲区放到writestream中时,它创建了zip文件,但没有向其中写入任何内容。
!