Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.5-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2009 at 02:20 UTC
Updated:
30 Aug 2009 at 23:20 UTC
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
Comment #1
attheshow commentedPlease re-test this issue with the latest dev version. Significant changes were made to the Amazon plugin by Travis recently.
Comment #2
attheshow commentedNo response after 1 month. Closing issue.