streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

Question: How to record HTML5 video? #155

Open MinChanSike opened 6 years ago

MinChanSike commented 6 years ago

It is possible to record HTML5 video from video tag without using user media(camera, mic)?

Just want to record video content inside video tag that came from Streaming Server.