Skip to content
New issue

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

Rtsp udp remote address fix; rust 1.83 disable lint warning:non_local_definitions #160

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

huiminghao
Copy link
Contributor

  • RTSP的UDP传输功能实现中的udp远端地址使用方法有误。
  • CPU性能受限时,接收InterleavedBinaryData数据包的时候假设数据是一次能读到的,与实际测试不符。
  • rust更新1.83后有很多warning:non_local_definitions,暂时先忽略

@harlanc harlanc linked an issue Dec 6, 2024 that may be closed by this pull request
@harlanc
Copy link
Owner

harlanc commented Dec 6, 2024

thanks.

@harlanc harlanc merged commit 2dc721e into harlanc:master Dec 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InterleavedBinaryData should be read until self.reader.len() < a.length
2 participants