unicasting identically encoded information to multiple receivers

Please confirm my understanding:

As the RTCRtpSender is only attachable to one RTCIceTransport, it's 
currently not possible to take a sending stream and broadcast the 
encoded output to multiple receivers (at least without some kind of 
middle box).

Therefor if you encode audio or video, you must make a sender object per 
receiver, even if you intend to encode identically for each receiver.

-Robin

Received on Sunday, 11 May 2014 14:46:39 UTC