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

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

> I meant assuming we no longer generate remote `tracks` with the `id` given in the remote SDP.

But still, `addtrack(track, list-of-streams)` would (eventually, after SDP O/A) lead to a remote track (even if its `id` has nothing to do with the `id` of the local track) belonging to all streams (which are re-created at the remote side) in `list-of-streams` on the remote side. What am I missing?
  

-- 
GitHub Notification of comment by stefhak
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1718#issuecomment-355727759 using your GitHub account

Received on Saturday, 6 January 2018 06:42:32 UTC