- From: Miguel Casas-Sanchez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Feb 2017 19:12:35 +0000
- To: public-media-capture-logs@w3.org
@Pehrsons I think we are saying the same thing, i.e. what you propose is equivalent to making MR take a "snapshot" of the MediaStream's Tracks at construction time, but a `MediaStream` is just a "bag" of Tracks :smile: -- we might just need to make very explicit that the constructor's `MediaStream` is not a "live" reference, but just a handy way to enumerate the tracks. Alternatively, we could remove the `MediaStream` member variable and provide instead (weak) references to the tracks-being-recorded, wdyt? -- GitHub Notification of comment by miguelao Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/4#issuecomment-281770575 using your GitHub account
Received on Wednesday, 22 February 2017 19:13:11 UTC