Im building an application in which i have successfully implemented video chat functionality using easyrtc. Now what i want to do is record that video. I have done that as well by reading tutorials over the internet.
But I'm able to record the video at client side(on browser). while i want to record it on server directly. because in this way, my browser get hang and stops responding due to the size of video.
Is there any possible way to save it directly on server or it can be sent to server simultaneously when it recorded.
any help would be appreciated.
thanks Neeraj