Html5 video recording and upload?

前端 未结 4 1354
眼角桃花
眼角桃花 2021-01-31 00:23

I need to create an app that can record video using a webcam or mobile camera (it needs to be cross platform).

So far I have written a small proof of concept using webrt

4条回答
  •  囚心锁ツ
    2021-01-31 00:51

    I know I'm a few years late to the party, but here is a snippet that's capable of capturing video and uploading it to the included node.js server as a webm file. I've tested in Chrome and Firefox.

    https://gist.github.com/rissem/d51b1997457a7f6dc4cf05064f5fe984

提交回复
热议问题