夏楚
夏楚
你抓个tcp包看看
This is a feature of zlm. The configuration file maxStreamWaitMS defaults to 15s, you can modify it to 0. This feature ensures that playback can be done before streaming, achieving...
setCapacity may indeed return a capacity greater than what was requested, I think this might be a bit counterintuitive, but it doesn't affect the correctness of any program. >setCapacity 确实可能返回比申请的更大的容量,我觉得这个可能是有点脱离一般常识,但是不会影响什么程序正确性。...
最近zlm修复了一个startSendRtp接口的小bug,就是没指定.code__PLACEHOLDER_1__时 推的流是es流的问题。 你更新zlm,或者添加.code__PLACEHOLDER_2__参数 就会推ps流了。 现在use_ps这个参数过期了,请使用type这个参数,支持 0(es) 1(ps) 2(ts) >最近zlm修复了一个startSendRtp接口的小bug,就是没指定 `use_ps=1`时 推的流是es流的问题。 你更新zlm,或者添加`use_ps=1`参数 就会推ps流了。 现在use_ps这个参数过期了,请使用type这个参数,支持 0(es) 1(ps) 2(ts) `TRANS_BY_GITHUB_AI_ASSISTANT`
This submission is still immature after our private discussion and has not yet achieved managed read and write, so its performance is not much better than epoll. >这个提交我们私下交流后了 还不成熟 而且目前还未实现读写的托管...
In the official compilation of ci, VideoStack is not enabled by default. >在官方编译ci中,VideoStack默认都未开启。 `TRANS_BY_GITHUB_AI_ASSISTANT`
> 有编译成功的嘛,麻烦提供个地址,多谢 夏总 想使用下这个功能 You can enable it by specifying -D ENABLE_VIDEOSTACK=ON when running cmake after installing libx264-dev libavcodec-dev libswscale-dev libswresample-dev using apt-get in the quick start guide. >> 有编译成功的嘛,麻烦提供个地址,多谢...
> 不间断的流字节数组数据能推吗?支持吗 Bare frames are not supported, this also exceeds the MTU, UDP cannot be sent >> 不间断的流字节数组数据能推吗?支持吗 裸帧不支持 这也超过了mtu udp发送不了的 `TRANS_BY_GITHUB_AI_ASSISTANT`
提供下日志呢?
哦哦 这个问题是正常的 就是这么设计的