夏楚

Results 483 comments of 夏楚

第二次调用后 lsof -c MediaServer能看见zlm占用端口成功了吗? 功能正常了吗 不一定是bug 也可能是这段时间内 端口释放了

Browser is showing request pending, it should be triggering same-origin policy. Or maybe this request stream hasnt gone online, zlm is holding these links >浏览器显示请求pendding了 应该是触发同源限制了 或者请求的这个流还没上线 zlm在hold这些链接 `TRANS_BY_GITHUB_AI_ASSISTANT`

``` __"PLACEHOLDER_1_quote__" __"PLACEHOLDER_2_quote__" __"PLACEHOLDER_3_quote__" Currently playing successfully can continue playing indefinitely, with the same effect as the long connection protocol. If you want to kick someone in the middle, you...

udp的可以这么搞 tcp的不行 tcp链接如果没数据好像最大保留2个小时左右吧

你这个其实可以做成按需推流功能

Here is the translation: Do not support zlm c sdk only provide input frame interface Input rtp need to use cpp interface. >不支持 zlm c sdk只提供输入frame的接口 输入rtp要用cpp的接口才行 `TRANS_BY_GITHUB_AI_ASSISTANT`

Unfortunately, I won't be able to fulfill the financial incentive. However, I'd be happy to assist with the translation. Here is the translation: Control ZLM to seek to a specified...

This is not supported. >这个不支持 `TRANS_BY_GITHUB_AI_ASSISTANT`

`onSend` and `onRecv` are callbacks, not something you call. >onSend和onRecv是回调啊 不是你调用的 `TRANS_BY_GITHUB_AI_ASSISTANT`

Possibly, so the code later made a judgment: ```c++ socket->setOnRead([weak_self, weak_helper, id](const Buffer::Ptr &buf, struct sockaddr *addr, int addr_len) { auto strong_self = weak_self.lock(); if (!strong_self) { return; } //快速判断是否为本会话的的数据,...