3 Star 0 Fork 0

Gitee 极速下载 / KV2Streamer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Samsung/kv2streamer
克隆/下载
issues 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
issue01: malformed packet exception
when: more than 3-4 users are present. This is after enlarging the size of the buffer on the server, otherwise the server will crash due to buffer out of space.
where: client, error msg:
terminate called after throwing an instance of 'osc::MalformedPacketException'
what(): element size must be multiple of four
Aborted
Possible cause: buffer too large, not being received correctly by client
Possible fix:
- reduce the size of buffer per message by:
1. use osc bundle? put each user into 1 message then bundle all of them
2. use separate messages without bundling, possible issues with making sure all data arrive.
C/C++
1
https://gitee.com/mirrors/KV2Streamer.git
git@gitee.com:mirrors/KV2Streamer.git
mirrors
KV2Streamer
KV2Streamer
master

搜索帮助