Top "Recordrtc" questions

Questions about RecordRTC a WebRTC JavaScript library for audio/video as well as screen activity recording.

Screen recording the browser window using javascript

I'm developing an app which is basically a drawing app in which interactive simulations can be embedded. I'm trying to …

javascript webrtc screen-recording recordrtc
Video mediaDevices Assign a Blob To 'videoRef.srcObject' In Place of 'src'

I am trying to make a blob the src of a video element. My code is working fine when: videoRef.…

javascript html5-video webrtc recordrtc
How can I add predefined length to audio recorded from MediaRecorder in Chrome?

I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded …

javascript google-chrome html5-audio mediarecorder recordrtc