Video-input, an HTML element that acts like a video form field (to interview users, etc.)

Wojciech Gryc
0 replies
Hi everyone -- a big pain in the butt for me has been collecting video feedback from users and visitors to my website. Rather than jumping on Zoom or scheduling time, I just want 2 minutes of feedback from someone browsing the site as they do so. As a result, I put together an open source video tool to do just this. The idea is you put it in as an HTML element and it does the rest -- when a user "submits" the form, it gets sent as a POST request. No need to deal with messy WebRTC streaming or other things. Feel free to use it for your user interviews or feedback. The code is here: https://github.com/wgryc/video-i... You can also see a demo here, if you'd like: https://phaseai.com/resources/vi... Happy to help folks too, if you want to collect feedback or have issues. And if you find better tools, I'd also love to hear about that as this has been a huge pain for my projects.
🤔
No comments yet be the first to help