最简单的h264/h265/svac和g711封装成ps流符合gb28181过检码流要求
PS流(节目流)封装实现:#include <stdint.h>#include <string>#include <memory.h>#define H264_ID 0x1b#define H265_ID 0x24#define MPEG_ID 0x10#define SVACV_ID 0x80#define G711_ID 0x90#define SVACA_ID 0x9b
原创
2019-07-09 14:32:27 ·
9971 阅读 ·
21 评论