Video Upload: Create/Update/Delete 3rd-party video directly from your site
Last modified: June 2, 2009 - 06:41
This is documentation for the Video Upload module.
The module is currently configured to work with YouTube, but the 6.x branch is in the process of being generalized for additional provider support.
Note: If you are having trouble configuring your YouTube account, Drutube added some trouble shooting documentation http://drupal.org/node/257618#comment-890217
- Once the module is installed, you should enter your YouTube username, password and developer key at http://example.com/admin/settings/video-upload
- You will also need to install the Zend Client library (http://framework.zend.com/download/gdata).
-
Browse to:
Drupal 5: http://example.com/admin/logs/status
Drupal 6: http://example.com/admin/reports/status
To verify that the module is working properly. - Add a video upload field to an existing content type
- Enjoy
The Video Upload module is currently in beta release, and is also in the process of being ported to Drupal 6.
Additional Steps To Avoid Errors:
- The Zend Framework must also be installed. (Download from http://www.zend.com/en/community/downloads and follow install.txt from root directory. You will need to add an includes line to the php.ini such as include_path = ".;C:\Program Files\xampp\php\ZendFramework\library\")
- SSL must be enabled. (For a XAMPP install edit apache/bin/php.ini and uncomment this line "extension=php_openssl.dll"). Without this you will get authentication errors.
- WYSIWYG editors (e.g. fck, TinyMCE) must be turned off for the content type with the youtube upload field. For testing purposes just strip out any html by editing the source.
- Don't forget to filled the "Default keywords" fields when you configure your CCK video filed.
