mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.94k stars 598 forks source link

-T -H 或者 -T -R 指令同时出现 端口绑定出错 (-T -H command appears at the same time or -T -R command appears at the same time, bind() failed report) #569

Closed yangjieshao closed 1 year ago

yangjieshao commented 1 year ago

Describe the bug

当我同时发起-T -H指令 或者同时发起-T -R指令 会出现端口绑定出错的错误提示 (When I command - T - H at same time OR -T -R at same time, the error prompt of port binding error will appear) image image

-a -o -s- -Tusername:pwd@127.0.0.1:3478 -H 0.0.0.0:8000 -R 20000:65535 (async_udp_socket.cc:36) Bind() failed with error 10049

-a -o -s- -Tusername:pwd@127.0.0.1:3478 -H 0.0.0.0:8000 (async_udp_socket.cc:36) Bind() failed with error 10049

-Tusername:pwd@127.0.0.1:3478 -H 0.0.0.0:8000 (async_udp_socket.cc:36) Bind() failed with error 10049

-a -o -s- -H 0.0.0.0:8000 success

-a -o -s- -H 0.0.0.0:8000 -R 20000:65535 success

image

-a -o -s- -Tusername:pwd@127.0.0.1:3478 -R 20000:65535 (async_udp_socket.cc:36) Bind() failed with error 10049

-Tusername:pwd@127.0.0.1:3478 -R 20000:65535 (async_udp_socket.cc:36) Bind() failed with error 10049

-a -o -s- -R 20000:65535 success