Opencv + FFMpeg 采集视频后RTMP推流。Opencv采集RTSP或者系统相机视频帧RGB => 通过FFMPEG转换成YUV格式 => YUV数据编码成H264 => 编码后的数据推流到RTMP服务器

https://github.com/zhuohengfeng/OpenCVFFmpegRtmp

原文地址:https://www.cnblogs.com/guochen/p/15432014.html