ffmpeg摄像头采集h264编码RTP发送

一. 相关API说明 web 1. av_register_all 2. avformat_network_init 无论是流媒体发送仍是流媒体接收, 须要先执行该函数. 3. avformat_alloc_context 初始化一个AVFormatContext. 4. avcodec_alloc_frame 初始化1个AVFrame. **须要注意的是,新版的
相关文章
相关标签/搜索