== DruTube: Build a Video Site in 1 Hour ==
These are my crib notes from my session:
* Install Drupal
* Enable Upload module
* create content type
* create node with video attached
=== Install base modules ===
=== Install media modules ===
* media_mover 0-4-1
* ffmpeg_wraper 0-2
* swfobject_api 1-2-6
* xspf_playlist 0-12
* flvmediaplayer 0-11
* mimedetect 1-0-beta
=== Download helper files ===
=== Now enable modules ===
* configure ffmpeg_wrapper (set path to ffmpeg binary)
* configure s3 admin/media_mover/settings, enter pass, run test
* add new media_mover transcode configuration
* add new media_mover thumbnail configuration
* configure xspf_playlist
* configure flvmediaplayer (set path to swf file)
=== Run media_mover ===