red5node pre-alpha sources

UPDATE - NEWER RELEASE AVAILABLE - GO HERE

Well, I don't know about you, but I don't like it when Drupal modules are released with closed-source SWF files - especially when the SWF file comprises the core of the module.

But the only red5 module for drupal Red5 Flash Server is unfortunately like this. ( See the complaint ) So I wrote my own Drupal 6 module for red5, called red5node. Download it here. All code licensed under GPL, SWF built with Flex builder, SOURCES INCLUDED.

WARNING: This module as-is is totally insecure. DON'T USE IT ON A PRODUCTION SITE, FOR THE LOVE OF GOD. I will be rewriting the module component of this to make use of amfphp / services, and to make it secure. I'll post a comment here when that happens. If you want to be alerted, contact me.

But otherwise it does work. Currently, it:
- Creates a new node type, "red5node"
- Provides an admin panel for you to specifiy the path to the red5 app that you wish to save to
- Provides a form to create a new red5node. ( node/add/red5node )
- Provides a video recorder with mic/camera select, preview, re-record, and save functionality.

- NOTE - it doesn't yet provide any out-of-the-box player, so you can't yet watch the video you recorded unless you go back to edit the node.
- NOTE - I haven't even tested this in IE yet, so don't expect it to work in anything but FF for now.
- NOTE - File on server exists as red5node.tar_.gz , make sure to change to .tar.gz if you need to for your OS

It has a long way to go but at least there is now an OSS version of this available. Please let me know what you'd like to see beyond better security / cleaner Drupal API. Once I rewrite the Drupal - end of things, I will plan to submit this as a contrib module on drupal.org

AttachmentSize
red5node.tar_.gz1.01 MB

A browser game is a computer

A browser game is a computer game that is played over the Internet using a web browser. Browser games can be created and run using standard web technologies or browser plug-ins. Browser games include all video game genres and can be single-player or multiplayer. Browser games are also portable and can be played on multiple different devices or web browsers.

Browser games are often free-to-play and do not require client software to be installed apart from a web browser. Multiplayer browser games have an additional focus on social interaction, often on a massive scale. Due to the accessibility of browser games, they are often played in more frequent, shorter sessions compared to traditional computer games.
yeni oyunlar, Hava Kuvvetleri, Korkusuz Adam, Underconstruction, Twilight Yapboz, Süper Modelleri Giydir,

An alternative to Red 5

I just recently installed and tested a project called 'Nanogong' which allows a user to record an audio clip and save it on a website. You can also tie to the file and view it later using a similar interface. What's interesting about this project is that it doesn't require a server to receive the file.

The problem I see with the Red 5 server stuff is that if the server goes down then none of your recordings work.

I've done some testing with this though and one thing I do like about this kind of module is that with very little modification you can change whether it is just audio recorded, just video, or audio and video.

I'd love to see a client side solution only though (maybe one that converts the client side video recorded into a POST file?).

Very cool - did you see the alpha?

@David -

Nice! Nanogong looks cool.

Glad you liked, but please don't use the code here anymore - there's now a newer , much improved version