Re: [webrtc-pc] Section 10.3: Freeing resources for incoming stream

@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