Samcasa
Samcasa
您好,请教一下,使用安卓api硬解码怎么回调出yuv 数据呢? ` do { if (frameInfo != null) { byte[] pBuf = frameInfo.buffer; index = mCodec.dequeueInputBuffer(10); if (index >= 0) { ByteBuffer buffer = mCodec.getInputBuffers()[index]; buffer.clear(); if (pBuf.length >...
I just using the demo to connect our websocket url with the authority passcode and login . and I connect successfully,but after few seconds the websocket will automatically closed ....
this bug not occur every times, about one in ten times, but it is upsetting when we cannot recieve messages. about client ,we are using paho.mqtt for android. Bug description:...
感谢您的开源。 我现在是从rtsp流中解码了h264的数据出来,所以没有mediaextractor , 模仿您的写法,为什么getOutputImage一直是空的呢? 感谢 ` do { if (frameInfo != null) { byte[] pBuf = frameInfo.buffer; index = mCodec.dequeueInputBuffer(10); if (index >= 0) { ByteBuffer buffer = mCodec.getInputBuffers()[index]; buffer.clear();...