- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Mon, 15 Apr 2024 18:00:14 +0000
- To: public-webrtc-logs@w3.org
Youenn has noted that it is simpler to create an `RtpSendStream`/`RtpReceiveStream` in a worker than to create it on main thread and transfer the object while it is processing packets. `RtpTransport` objects are "vended" when SDP O/A completes, and so they are inherently "live" at that point; there is no `start` method. So if an `RtpSendStream`/`RtpReceiveStream` is created in a worker, can we guarantee that some outgoing or incoming packets aren't lost? For example, we don't want the initial keyframe to drop packets on send or receive. -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/13#issuecomment-2057504256 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 15 April 2024 18:00:14 UTC