More and more web publishing platforms are starting to integrate video comments. YouTube and TechCrunch use them and embedded commenting systems like
Disqus make it really easy to enable them on your site. Drupal has its own ways to provide integrated video comments, although most solutions are currently only available for Drupal 5.
The most popular video comment provider appears to be
Seesmic. TechCrunch
enabled video commenting in April 2008 using Seesmic and Disqus makes use of the Seesmic API to embed video comments. To use Seesmic on Drupal, you need two modules:
Seesmic API and
Seesmic Comment. The set-up is very straightforward: enable both modules, configure the permissions and you're good to go. I do consider it a big downside that each user needs a Seesmic account before they can post a video comment. There is no way to configure one account to use for all comments in the way that Disqus implements this. Also, as a small nitpick: the Views module is required by Seesmic Comments while I feel that code should go into a separate module, or a check could be implemented if the views module is enabled.
An even faster way to enable video comments on your Drupal site is to install the
Riffly module. Enable the module, set the permissions and you're done. Users are given the option to leave either a video or an audio-only comment and they don't need to register, which is a huge plus.
Do note that both modules are only available for Drupal 5 and that they don't have the option to enable video comments per content type. With files in general and media in particular getting a lot of attention lately, it might be worth exploring what we can do with recorded media.