views:

288

answers:

1

I'm looking to record video from a user's browser to the web server. We've already got a working Red5 server up. I'm in need of details how to configure the server to store the video somewhere on disk, as well as a browser frontend to complete this.

Also, I'd like to have a way to update the mysql database when the recording is finished, if that is even feasible.

Need more info? Just let me know.

+1  A: 

to be honest, i have never worked with red5, and it's a little too big to find the right entrypoint right now ...

you might wanna take a look at haxevideo (you'll need haXe for that ... it's much smaller, and you can simply hook yourself into RealtimeServer::clientRead, to copy the data to any location you want it ...

hope that helps ...

back2dos
haxevideo looks very promising. Even if it doesn't work atm for me :) Seems to be problems with Flash Player 10
Gregor Müllegger