当前位置:网站首页>metaRTC5.0新版本支持mbedtls(PolarSSL)
metaRTC5.0新版本支持mbedtls(PolarSSL)
2022-08-04 13:48:00 【metaRTC】
概述
mbed TLS(PolarSSL)是TLS和SSL协议的实现,和openssl相比,mbed TLS更适合小型嵌入式设备,性能也优于openssl,metaRTC5.0新版本支持openssl和mbed TLS,metaRTC实现了对mbedtls3.0版本的支持。
下载源码
GitHub - Mbed-TLS/mbedtls: An open source, portable, easy to use, readable and flexible SSL libraryAn open source, portable, easy to use, readable and flexible SSL library - GitHub - Mbed-TLS/mbedtls: An open source, portable, easy to use, readable and flexible SSL libraryhttps://github.com/Mbed-TLS/mbedtlshttps://github.com/metartc/metaRTChttps://github.com/metartc/metaRTCmetaRTC: metaRTC为纯C版本的webrtc 可与谷歌webrtc类库互通,支持Webrtc/SRT/RTMPhttps://gitee.com/metartc/metaRTC
mbedtls3.0编译
修改mbedtls/mbedtls_config.h参数
去掉#define MBEDTLS_SSL_DTLS_SRTP注释使其生效
mkdir build
cd build
cmake ..
make
srtp2编译
cmake文件CMakeLists.txt中修改为ON或者编译加参数使其支持mbedtls
mkdir build
cd build
cmake ..
make
metaRTC编译
修改参数yang_config.h
Yang_Using_Openssl 设为1使用openssl,设为0使用mbedtls
在qt demo工程中注释openssl,取消mbedtls注释
在cmake工程中,设置mbedtls静态库链接
边栏推荐
猜你喜欢
MySQL性能指标TPS\QPS\IOPS如何压测?
idea permanent activation tutorial (new version)
leetcode 48. Rotate Image (Medium)
代码越写越乱?那是因为你没用责任链!
GeoAO:一种快速的环境光遮蔽方案
"Social Enterprises Conducting Civilian Personnel Training Specifications" group standard on the shelves of Xinhua Bookstore
谁说 Mysql 单表最大 2000 W ?我硬要塞它 1 个亿
干掉visio,这个画图神器真的绝了
职场漫谈:为什么越是内卷的行业越有人争着抢着往里冲?好奇怪的说...
面试官:说一下NIO和BIO的区别
随机推荐
字符串类的设计与实现_C语言字符串编程题
零基础可以转行软件测试吗 ?这篇文章告诉你
MySQL性能指标TPS\QPS\IOPS如何压测?
router---模式
国家安全机关对涉嫌危害国家安全犯罪嫌疑人杨智渊实施刑事拘传审查
正确使用Impala的invalidate metadata与refresh语句
如何通过使用“缓存”相关技术,解决“高并发”的业务场景案例?
router---路由守卫
【LeetCode】1403. 非递增顺序的最小子序列
odoo13笔记点
开发者独立搭建一个跨模态搜索应用有多难?
Week 7 Latent Variable Models and Expectation Maximization
php中的ceil和floo以及round函数「建议收藏」
GeoAO:一种快速的环境光遮蔽方案
eyb:JWT介绍
数据库的基本概念
LeetCode_643_子数组的最大平均数Ⅰ
Execution failed for task ‘:xxx:generateReleaseRFile‘.
【无标题】
干掉visio,这个画图神器真的绝了