摘要: 加入 摄像头采集和264编码,再使用live555直播1、摄像头采集和264编码 将x264改成编码一帧的接口,码流不写入文件而是直接写入内存中(int Encode_frame 函数中)。/* * Filename: encodeapp.h * Auther: mlj * Create date: 2013/ 1/20 */#ifndef _ENCODEAPP_H_#define _ENCODEAPP_H_#include "x264.h"#include <stdint.h>#define WRITEOUT_RECONSTRUCTION 1typedef i 阅读全文
posted @ 2013-01-25 19:54 mlj318 阅读(14766) 评论(4) 推荐(1)