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

<video> example doesn't work #352

Open
nounderline opened this issue Mar 9, 2024 · 1 comment
Open

<video> example doesn't work #352

nounderline opened this issue Mar 9, 2024 · 1 comment

Comments

@nounderline
Copy link

Visiting http://fabricjs.com/video-element (note http protocol, not https) shows blank canvas.

Reason: this example is using camera capture which requires SSL. Since fabricjs.com is not served over https, this example cannot work due to modern browser policies which requires connection to be encrypted.

Possible solution:

  1. Don't use device camera. Instead point to some static video.
  2. Serve fabricjs.com over HTTPS (SSL for FabricJS #317)
@asturur
Copy link
Member

asturur commented Mar 9, 2024

Hi @nounderline the website is being redon entirely from scratch.
And until video support does not become official i think we will pull the example off.

Making a new website is a bigger task than i expected and i went through 3 iterations searchinga good combination that allow easy design and publish content fast

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

2 participants