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

aboba has just created a new issue for https://github.com/w3c/webrtc-pc:

== Section 10.3: Freeing resources for incoming stream ==
In Section 10.3, it says: 

      <p>When a <a>remote source</a> is notified that a
      <code><a>MediaStreamTrack</a></code>, using the source, has
      <code>ended</code> [[!GETUSERMEDIA]] the user agent MAY choose to free
      resources allocated for the incoming stream, for instance turn off the
      decoder.</p>

This is referring to transceiver.stop() setting negotiation-needed, and after negotiation, on the remote peer the "ended" event being fired at transceiver.receiver.track?  

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1063 using your GitHub account

Received on Tuesday, 7 March 2017 23:51:04 UTC