muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.54k stars 1.75k forks source link

recording web video meeting #651

Open javaaiai opened 4 years ago

javaaiai commented 4 years ago

if I want to record from video html element, how can I config RecordRTC? I am using type: 'video', but it seems that it requires media stream from camera. If I use type: 'canvas', I think it may add canvas element and there is no sound. Any good advice or guide from friends on github. I am looking forward to your reply. Thanks

ulasarican commented 3 years ago

Any luck on this ?