w3c / media-production-workshop

W3C Workshop on Web and Media production
https://www.w3.org/2021/03/media-production-workshop/
21 stars 11 forks source link

Share a WebRTC connection across browser contexts #52

Open tidoust opened 2 years ago

tidoust commented 2 years ago

Ability to share a single WebRTC (or WebTransport?) connection across browser contexts, e.g. through shared workers.

Raised in:

chrisn commented 2 years ago

The use case described in the presentation is splitting media workflows between different browser contexts, e.g., editing audio in one window while monitoring video feeds in popout windows.

A separate but related development is the Multi-Screen Window Placement API, in development in the Second Screen CG. Also the Picture In Picture API for arbitrary DOM elements, see https://github.com/w3c/picture-in-picture/issues/113.