上一页 1 2 3 4 5 6 7 8 9 10 ··· 50 下一页
摘要: 1. 1. 新建一个text文件,编写下面一段代码,并把文件名改为 HelloWorld.java import java.io.File; import java.io.IOException; import java.io.Serializable; class HelloWorld { pub 阅读全文
posted @ 2021-02-14 09:24 lianhuaren 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 1. 查看 Provisioning Profile过期时间 more Payload/Runner.app/embedded.mobileprovision https://www.jianshu.com/p/5f92668af6b7 阅读全文
posted @ 2021-02-10 09:48 lianhuaren 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1. https://gitee.com/endlesshh/idCardCv https://www.jianshu.com/p/7c98da066039 阅读全文
posted @ 2021-02-04 08:15 lianhuaren 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1. Product->Scheme->Edit Scheme->Diagnistic里勾选Guard Malloc p/x testString https://blog.csdn.net/u011363981/article/details/74010961 https://www.dazhua 阅读全文
posted @ 2021-01-21 16:19 lianhuaren 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1.雷神读flv文件代码,https://blog.csdn.net/leixiaohua1020/article/details/42104945读flv文件jump over9个字节,再jump over4个字节。再读type,datalength,timestamp,streamid。 还是要 阅读全文
posted @ 2021-01-10 23:29 lianhuaren 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1. 流媒体之RTMP——librtmp拉流测试 bool keyframe = 0x17 == packet.m_body[0] ? true : false; bool sequence = 0x00 == packet.m_body[1];https://blog.csdn.net/yibu_ 阅读全文
posted @ 2021-01-09 21:51 lianhuaren 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1. export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfighttps://www.thinbug.com/q/10855499export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib 阅读全文
posted @ 2021-01-08 18:46 lianhuaren 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 1. void foo(std::unique_ptr<Entity>) { puts("Entering foo"); puts("Leaving foo"); } void ex2() { puts(" "); puts("Entering ex2"); auto e1 = std::make_ 阅读全文
posted @ 2021-01-07 19:04 lianhuaren 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1. GCC算法是大家普遍使用的一个RTC里的拥塞控制算法,它也是开源WebRTC当前默认使用的,算法是主要基于时延+丢包,核心模块有三个: (1)到达时间滤波器; (2)过载检查器; (3)速率控制器。 GCC算法这几年也在不断的更新迭代,早期带宽在接收端估计,发送端在媒体包头上需要携带abs-s 阅读全文
posted @ 2021-01-04 16:06 lianhuaren 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1. https://github.com/stevenyao/iOSHardwareDecoder https://github.com/LevyGG/iOS-H.264-hareware-encode-and-decode 2. opengles https://www.jianshu.com/ 阅读全文
posted @ 2020-12-27 18:23 lianhuaren 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 50 下一页