mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-30 18:20:54 +08:00
基本完成webrtc单端口改造
This commit is contained in:
@@ -165,7 +165,7 @@ namespace RTC
|
||||
EC_KEY* ecKey{ nullptr };
|
||||
X509_NAME* certName{ nullptr };
|
||||
std::string subject =
|
||||
std::string("mediasoup") + std::to_string(rand() % 999999 + 100000);
|
||||
std::string("mediasoup") + to_string(rand() % 999999 + 100000);
|
||||
|
||||
// Create key with curve.
|
||||
ecKey = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
|
||||
|
||||
Reference in New Issue
Block a user