Re: [mediacapture-transform] Is using ReadableStream/WritableStream the right approach? (#4)

Another use case the separate processor/generator enables is that it allows an application to combine frames from different tracks into a single track. A possible use case is a "whether report" application, where one track contains a camera track with the person making a presentation and the other track contains the map/presentation. An application could merge both tracks (each with a processor) into a single track (using a generator).
This would be harder to support with a transform-only approach for a single track, for example.

-- 
GitHub Notification of comment by guidou
Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/4#issuecomment-810912890 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 31 March 2021 09:16:44 UTC