nick
nick

Reputation: 376

Rails gem for screen capturing

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

Answers (2)

kapoorlakshya
kapoorlakshya

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

DrChanimal
DrChanimal

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

Related Questions