By Jorrit on
Change record status:
Published (View all published change records)
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.
- Install Video 7.x-2.5 (or up)
- Install the Libraries API module
- Enable the Zencoder API module
- Go to https://github.com/zencoder/zencoder-php/tags
- Download the Zencoder API library to sites/all/libraries/zencoder
- Make sure the file sites/all/libraries/zencoder/Services/Zencoder.php exists
- The Documentation directory is not needed, it can be removed
- 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
Comments
Still getting an error
I have done this and when I go to Video transcoder in the Video module config I still see the
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?
Libraries 2 dev required
I fixed it, I needed the Libraries 2 dev version to get this working.
I have Libraries API dev
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.
Did you run update and cron?
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.
update and cron
update and cron worked for me. thanks