Re: [webrtc-pc] does MSID still work? (was: example 13: getReceivers semantics)

> Do the tracks from different PeerConnections get added to the same stream?

😭

I just remembered how I used these ids in talky. Basically, you entered a room and got a list of participants.  Each participant had an associated stream id.
Then I fed an SDP blob with multiple streams/track into SRD. This caused multiple onaddstream events to be emitted and looking at the id of the stream allowed me to look up the video element of the participant.

i'm ok with track ids being broken-ish but stream ids (or rather: this mapping mechanism) must continue to work

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

Received on Thursday, 11 May 2017 05:25:03 UTC