Use case: 1) My local stream (mic&webcam) is being displayed on a <video> element. 2) And it is also being sent to the peer via WebRTC. 3) I want to "pause" my stream in the wire, but still view it in the <video> element. The only way to achieve bullet 2 (without stopping the PeerConnection or removing the local stream form it) is by setting "enabled=false" in each track of the local stream. But it also stops the local <video> rendering (so it does not satisfy bullet 3). So I miss something? I couldn't find any solution in the spec(s). P.S. Would stream.clone() work in this case? -- Iñaki Baz Castillo <ibc@aliax.net>Received on Wednesday, 28 January 2015 22:36:11 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:03 UTC