Amazon S3 with video streaming

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Mandakini_Kumari's picture

I installed Amazon S3 and its working fine. Now we have to do streaming of video I think adobe (http://www.adobe.com/products/flashmediaserver/amazonwebservices/) will be best choice. Is there any streaming module(D6) for amazon ?

Comments

All you need on the client

valeriod's picture

All you need on the client side is the JW MediaPlayer -- that's the one I use -- or similar player. Install http://drupal.org/project/swftools and you are all set.

BTW there is an extensive Javascript API that let you do just about anything
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12...

For low traffic you can also just encode the video as streamable (i.e. creating an .mp4) and serve it as a file.

An alternative to the flash mediaserver is the darwin server http://dss.macosforge.org/
You can isntall it on CentOS
http://www.howtoforge.com/apples-darwin-streaming-server-on-centos-5.2

Red5 Media Server delivers a

jovemac's picture

Red5 Media Server delivers a powerful video streaming and multi-user solution to the ©Adobe ©Flash Player and other exciting client technologies. Based on Java and some of the most powerful open source frameworks, Red5 stands as a solid solution for business of all sizes including the enterprise.

One can easily build applications out of it. Me too experimenting on how Red5 shall go along with drupal.

Mandakini_Kumari's picture

Yes Red5 is very good I have done Red5 server installation for other project. If you want I can share my document and steps for installation.

For my current customer below three is mandatory
1) S3 amazone
2)Adobe for streaming
3) Video play with HTML5 it means use tag not flash player

so 1) & 3) is fine got stuck in 2)

Mandakini Kumari

What do you mean by "Adobe

valeriod's picture

What do you mean by "Adobe for streaming"?

red5 with s3

psandeep2k4's picture

iam working with red5 in my project for video streaming.now i want to get the video from s3 and stream it on red5.so how do i do it.please let me know how to configure this.

thanks in advance.