I’m trying to use HTML that establish a feed of a visitor’s webcam when they trigger the site. Wix suggests this is possible through HTML, however the code I’m using seems to create a frame where the feed would display without actually connecting to the webcame itself.
This is the code I’m currently working with:
Display Webcam Stream body { margin: 0px 0px; padding: 0px 0px; } #container { margin: 0px auto; width: 500px; height: 375px; border: 10px #333 solid; } #videoElement { width: 500px; height: 375px; background-color: #666; }And this is the result:
https://www.sssportwebsite.com/blank
Theoretically, that frame should contain the feed. If anyone could offer any insights, it would be greatly appreciated.
Thanks.