W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > January 2018

Re: [webrtc-pc] "a=msid" line should contain sender/receiver IDs, not track IDs

From: stefan hakansson via GitHub <sysbot+gh@w3.org>
Date: Fri, 05 Jan 2018 14:36:57 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-355569237-1515163016-sysbot+gh@w3.org>
>> The `streams` attribute returns an array of MediaStream objects representing the MediaStreams that this event's `track` is a part of.

> If the sender and receive `tracks` are decoupled then there is no chance for "duplicated" receiving `tracks`, so it's impossible that the same `track` belongs to more than one `stream`.

Actually, the sending side can create a number of (possibly) empty MediaStreams (`new MediaStream()`), and use these as argument for `addTrack`; the at the receiving side the corresponding MediaStreams would be created, and the track would be a member of all of them.


-- 
GitHub Notification of comment by stefhak
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1718#issuecomment-355569237 using your GitHub account
Received on Friday, 5 January 2018 14:37:00 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:43 UTC