Search code examples
flashred5recordrtmp

Record video from browser to server


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.


Solution

  • 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 ...