mercredi 3 septembre 2014

How can I record a video in node-webkit?


Vote count:

0




I need to do a simple video recording app


I was thinking in make it with the technologies I already know (html, css, js) with node-webkit, but I don't know how well node-webkit (chromium) handles video recording (specially in HD)


Basically the user records a 720p video with audio (chrome/nw records video and audio separately) and I don't want to send a very large WAV file over the network. So I supposed the same apply for node-webkit. Also tried this RecordRTC example and works well with a low resolution (480p) but is a little choppy if you change it to 720.


My question is, is there any way to do this using pure js (node-webkit)?


Thanks and sorry if this question is too silly



asked 1 min ago







How can I record a video in node-webkit?

Aucun commentaire:

Enregistrer un commentaire