Skip to content

URL.createObjectURL() is dead #8

@apudiu

Description

@apudiu

Hello, URL.createObjectURL() is removed from browsers so this no longer works,

Please update the code to use video.srcObject = stream; instead
video.src = URL.createObjectURL(stream);
& also update the live demo, so people can test.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions