Open
Bug 1749532
(MediaStreamTrackProcessor)
Opened 3 years ago
Updated 1 month ago
Implement MediaStreamTrackProcessor for video in workers
Categories
(Core :: WebRTC: Audio/Video, enhancement)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: jib, Unassigned)
References
(Depends on 2 open bugs, Blocks 5 open bugs)
Details
(Keywords: parity-chrome, parity-safari, webcompat:platform-bug)
Implement the MediaStreamTrackProcessor API.
It exposes a ReadableStream<VideoFrame> in a DedicatedWorker, for efficient reading and manipulation of video frames in JS, from the browser's realtime media stack.
Reporter | ||
Updated•3 years ago
|
Depends on: VideoFrame
Updated•3 months ago
|
Summary: Implement MediaStreamTrackProcessor → Implement MediaStreamTrackProcessor for video in workers
Updated•3 months ago
|
Keywords: parity-chrome,
parity-safari
Updated•2 months ago
|
Severity: -- → S2
Reporter | ||
Updated•2 months ago
|
See Also: → VideoTrackGenerator
Updated•2 months ago
|
Keywords: webcompat:platform-bug
Updated•1 month ago
|
Alias: MediaStreamTrackProcessor
You need to log in
before you can comment on or make changes to this bug.
Description
•