0

I am trying to record google meet audio and video using webRtc. I found mediaRecorder Api for same. But i am unable to record meeting, as it is only capturing my webcam and audio. How can i record a whole meeting through code in any language?

James Z
  • 11,838
  • 10
  • 25
  • 41
MiSha
  • 23
  • 4

1 Answers1

0

One solution is to use Neko to record conferences. It is like jibri but works for all any website!

It is a headless Chromium instance that runs on a server. You launch the neko instance and then join the conference call. You then can capture the web page's audio and video.

You can specify a RTMP output (Twitch, Youtube...) or you can save the files.

Sean DuBois
  • 2,682
  • 1
  • 8
  • 17
  • Hi Thank You for suggesting. But if i dont want to use any external tool and build it on my own then is there any way through javascript or any script which can help for same ? – MiSha Feb 04 '21 at 12:39