Record screen activity, camera, tab, speakers in 4K HD video format. Via @WebRTCWeb and @muazkh

Joined November 2014
5 Photos and videos
23 Aug 2017
#RecordRTC main demo now has more than 1000 (1K) comments/conversations! webrtc-experiment.com/Record…
20 Aug 2017
#RecordRTC How to upload recorded video to PHP server? Tutorial: muazkhan.com/2017/08/recordr…

16 Aug 2017
New #RecordRTC Demo: Record Video Mirror i.e. flip camera horizontal to 180 and record flipped video: github.com/muaz-khan/RecordR… #WebRTC

23 Jul 2017
RecordRTC Chrome extension now supports "free unlimited uploads to a PHP server" chrome.google.com/webstore/d… Videos are kept freely for 1 week.
21 Jul 2017
RecordRTC Google Chrome Extension: chrome.google.com/webstore/d… Record full screen, tabs, camera, microphone and speakers. Upload to YouTube!
1
20 Nov 2014
Ffmpeg-asm.js can be used to convert WAV into ogg or WebM into mp4 (mpeg4). It can even merge WAV/WebM into Mp4: github.com/muaz-khan/WebRTC-…

20 Nov 2014
#RecordRTCTip: Chrome can't capture MediaStream with system's built-in stereo audio; Chrome uses encoders to convert mono into stereo.
20 Nov 2014
Instead of recording WAV using dual channels (stereo); you can record mono audio which will decrease resulting WAV's size to half.
20 Nov 2014
#RecordRTCTip: Mp3 based encoders can be used to convert WAV into mp3. libmp3lame.min is about 713KB.
20 Nov 2014
RecordRTC hardcodes bufferSize to 4096 however value 0 can be passed to ask Chrome using system default bufferSize: github.com/muaz-khan/RecordR…

20 Nov 2014
RecordRTC is now having travis based testing: travis-ci.org/muaz-khan/Reco…

20 Nov 2014
RecordRTC development packages: github.com/muaz-khan/RecordR…

11 Nov 2014
RecordRTC.js is updated: github.com/muaz-khan/RecordR… MRecordRTC fixed and bufferSize:0 added to allow chrome decide appropriate bufferSize.