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
在windows上面调试rtspclient和rtspserver,使用udp的方式,结果一直在poll等待超时,排查了发现端口冲突了,服务端口和客户端端口一样;经过跟踪排查应该是sockpair_create2函数中rand()不是完全随机导致的
The text was updated successfully, but these errors were encountered:
目前是使用更复杂的随机数种子处理 unsigned int seed = (unsigned int) time(NULL) ^ (unsigned int) process_self(); srand(seed);
Sorry, something went wrong.
No branches or pull requests
在windows上面调试rtspclient和rtspserver,使用udp的方式,结果一直在poll等待超时,排查了发现端口冲突了,服务端口和客户端端口一样;经过跟踪排查应该是sockpair_create2函数中rand()不是完全随机导致的
The text was updated successfully, but these errors were encountered: