Closed
Bug 1208384
Opened 9 years ago
Closed 9 years ago
Implement MediaStreamTrack.remote
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P2)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pehrsons, Unassigned)
References
(Blocks 1 open bug)
Details
From the spec:
> If the track is sourced by a non-local source, the remote attribute MUST return the value true. Otherwise, it must return the value false.
To my understanding, the only non-local sources we have are peerconnections.
That means that web audio streams (through MediaStreamAudioDestinationNodes), media element captureStreams, canvas captureStreams, getUserMedia streams are all local and shall be stop()able.
Updated•9 years ago
|
Rank: 25
Priority: -- → P2
Reporter | ||
Comment 1•9 years ago
|
||
The remote attribute has been removed from http://w3c.github.io/mediacapture-main/archives/20160406/getusermedia.html.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•