Change record status: 
Project: 
Introduced in branch: 
7.x-2.x
Introduced in version: 
7.x-2.5
Description: 

If you are using the Zencoder transcoder, you need to install the Zencoder API submodule and library manually starting from version 7.x-2.5. The Zencoder API is included with the Video module download, but may become a separate module in the future.

  1. Install Video 7.x-2.5 (or up)
  2. Install the Libraries API module
  3. Enable the Zencoder API module
  4. Go to https://github.com/zencoder/zencoder-php/tags
  5. Download the Zencoder API library to sites/all/libraries/zencoder
  6. Make sure the file sites/all/libraries/zencoder/Services/Zencoder.php exists
  7. The Documentation directory is not needed, it can be removed
  8. The version that is known to be compatible with the Zencoder module is 2.0.2 (2012-01-11)

The old Zencoder library that used to be supplied with the Video has been removed, so direct calls to that library need to be updated.

Impacts: 
Site builders, administrators, editors
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done

Comments

kurtfoster’s picture

I have done this and when I go to Video transcoder in the Video module config I still see the

Zencoder is unavailable: The Zencoder API module has not been setup properly.

error. I am using Drupal 7.14, Libraries API 7.x-1.0, video 7.x-2.6 with the included Zencoder API module. I have put the 2.0.2 library in sites/all/libraries. What do I need to do to get this working?

kurtfoster’s picture

I fixed it, I needed the Libraries 2 dev version to get this working.

senatorlaw’s picture

I still continue to receive the error "The Zencoder API library is not installed. Download the library and install it to a library path such as sites/all/libraries."

What shall I do to fix it? I have Drupal 7.14 and have installed all required modules to support zencoder.

WriteCo’s picture

Did you run update and cron? I loaded Libraries dev, like kafmil suggested, and I had the same problem, even after update, but then cron ran and now everything is fine.

meysamm’s picture

update and cron worked for me. thanks