I want to create a project with the MERN stack that records a few seconds of video from the users webcam, uploads it and stores it in a format that can be served easily to users.I've found https://www.npmjs.com/package/react-video-recorder... This saves video as blobs, so I could push them to the server with axios and save them in the database (if small enough). But when served up, how can blobs be played in video tags?If you can link any good mern video-upload tutorials, I'd be very grateful
Submitted September 24, 2020 at 05:28PM by samames_uk
No comments:
Post a Comment