- From: Philipel-WebRTC via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Jun 2024 13:25:46 +0000
- To: public-webrtc-logs@w3.org
I don't have any numbers, but this is my reasoning: A client receiving say 50 video streams would probably receive them at a low resolution and bitrate. In that case there is a good chance every frame is packetized into a single packet, so even with the batched `RTCRtpReceiver.readReceivedRtp` you would still end up calling `readReceivedRtp` for basically every RTP packet. If they can help solving threading issues then we should probably keep them. -- GitHub Notification of comment by Philipel-WebRTC Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/47#issuecomment-2149915310 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 June 2024 13:25:47 UTC