Leo

Results 17 comments of Leo

这个webrtc客户端依赖外网吗 我发现断开外网的话 客户端无法正常播发流

Resolution: 512*200 Bitrate: 0.5M Preset: fast Tune: zerolatency In this case, the latency can be achieved at around 700ms. >分辨率512*200 码率0.5M preset:fast tune:zerolatency 的情况下延时可以做到700ms左右 `TRANS_BY_GITHUB_AI_ASSISTANT`

How can it be done in real-time? >如何能做到实时的预览呢 `TRANS_BY_GITHUB_AI_ASSISTANT`

Here is the translated text: Server directly reads 264 files, and can achieve a delay of around 200ms using WebRTC. The cause of this delay is temporarily unclear. >server端直接读取264文件,通过webrtc 可以做到200ms左右延迟,暂时不清楚这个延迟主要是哪里造成的...

能否通过一下3rd所有库的源码地址 或者 将你使用的发布出来

> 应该是vs版本不匹配。 可以修改link依赖的库,逐步排查定位是哪个库版本不匹配 能否通过一下3rd所有库的源码地址 或者 将你使用的发布出来

windows release模式下编译有各种问题比如说全局宏没有定义,还有设置不正确等等,建议博主自己编译一下将设置弄正确

> > 工程中引用了fdk-aac.lib 可是3rd中并没有包含,这个库是不用了吗 > > 请问这个引用怎么去除? 链接库里面删掉就行了呀

It feels like the object is being released multiple times in the code, or the order of releases is incorrect. >感觉是代码中重复释放对象了 或者是释放的先后顺序有问题 `TRANS_BY_GITHUB_AI_ASSISTANT`

In EventPoller's destructor, there is a comment on onPipeEvent. Tried 10+ times no crash, but not sure if there is a memory leak. >在EventPoller的析构函数中注释了onPipeEvent 试了十几次没发现崩溃,但是不确定是否有内存泄漏的情况 `TRANS_BY_GITHUB_AI_ASSISTANT`