- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2017 18:32:35 +0000
- To: public-webrtc-logs@w3.org
@alvestrand If transceiver.receiver.track.stop() is called, then track is ended, and the receiver could turn off the decoder. But how would the remote source be notified of this? Suggest the following: <p>When a <code><a>MediaStreamTrack</a></code> track produced by an <code><a>RTCRtpReceiver</a></code> </var>receiver</var> has <code>ended</code> [[!GETUSERMEDIA]] (such as via a call to <code><var>receiver</var>.track.stop</code> the user agent MAY choose to free resources allocated for the incoming stream, by for instance turning off the decoder of <var>receiver</var>.</p> -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1063#issuecomment-285438652 using your GitHub account
Received on Thursday, 9 March 2017 18:32:41 UTC