| 1 |
$Id: README.txt,v 1.5.2.2 2009/02/25 00:12:33 jhedstrom Exp $
|
| 2 |
|
| 3 |
*********************************************************************
|
| 4 |
* IMPORTANT *
|
| 5 |
* *
|
| 6 |
* This module is not ready for production in 6.x. It is still being *
|
| 7 |
* ported. Feedback and patches are welcome: *
|
| 8 |
* *
|
| 9 |
* http://drupal.org/project/video_upload *
|
| 10 |
* *
|
| 11 |
*********************************************************************
|
| 12 |
|
| 13 |
The Video Upload module consists of a CCK field type that allows for
|
| 14 |
the end user to upload video directly to YouTube, using a single
|
| 15 |
account for the site. The Video Upload module requires the FileField
|
| 16 |
module for handling file uploads.
|
| 17 |
|
| 18 |
If the "browser upload method" is enabled[1], the video never hits the
|
| 19 |
Drupal host, saving on storage and bandwidth bottlenecks, and the
|
| 20 |
end-user doesn't need a YouTube account, since all video is stored
|
| 21 |
under the site's account. Video can be organized on YouTube with
|
| 22 |
customized developer tags, currently with limited token support.
|
| 23 |
|
| 24 |
The module uses the Zend GData client library for communication with
|
| 25 |
YouTube. This can be downloaded here:
|
| 26 |
|
| 27 |
http://framework.zend.com/download/gdata/
|
| 28 |
|
| 29 |
See Video Upload's INSTALL.txt for details on installing this library.
|
| 30 |
|
| 31 |
|
| 32 |
Video Upload module courtesy of
|
| 33 |
|
| 34 |
OpenSourcery - http://opensourcery.com
|
| 35 |
Jonathan Hedstrom <jhedstrom@opensourcery.com>
|
| 36 |
|
| 37 |
Video processing image and thumbnail courtesy of stagmo: http://chrisvallely.com/
|
| 38 |
|
| 39 |
[1] The Browser Upload method is currently not supported. See the
|
| 40 |
TODO.txt file for details.
|