Reputation: 376
Is there a gem or program for rails that is similar to screenflow or camtasia? I'm making an application for people to have webinars, record their talks, and live chat during the webinar. Thanks
Upvotes: 2
Views: 1325
Reputation: 23
I am working on a gem that uses ffmpeg to record your screen. I know it's probably late for OP, but leaving a link here in case anyone else has a use case for it - https://github.com/kapoorlakshya/ffmpeg-screenrecorder
Upvotes: 1
Reputation: 681
Screen capture is client OS dependent. Rails is running on your web server. There is no way a gem can do that for you. You should use client side plugin technologies such as flash, java, etc to do that.
Upvotes: 1