上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 54 下一页
摘要: https://blog.csdn.net/Lee_Natuo/article/details/97239079 看来目前没啥办法,用真机调吧。 通过邮箱来传递吧 阅读全文
posted @ 2021-12-10 09:00 cnchengv 阅读(69) 评论(0) 推荐(0) 编辑
摘要: ndk fopen错误,但是不知道为什么 在文件里面加上#include<errno.h>头文件,既然这里出错了,就用errno,然后在这个崩溃地方打印出这个 errno的值, errno = 0; FILE *fp; fp = fopen("jigar.txt","wb"); if(fp == N 阅读全文
posted @ 2021-12-08 09:03 cnchengv 阅读(72) 评论(0) 推荐(0) 编辑
摘要: # cmake file for duilib #Author Qi Gao(monkgau@gmail.com) #Created: 2012/09/16 aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} Root_src) aux_source_d 阅读全文
posted @ 2021-12-05 20:40 cnchengv 阅读(25) 评论(0) 推荐(0) 编辑
摘要: java 部分 int myFrameSize = 36748; byte[] myBuf; byte[] myFreameBuf ;//= new byte[myFrameSize]; private void recordVirtualDisplay() { while (!mQuit.get( 阅读全文
posted @ 2021-12-02 20:35 cnchengv 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 简单的rtsp服务器客户 https://github.com/fengweiyu/RTSP 264 flv等简单解析 simplest_mediadata_test-master 1、更简单的看看 https://hub.fastgit.org/ImSjt/RtspServer 2、 要看http 阅读全文
posted @ 2021-11-21 22:07 cnchengv 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 录音 https://www.cnblogs.com/sowhat4999/p/4439837.html live实时 https://hub.fastgit.org/ImSjt/liveRtspServer 提取视频 ffmpeg -i 2018.mp4 -codec copy -bsf: h26 阅读全文
posted @ 2021-11-21 10:20 cnchengv 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 10 今天竟然忘记 #define SPLIT_SIZE (5*1024*1024) define忘记加括号了,造成除法算错误 9、指针数组和数组指针 具体要看 https://blog.csdn.net/men_wen/article/details/52694069 指针数组 char *arr 阅读全文
posted @ 2021-11-17 09:33 cnchengv 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 四大+ui等--tha BottomNavigationView+ viewpage 实现底部导航栏 https://www.cnblogs.com/aolong/p/13062865.html 悬浮窗 https://hub.fastgit.org/dongzhong/TestForFloatin 阅读全文
posted @ 2021-11-17 08:54 cnchengv 阅读(97) 评论(0) 推荐(0) 编辑
摘要: windows下多用 getlasterror 工程配置时用这个来配置相对路径 $(ProjectDir)..\; ProjectDir代表包含xxx.sln的路径 vc2012以上 修改lib名 阅读全文
posted @ 2021-11-15 15:58 cnchengv 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 录制视频等 https://blog.csdn.net/yoonerloop/article/details/107736419 LessonTwoActivity 已经试过 https://hub.fastgit.org/learnopengles/Learn-OpenGLES-Tutorials 阅读全文
posted @ 2021-11-13 23:20 cnchengv 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 54 下一页