发布时间:2014-07-30 11:22:21
AVClass 和 AVOption先看它们的定义/** * Describe the class of an AVClass context structure. That is an * arbitrary struct of which the first field is a pointer to an * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). */typedef struct AVClass { /.........【阅读全文】
发布时间:2014-07-29 15:15:11
struct AVDictionary av字典#define AV_DICT_MATCH_CASE 1#define AV_DICT_IGNORE_SUFFIX 2#define AV_DICT_DONT_STRDUP_KEY 4 /**< Take ownership of a key that's been &nb.........【阅读全文】
发布时间:2014-07-29 10:43:47
修改帧大小和socket缓冲区大小MTU (最大传输单元)的缺省值为1500. 通过下面命令将其改为9000(jumbo frame)% ifconfig eth0 mtu 9000socket buffer size缺省为64 kB.理论上,最优的buffer大小为<bandwidth>*<round-trip delay>可以通过下列命令改.........【阅读全文】
发布时间:2014-07-21 15:13:04
在网络不是太好的时候(100m)1. 偶尔花屏(无法接受?)2. 连接断开, 导致视频异常报警3. 出现到ipc 严重丢包???pc 到 ipc 丢包很小4. 预览卡顿......【阅读全文】