MatthiasDeFre / webrtc-pc-server

0 stars 0 forks source link

question about the send rate #1

Open bug45 opened 6 days ago

bug45 commented 6 days ago

Hello! MatthiasDeFre! thanks for your excellent work! I have a question regarding the sending rate in WebRTC streaming. GCC and TWCC were both adopted in your webrtc streaming to control the sending rate, however, When I run your system (only the server and the client , without rendering) , I find the sending rate are limited to 40Mbps when I set the bandwidth to 100Mbps. Could you please advise if there are specific settings on either the server or client side that might be limiting the bandwidth?

bug45 commented 6 days ago

@MatthiasDeFre