会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cnchengv
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
57
下一页
2021年12月10日
mac虚拟机桥接
摘要: https://blog.csdn.net/Lee_Natuo/article/details/97239079 看来目前没啥办法,用真机调吧。 通过邮箱来传递吧
阅读全文
posted @ 2021-12-10 09:00 cnchengv
阅读(77)
评论(0)
推荐(0)
2021年12月8日
ndk errno
摘要: 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
阅读(83)
评论(0)
推荐(0)
2021年12月5日
cmake-
摘要: # 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
阅读(34)
评论(0)
推荐(0)
2021年12月2日
录转rtsphan
摘要: java 部分 int myFrameSize = 36748; byte[] myBuf; byte[] myFreameBuf ;//= new byte[myFrameSize]; private void recordVirtualDisplay() { while (!mQuit.get(
阅读全文
posted @ 2021-12-02 20:35 cnchengv
阅读(41)
评论(0)
推荐(0)
2021年11月21日
live传264流
摘要: 简单的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
阅读(70)
评论(0)
推荐(0)
and 录音等+live等
摘要: 录音 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
阅读(27)
评论(0)
推荐(0)
2021年11月17日
cpp all记录
摘要: 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
阅读(217)
评论(0)
推荐(0)
and 组件ui等
摘要: 四大+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
阅读(110)
评论(0)
推荐(0)
2021年11月15日
vc相关
摘要: windows下多用 getlasterror 工程配置时用这个来配置相对路径 $(ProjectDir)..\; ProjectDir代表包含xxx.sln的路径 vc2012以上 修改lib名
阅读全文
posted @ 2021-11-15 15:58 cnchengv
阅读(24)
评论(0)
推荐(0)
2021年11月13日
camerax2 +ex+mediac
摘要: 录制视频等 https://blog.csdn.net/yoonerloop/article/details/107736419 LessonTwoActivity 已经试过 https://hub.fastgit.org/learnopengles/Learn-OpenGLES-Tutorials
阅读全文
posted @ 2021-11-13 23:20 cnchengv
阅读(70)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
57
下一页
公告