In a similar vein, Jitsi's video recording solution is pretty much the same thing[0].
>It works by launching a Chrome instance rendered in a virtual framebuffer and capturing and encoding the output with ffmpeg. It is intended to be run on a separate machine (or a VM), with no other applications using the display or audio devices. Only one recording at a time is supported on a single jibri.
We are severely lacking stand-alone webRTC implementations - the best implementation is in the Chrome codebase.
In a similar vein, Jitsi's video recording solution is pretty much the same thing[0].
>It works by launching a Chrome instance rendered in a virtual framebuffer and capturing and encoding the output with ffmpeg. It is intended to be run on a separate machine (or a VM), with no other applications using the display or audio devices. Only one recording at a time is supported on a single jibri.
We are severely lacking stand-alone webRTC implementations - the best implementation is in the Chrome codebase.
[0]: https://github.com/jitsi/jibri