php - Record video on browser and upload to LAMP server -
i have tried lot of things out there: red5, jquery webcam, html5 ... none of these solution record video , leave ready upload server.
is there anyway (html5, flash, whatever ... better cross-broswer solution, best) upload video (+ audio!) , upload result server (i guess through ajax) ?
summarize:
- jquerywebcam (https://github.com/infusion/jquery-webcam): has flash video, uploads server image, not video
- eric bidelman's solution (http://ericbidelman.tumblr.com/post/31486670538/creating-webm-video-from-getusermedia):records video in html5 , allows download (so can upload server), no audio !
- red5 (http://www.red5-recorder.com/services.php): paid services, not uploading in free version :(
- dmv (https://github.com/rwldrn/dmv): captures photo ... besides not cross-browser
you use binary download via javascript.
as have not info video protocols cant give better answer
Comments
Post a Comment