上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页
摘要: 1. http://www.chipart.cn/ 2. http://www.ceiwei.com/mt/ 阅读全文
posted @ 2019-06-29 17:39 dong1 阅读(90) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/81916fba741c 例解 autoconf 和 automake 生成 Makefile 文件 apt-get install autoconf automake libtool autopoint sudo apt-get install 阅读全文
posted @ 2019-06-28 11:18 dong1 阅读(209) 评论(0) 推荐(0)
摘要: 1、linux下编译faac库 https://blog.csdn.net/u014037733/article/details/22963979 FAAC1.28 在海思HI3520D/HI3515A平台linux中的编译 优化 https://www.cnblogs.com/bhlsheji/p 阅读全文
posted @ 2019-06-26 09:39 dong1 阅读(176) 评论(0) 推荐(0)
摘要: https://ffmpeg.zeranoe.com/builds/# 阅读全文
posted @ 2019-06-19 19:34 dong1 阅读(104) 评论(0) 推荐(0)
摘要: 一、PS流传输格式预览 1、视频关键帧的封装 RTP + PS header + PS system header + PS system Map + PES header +h264 data 2、视频非关键帧的封装 RTP +PS header + PES header + h264 data 阅读全文
posted @ 2019-06-19 15:40 dong1 阅读(12919) 评论(0) 推荐(1)
摘要: 1、hfs https://blog.csdn.net/Cinderella___/article/details/88697062 2、nginx https://blog.csdn.net/hellokandy/article/details/86264153 阅读全文
posted @ 2019-06-14 15:57 dong1 阅读(1226) 评论(0) 推荐(0)
摘要: linux自带的抓包工具其实就够用了 1、tcpdump tcpdump -i eth0 -nnn udp port 15000 -i 表示指定网卡 -nnn 指定通信协议 port 指定端口号 监听tcp的端口 tcpdump tcp port 15000 将tcp端口数据写入文件 tcpdump 阅读全文
posted @ 2019-05-20 08:56 dong1 阅读(147) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/thisinnocence/article/details/82320870 https://zyearn.github.io/blog/2015/05/16/how-to-write-a-server/ https://github.com/wgtdkp 阅读全文
posted @ 2019-05-17 14:46 dong1 阅读(132) 评论(0) 推荐(0)
摘要: File zip https://files.cnblogs.com/files/dong1/cs556-3rd-tutorial.zip Copyright https://www.csd.uoc.gr/~hy556/material/tutorials/cs556-3rd-tutorial.pd 阅读全文
posted @ 2019-05-15 11:50 dong1 阅读(573) 评论(0) 推荐(0)
摘要: 谢谢网友的踩坑日志 https://www.jianshu.com/p/5d9b60f7b262 build.sh ./configure \ --prefix=/usr/local/nginx \ --with-cc=arm-linux-gnueabihf-gcc \ --with-cpp=arm 阅读全文
posted @ 2019-05-10 15:52 dong1 阅读(643) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页