when i had both flashvideo_cck and flashvideo_s3 enabled, videos were not playing. when served up locally, they played fine.

i think flashvideo_s3_flashvideo_get_file() was getting confused by the multiple fields available and crashing out when looking at the thumbnail. in any case, adding a check for mimetype seems to have solved the problem:

  if ($file->filemime == 'flv-application/octet-stream' && $bucket = db_result(db_query("SELECT bucket FROM {flashvideo_s3} WHERE fid=%d", $file->fid))) {

Comments

attheshow’s picture

Status: Active » Postponed (maintainer needs more info)

Please re-test this issue with the latest dev version. Significant changes were made to the Amazon plugin by Travis recently.

attheshow’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No response after 1 month. Closing issue.