Recording audio+video using RecordRTC!

HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?

This WebRTC experiment records both audio/video in single WebM/mp4 container/format using MediaRecorder API! It currently works only on Firefox >= 29. This demo records only video tracks if you're testing in Chrome.

Main demo is available here: https://www.webrtc-experiment.com/RecordRTC/.

Record Audio+Video using Firefox >= 29




RecordRTC Sources Codes / Wiki Pages

  1. RecordRTC Main Demo (Records screen/video/audio in all browsers!)
  2. RecordRTC-to-PHP (audio/video recording and uploading to server)
  3. Canvas Recording! (Web-Page Recording)
  4. Record Mp3 or Wav (Pre-recorded audio) i.e. (Audio on Demand)
  5. MRecordRTC and writeToDisk/getFromDisk!
  6. Audio+Video Recording on Firefox
  7. RecordRTC / PHP / FFmpeg (Syncing/Merging audio/video in single file!)
  8. RecordRTC-to-Nodejs (used ffmpeg to merge wav/webm in single WebM container)
  9. RecordRTC-to-ASP.NET MVC (audio/video recording and uploading to server)
  10. RecordRTC-to-Socket.io (used ffmpeg to merge wav/webm in single WebM container)
  11. RecordRTC and ffmpeg-asm.js (ffmpeg inside the browser!)

Firefox and RecordRTC...

  1. Individual audio recordings in ogg container (Firefox >= 26)
  2. Audio+Video in single WebM/mp4 container (Firefox >= 29)
  3. Gif recording (Firefox >= 18)

Using RecordRTC...

  1. You can record both audio/video in single webm file. It works only on Firefox!
  2. For chrome; you can record audio as WAV and video as WebM or animated Gif.

RecordRTC Issues

Feedback

Enter your email too; if you want "direct" reply!

RecordRTC is MIT licensed on Github! Documentation

Latest Updates