Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Webcam, video call, online conference recording (http://stream-recorder.com/forum/forumdisplay.php?f=7)
-   -  

Record webcam audio/video software that allows my web-site visitors to leave messages

(http://stream-recorder.com/forum/showthread.php?t=5404)

USdan 01-14-2010 01:19 PM

Record webcam audio/video software that allows my web-site visitors to leave messages


 
I am searching for software that I can have a web visitor leave a video message. Much like the technology from eyejot, voxlite and nimbb, where the webpage activates the camera/mic controls and the recording is saved to the server.

My webserver supports FFmpeg, FFmpeg-php, mplayer+mencoder, Flvtool2, Libogg, Libvorbis, Lame Mp3.

I would like to find a solution that I can run on my server, however it may be possible to use a hosted solution.

Thanks

Dan

Stream Recorder 01-14-2010 10:54 PM

Re: Record webcam audio/video software that allows my web-site visitors to leave mess


 
You need a streaming media server to record web-cam videos from your web-site. You can install your own RTMP server or rent a streaming media server.

Here is an example of web-cam recorder that works with FMS streaming media server
http://www.experiments.flashmatics.c...lick.php?id=34

Client side is pretty easy. Here is a sample code:
Code:

<div id="jwf_player">You need Flash player 9+ and JavaScript enabled to view this video.</div>
<script type="text/javascript">
var params = {allowScriptAccess: "always", flashvars:
"fullscreen=true&bufferlength=2&streamer=rtmp://192.168.1.63/alfa&file=test00.flv&type=camera"};
var atts = { id: "myjwfplayer"};
swfobject.embedSWF("http://www.jeroenwijering.com/embed/player.swf", "jwf_player",
"425", "344", "8", null, null, params, atts);
</script>

If you have problems setting up a streaming server and creating an online web cam recorder, you can always outsource your project via a freelance marketplace.

Stream Recorder 01-14-2010 10:59 PM

Re: Record webcam audio/video software that allows my web-site visitors to leave mess


 
Another solution is to use a third party service on your web-site. For example, flixn allows you to record a video from your web-cam online.

shahnawaz 10-25-2011 05:03 AM

Re: Record webcam audio/video software that allows my web-site visitors to leave mess


 
I also need to have the same requirements on my website where registered users can grab videos from attached device like webcam and save these to database. And then users can watch these videos in their account via a video player

Can anybody guide me what are the basic requirements on server side. And which tool are required to make this happen. I want to run this module in environment of LAMP - Linux + Apache + PHP and MySql.

Any help to right direction would highly be appreciated.

Thank you,
ShahNawaz

Blossom 04-16-2012 10:13 PM

Re: Record webcam audio/video software that allows my web-site visitors to leave mess


 
very nice


All times are GMT -6. The time now is 07:35 PM.