开发者

Capturing video from webcam on a browser to save video on my serverside

at first let me tell you my technical knowledge, its jquery, javascript and php. I am trying to build an application where i am providing facility to record his own video throgh webcam( i know i may need flash for it). I am ok with the location where video will get saved, that means on clients machine or my server. I tried jquery's plugin for webcam, but it only offers to capture image not video.

please h开发者_开发知识库elp me with it


Afaik there is no non-flash/silverlight option to catpure webcam video through the browser at the moment. HTML5 has a draft spec for doing video capture, but no browser (except Opera) has implemented it yet I think.

Have a look at http://www.red5-recorder.com/ for an semi-out-of-the-box solution based on the Red5 open-source streaming server.

If you want to roll your own, you would need to look into streaming servers in order to accept data from the clients webcam. Look at e.g. Red5 (http://www.red5.org/). From flash, you would then have to connect to the server in order to stream the video across and save the data on the server. Don't know about a silverlight equivalent, but I'm sure a google search could help there.


Red 5 will save and record just fine (as it's demos show) but if you want to tweak either the flash control or the filename/location the video is saved on the server you'll need Flash/ActionScript and Java skills.

-- Lee


Wowza media is good option....you can recorder webcam video and save to server(aws).

http://www.wowza.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜