Alan

Results 5 comments of Alan

hi, Is there android api 23 version of the prebuild opencv ? best

@voyager11 ## 30是新的规范

@voyager11 其中一种方案是去兼容BC库,这里给出加密的转换过程,解密与其类似 ### BC库的非加密输出格式是 04+X+Y+HASH+ciphertext - 04表示0x04,1字节 - X 去取SM2_CIPHERTEXT里面point.x - Y 去取SM2_CIPHERTEXT里面point.y - HASH 去取SM2_CIPHERTEXT里面hash - ciphertext 取密文 ### 主要代码可以参见: sm2_do_encrypt(&sm2Key, buf, buf_len, &C); size_t out_len = 32 *...

I also encountered a similar issue when using MP42ts. After converting one by one, the playback of the synthesized m3u8 file was abnormal