Re: MediaStream Recording : record() method

On 08/28/2013 08:08 PM, Mandyam, Giridhar wrote:
>
> There is an outstanding bug for WebRTC to have a TCP fallback:  see
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=20818.  It has not been
> closed yet, so I assume that a TCP-based PC is still on the table for
> WebRTC.  This should be sufficient for lossless real-time data
> streaming in my opinion, and satisfy the speech recognition use case.
>

Real-time transmission of HD video over a variable-bandwidth connection
is going to be lossy no matter what the transmission medium is.
With TCP, the loss is going to be packets thrown away when the sender
notices that the output buffers have grown unacceptably big.

>  
>
> The timeframe for when we'll see TCP-based PC implementations is an
> unknown (at least to me).
>

And it won't create lossless video.

Received on Wednesday, 28 August 2013 20:22:49 UTC