Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MediaStreamTrack being Serializable #24

Closed
wants to merge 3 commits into from

Conversation

alvestrand
Copy link
Contributor

@alvestrand alvestrand commented May 20, 2021

Alternative to #21
Fixes #16


Preview | Diff

@alvestrand alvestrand changed the title Serializable extension Add support for MediaStreamTrack being Serializable May 20, 2021
This allows manipulating real-time media outside the context it was requested or created in, for instance in workers or third-party iframes.</p>
<p>
To preserve the existing privacy and security infrastructure, in particular for capture tracks,
a transferred track remains tightly bound to the original source.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/transferred/serialized/

@alvestrand
Copy link
Contributor Author

Obsoleted by #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate the possibility to transfer MediaStreamTrack
2 participants