Results 21 comments of happyHou

i found /etc/media_codecs.xml record current device support size。

we can first check size value!! ``` for (MediaCodecInfo codecInfo : new MediaCodecList(MediaCodecList.ALL_CODECS).getCodecInfos()) { if (!codecInfo.isEncoder()) continue; String[] types = codecInfo.getSupportedTypes(); for (int j = 0; j < types.length; j++)...

系统版本macOS 10.12.5 unexpected fault address 0x81495768b78 fatal error: fault unexpected fault address 0x81495768b38 fatal error: fault [signal 0xb code=0x1 addr=0x81495768b78 pc=0x31b8d] goroutine 168 [running]: runtime.throw(0x2f39c0, 0x5) /usr/local/go/src/runtime/panic.go:530 +0x90 fp=0xc82011ba48 sp=0xc82011ba30...

/** * attach floatView to window */ private void attachFloatViewToWindow() { showState =true; if (mDraggableFloatView == null) throw new IllegalStateException("DraggableFloatView can not be null"); if (mParams == null) throw new...

如果sequence numbers绑定到整个网络时钟,是不是就不需要三次握手这个步骤了???

conda install -c developer ta-lib

conda install -c quantopian ta-lib depend on python2 version but I use python3 conda install -c developer ta-lib is OK! My system is osx.

ref this:https://trac.ffmpeg.org/wiki/HWAccelIntro I think that MediaCodec encoder is not implemented by ffmpeg, only decoder is available.