Cross-entity mediastreams (Re: removing createObjectURL)

Changing the subject, since this is not about createObjectURL any more..

On 09/10/2013 06:47 PM, Martin Thomson wrote:
>
> If you want to invent new mechanisms, another way of thinking of this
> would be to create an RTCSelfConnection that worked like
> RTCPeerConnection.  You could instantiate one in each window and pipe
> the output from window to another.
>
In fact you can already do that today with a regular PeerConnection 
(albeit with a somewhat inefficient coupling mechanism: encode/decode 
and UDP over the local interface). If it turns out to be an often needed 
use case, it should be easy to define rules that allow the UA to 
discover that it's in a special-case state and can use more efficient 
transfer mechanisms.

Received on Wednesday, 11 September 2013 12:30:50 UTC