Geckofx - Recording Remote Video in WebRTC

407 views Asked by At

I have implemented video chatting using WebRTC for Mozilla Firefox. Now I want to record video and audio. So I used MediaStreamRecorder.js library to record video and audio. It works good in Mozilla Firefox.

Then I opened the same page using GeckoFX browser in c# windows form application. It records audio good successfully but fails to record video.

How can I record both video and audio?

1

There are 1 answers

0
Zuiche On BEST ANSWER

I don't why geckofx don't support video record.

Using ffmpeg to record video.

Snapshot video every times, using ffmpeg generate a video from snapshots in the end of recording. Sometimes audio and video are not synchronized. But this method is good.