-
Notifications
You must be signed in to change notification settings - Fork 227
Here we come, write a C version of webRTC that runs everywhere, metaRTC7.0
metaRTC7.0 began to fully support the mac/ios operating system, so that metaRTC can support common operating systems such as linux/windows/mac/android/ios, etc., making metaRTC more portable and realizing the C version of the webRTC protocol that can be written once and run everywhere Stack library.
metaRTC implements a multi-platform unified API and encapsulates the underlying implementation of multiple platforms.
Code written once can run on various operating systems such as windows/linux/mac/android/ios.
Write code once and run it on chip devices such as ARM/MIPS/Loongson/RISC-V/X86.
- Support mac/ios operating system
- Support AV1 video encoding
- Support SFU Janus/mediasoup, etc.
- Add more QOS methods and strategies
- Continue to optimize the system and fix bugs
./cmake_lib_x64.sh ./cmake_lib_android.sh
./cmake_x64.sh
./cmake_mips32.sh
./cmake_arm.sh
./cmake_android.sh
libmetartccore7/libmetartccore7.pro libmetartc7/libmetartc7.pro
project_msvc/
project_xcode/