当前位置:网站首页>Metartc4.0 integrated ffmpeg compilation

Metartc4.0 integrated ffmpeg compilation

2022-06-13 05:04:00 metaRTC

summary

ffmpeg Is a powerful audio and video processing software , Deal with the encoding, decoding and transmission of various audio and video , There are also integrated ffplay Player, etc .metaRTC4.0 The new version supports static compilation and integration into ffmpeg, Realization ffmpeg From streaming media server SRS and ZLM Of webrtc Push pull flow , Realization ffmpeg Of p2p Pull flow .

Download the source code

GitHub - metartc/ffmpeg-metartc: Integrated into the ffmpeg Of metaRTC Integrated into the ffmpeg Of metaRTC. Contribute to metartc/ffmpeg-metartc development by creating an account on GitHub.https://github.com/metartc/ffmpeg-metartcffmpeg-metartc: Integrated into the ffmpeg Inside metaRTChttps://gitee.com/metartc/ffmpeg-metartc

Compile parameter settings

metaRTC4.0 compile

Modify the configuration file include/yang_config.h in

 take Yang_HaveDatachannel Set to 0
// Whether to compile datachannel Support  1: yes  0: no 
#define Yang_HaveDatachannel 1

ffmpeg compile

Compile reference link below

metaRTC3.0 Integrate ffmpeg Realization webrtc Push pull flow _metaRTC The blog of -CSDN Blog _ffmpeg webrtc Push flow metaRTC3.0 The new version supports static compilation and integration into ffmpeg, Realization ffmpeg From streaming media server SRS and ZLM Of webrtc Push pull flow , Realization ffmpeg Of p2p Pull flow .https://blog.csdn.net/m0_56595685/article/details/124366760

原网站

版权声明
本文为[metaRTC]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130459315176.html