red5node alpha release

Attached is the first alpha release of red5node, a little present for the holidays for any drupal webcam developer :)

Unlike the pre-alpha released earlier, this one should be as secure as the components it stands upon- Drupal, Flex, Services & AMFPHP. If you see how it isn't please let me know as I'd like to address it.

The major differences from the prior release are behind the scenes but very substantial- namely fixing gaping security holes. Please try this module out now.

- I rewrote all the communication to utilize AMFPHP and Services modules. You'll need those installed for this to work.
- You'll also need to use session-ids for your services. Enable this checkbox in the services configuration page. I DID NOT try this with key authentication yet, let me know if you do. I probably will soon.
- All services have appropriate access-control, regulated by typical drupal mechanisms.
- You'll need to provide the path to red5 and the path to amfphp at admin/settings/red5node for anything to work
- Fixed UI bug where player would die after preview without showing the options to re-record, save, etc.
- Added some more comments
- Easier debugging with firebug

KNOWN ISSUES:
- I fixed UI bug where player would die after preview. It will still die if you use the scrubber during preview, though. Looking into this. That FLVcomponent sucks. I might just replace it with the JW player

Enjoy, please let me know if you find this helpful or any bugs. I might try to set this up as a proper project on drupal.org - holler if you want to collaborate on this.

AttachmentSize
red5node-alpha-0.1.tar_.gz1.46 MB

Trouble getting it to work

So I have all everything installed, but when I try to create a Red5 node, the flash application gives me 'Send Failed'. Currently, I have the AMFPHP path set to:

http://localhost/~pawel/drupal/services/amfphp

Which gives me a page that says "amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash."

What could I be doing wrong?

clean urls?

@Pawel -

1) Do you have clean urls set up and working properly? http://localhost/~pawel/drupal/services/amfphp
2) When you go to http://localhost/~pawel/drupal/services/amfphp, do you see a message saying "amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash."? If you don't, you have something improperly set up with services and amfphp - note that amfphp requires some tweaking on install.

Sorry it took so long to get back to you- for a faster response contact me through my contact form, thanks!