[webrtc-rtptransport] Workers (#13)

aboba has just created a new issue for https://github.com/w3c/webrtc-rtptransport:

== Workers ==
How should RtpTransport support workers? 

- By transferring an RtpTransport to a worker? 
- By transferring a readable/writable stream to a worker? 

Transferring only a readable and/or writable stream does not appear to make sense in a number of use cases. 

In order to do rate control while sending, it is convenient to have both the send functionality and bandwidth estimate.  In such a case, it would make more sense to transfer the RtpTransport than only the writable stream. 

For receiving NACKs and retransmitting, it is necessary to both send and receive, as well as to have a bandwidth estimate. So again, this be most conveniently done by transferring the entire RtpTransport object than portions of it. 

Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/13 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 29 November 2023 20:45:02 UTC