We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个貌似不是tcp优化吧。 当前主流的点对点视频解决方案是udp协议为基础,而后根据信道质量自适应调整视频压缩量,pk3c也可以看作是一种压缩方案吧。
1)如果我想通过摄像头无线传输到本地,通过pk3c对摄像头编码或压缩,来提升弱网环境下的传输速率或性能,这个会比udp基础的方案更优化吗?如何测试? 2)tcp基础上的点对点视频传输协议,能否将quic、bbr等技术用于优化传输性能,能否给一些建议。谢谢。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个貌似不是tcp优化吧。
当前主流的点对点视频解决方案是udp协议为基础,而后根据信道质量自适应调整视频压缩量,pk3c也可以看作是一种压缩方案吧。
1)如果我想通过摄像头无线传输到本地,通过pk3c对摄像头编码或压缩,来提升弱网环境下的传输速率或性能,这个会比udp基础的方案更优化吗?如何测试?
2)tcp基础上的点对点视频传输协议,能否将quic、bbr等技术用于优化传输性能,能否给一些建议。谢谢。
The text was updated successfully, but these errors were encountered: