Reputation: 1
I am currently working on a product which helps in providing the video call solution to the college administration. But as a part of video call, video recording is mandatory for future audits. Currently i am using jitsi for creating conference between the students and the admin user, and capturing the video and audio stream using media recorder api, but sometime the video has glitches in it, or audio is missing etc.
Is there a better way of video recording and also it is scalable, as there is an option of using jibri, but jibri requires lot of resources for the same.
Please help me out with this problem
Upvotes: 0
Views: 96
Reputation: 196
If it's possible to use options other than Jibri, there are other third-party paid APIs that abstract some of the WebRTC complexity and offer recording, like Twilio, Agora, or Daily (full disclosure: I work at Daily). I'm not sure if a paid product is an option, but I thought I'd list them just in case. Good luck!
Upvotes: 0