Frequently Asked Questions

We will always also implement improvements to OpenPackage Video for the previous version of Drupal. At the moment it is only available for Drupal 5, but once it has been released for 6 any new improvements will be implemented for 5 and 6 until 7 is released.

Are you really sure you are running cron.php?

This is a known bug in token-5.x-1.9 . It has been fixed in token-5.x-1.10 .

We will be creating a transcoding API, so the op_video module can use other transcoding services, e.g. Hey!Watch. This will create a market and we will ensure that our service costs the least.

5.x-3.x does not expose a node type, only a cck field type. You need to create a node type in admin/content/types.

Also, if you have previously had 5.x-2.x installed, make sure you delete the old op_video module directory before adding the new one.

Yes - you need to select the 'Periodic check' return method.

You need to adjust your php.ini settings as follows (for 100 MB):

upload_max_filesize 100M
post_max_size 200M

For more information, check out this page.