Video playlist solution

Joined: 12/13/2008
User offline. Last seen 2 years 36 weeks ago.

I'm looking for a video playlist solution where a list of videos is displayed to the side or bottom. Here are some examples -

-http://www.elevationchurch.org/mediaPlayer.php?url=http%3A%2F%2Fwww.elevationchurch.org%2F

-http://www.churchofthehighlands.com/messages/

-http://www.cnn.com/video/?iref=videoglobal

Here are the options I'm aware of

-http://slideshowpro.net/examples/

-http://blip.tv (allows you to display playlist to right of video, not sure how customizable this is)

-JW Player (will display list of videos at bottom)

-views + cck (would need to look into how to make video start playing without page reload)

Are there solutions others are aware of and would recommend? I'd prefer not to host the videos myself.

Thanks

Joined: 12/13/2008
User offline. Last seen 2 years 36 weeks ago.
Video media archive research - what I've found

Though the project mentioned above is still in the works I've done some research and here is what I found. I thought it might be useful to others.

  • If you'd like a custom look for your player check out jw player which now allows customization. Also see http://www.longtailvideo.com/addons/ to view server custom skins other users have created
  • One option I've looked at but not yet tested is using the Jquery menu http://drupal.org/project/jquerymenu with a little css to quickly achieve a media archive something like this http://www.elevationchurch.org/mediaPlayer.php?url...
  • If you want users to be able to download the original HD file but you still want to take advantage of free hosting both Vimeo.com and Blip.tv allow for this (I believe Vimeo requires that the user be logged in.)
  • If looking to store your own video (vs. using free storage like blip.tv, youtube, etc.) check out media mover and Amazon S3.
  • Kick Apps offers a Drupal single sign on module so their video solution might be the answer for some looking to create a video archive. (I personally ran into problems while testing this module.)
  • If you have some money to spend Katura http://drupal.org/project/kaltura offers a very impressive solution when it comes to video storage and upload. They are coming out with a community version of their module so that you can host video anywhere not just on their CDN and still take advantage of the many features the module offers.
  • The video upload module is one I've been watching even though no one seems to be talking about it. I like the fact that with version 5 you can push video directly to YouTube from your site saving on storage and bandwidth which is a huge plus for clients that don't have their own dedicated server.
  • If you plan to allow users to upload their own videos one usability hurdle that I am still working to solve is the need for a upload progress bar. (The http://drupal.org/project/swfupload is available for Drupal 5 and is in the process of being ported to 6 and it appears from this post http://drupal.org/node/318960 that a progress bar is in the works for filefield.) If you know of current solution I'd love to hear it.
  • http://drupal.org/project/flowplayer Flowplayer is another option that integrates with Drupal and offers many features.

If anyone else has experience in building a site that allows for user submitted videos or in just building a simple video archive I'd love to hear you incite.

Thanks,

Joined: 12/13/2008
User offline. Last seen 2 years 36 weeks ago.
Filefield now has progress bar

For anyone looking to build their own video sharing site filefield http://drupal.org/project/filefield now has a progress bar. YAAA!