摘要: 编码 void aac_rtp_create_sdp(uint8_t *file, uint8_t *ip, uint16_t port, uint16_t profile, uint16_t chn, uint16_t freq, uint16_t type) { char buff[1024] 阅读全文
posted @ 2020-11-07 17:09 Vzf 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 生成sdp文件 #define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1) char *av_base64_encode(char *out, int out_size, const unsigned char *in, int in_size) { static 阅读全文
posted @ 2020-11-07 14:49 Vzf 阅读(516) 评论(0) 推荐(0) 编辑