[webrtc-pc] Attaching the same track to multiple RTCRtpSenders: spec contradiction.

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

== Attaching the same track to multiple RTCRtpSenders: spec contradiction. ==
The spec says "Each track to be sent is associated with exactly one RTCRtpSender, and each track to be received is associated with exactly one RTCRtpReceiver."

But with RTCRtpSender.replaceTrack it is possible to send the same track over multiple senders, which is also explained in the _NOTE_ section of _5. RTP Media API_.

The sentence needs to be updated:
- A track could be associated with one or more sender.
- A local track could be detached and not associated with any sender or receiver.
- A receiving track could be attached to one or more senders.

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

Received on Wednesday, 8 March 2017 14:11:53 UTC