gongluck

Results 9 issues of gongluck

use cmake_policy(SET CMP0091 NEW) to Enables CMAKE_MSVC_RUNTIME_LIBRARY option support for CMake >= 3.15.

mk_webrtc_http_response_invoker_do过于依赖http模块了,我们这边有自己的信令服务,想使用zlm的webrtc但是不通过zlm的http做信令。 我测试过实现这样的接口可以满足 ```C++ API_EXPORT void API_CALL mk_media_source_answersdp( const char *offer, const char *schema, const char *vhost, const char *app, const char *stream, int from_mp4, void *user_data, on_mk_media_source_answersdp_cb cb) { #ifdef...

意见建议

We need to dynamically add upstream to an already running gateway service, without modifying the configuration file and restarting the gateway.

feature
area/gateway

首先,这个版本之前都是能正常编译工程和运行的。但是这个[25c9947]多出了ext-codec这个库之后的就都报错了。 项目编译命令: ![img_v3_0288_0f868c1e-94d7-45ea-b8fd-36b54b3d7d2g](https://github.com/ZLMediaKit/ZLMediaKit/assets/20581688/18983d48-0e23-48e0-8751-243ec5d956a4) 工程依赖库的顺序:(多次调整也不能解决) ![img_v3_0288_61324278-65c8-494b-86ce-45a8495be88g](https://github.com/ZLMediaKit/ZLMediaKit/assets/20581688/70b5da97-e4fe-49a5-b188-0384ff809529) 显示报错: ![img_v3_0288_8ff2e563-1cf8-4ea1-8d72-3b2c2eb6ab9g](https://github.com/ZLMediaKit/ZLMediaKit/assets/20581688/3c34931b-3cb0-4620-8aa7-a30b93adb605)

编译问题

使用zlm的SDK支持,自行打包rtp推进zlm,然后网页webrtc拉流吗?

技术咨询

Nack模块中的 ```C++ static constexpr uint32_t kMaxNackMS = 5 * 1000; static constexpr uint32_t kRtpCacheCheckInterval = 100; ``` 这两个配置是否可以设置成可配置? ```C++ // RTC配置项目 namespace Rtc { #define RTC_FIELD "rtc." // Nack缓存包最早时间间隔 const...

意见建议