HTML 5 video recording and storing a stream

前端 未结 5 513
闹比i
闹比i 2020-12-12 11:11

Using Html 5 I want to record video and save the stream into a local file. Given below is the code. In a button click it already invokes the camera and captures the video in

5条回答
  •  情深已故
    2020-12-12 12:16

    RecordRTC: WebRTC audio/video recording

    https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC

    • Audio recording both for Chrome and Firefox
    • Video/Gif recording for Chrome; (Firefox has a little bit issues, will be recovered soon)

    Demo : https://www.webrtc-experiment.com/RecordRTC/


    Creating .webm video from getUserMedia()

    http://ericbidelman.tumblr.com/post/31486670538/creating-webm-video-from-getusermedia

    Demo : http://html5-demos.appspot.com/static/getusermedia/record-user-webm.html


    Capturing Audio & Video in HTML5

    http://www.html5rocks.com/en/tutorials/getusermedia/intro/

提交回复
热议问题