Reputation: 185
I would like to know if it is possible to join a MS Teams, Google Meet or Zoom Meeting via the URL as a bot and record the video/audio from the call.
Is this possible using WebRTC. Any help is appreciated.
Upvotes: 2
Views: 2111
Reputation: 4272
I have been using neko to do this. It is a headless Chromium instance that you can run on a remote server. I join my call using this headless instance.
Neko uses GStreamer so you can send things out via RTMP hasn't been merged to master yet but I bet you could also easily update to save the video frames to disk!
Making it into a bot will be a little harder though. You will have to script interaction with each site. Chrome has nice plugins to script site interaction, possibly that could solve the issue?
Upvotes: 3