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

URL.createObjectURL(stream) has been deprecated #165

Open
gzelibean opened this issue Jul 18, 2018 · 2 comments
Open

URL.createObjectURL(stream) has been deprecated #165

gzelibean opened this issue Jul 18, 2018 · 2 comments

Comments

@gzelibean
Copy link

The mediaStreamRecorder.js uses this function, which will also be removed from Chrome soon and is deprecated in other browsers as well.

@codezzzc
Copy link

codezzzc commented Nov 6, 2018

I also notice that. If this api is removed, how to replace it ? I know 'srcObject', my confuse is, how to create an URL from stream?

@yi-ge
Copy link

yi-ge commented Aug 31, 2020

use 'srcObject', 'srcObject = stream'

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

No branches or pull requests

3 participants