In RSS feeds the tag is showing ie. [thumbnail] in place of the image. Image should show instead.

Comments

gumdrop’s picture

Title: Thumnail tag [thumbnail] in RSS feeds not showing image » Thumbnail tag [thumbnail] in RSS feeds not showing image
travist’s picture

Status: Active » Closed (works as designed)

To make this work for RSS feeds, you will need to use the print flashvideo_get_thumbnail($node); API.

gumdrop’s picture

Version: 6.x-1.4-beta3 » 6.x-1.4-beta4
Status: Closed (works as designed) » Active

If I use the code above as is, it show's "Thumbnail Not Available".

travist’s picture

Status: Active » Postponed (maintainer needs more info)

Then this means your thumbnail was not generated. Are you sure this is not an FFMPEG issue?

gumdrop’s picture

The thumbnail is generated.If I use [thumbnail] tag it shows up in the node.

gumdrop’s picture

Status: Postponed (maintainer needs more info) » Active

Issue persists.

travist’s picture

gumdrop.

Please be patient.

If you are using the print flashvideo_get_thumbnail($node); and it does not work, but the [thumbnail] tag does, then this means you are doing something wrong since the [thumbnail] tag mades a direct call to flashvideo_get_thumbnail....

Do you have a site I can look at?

invain’s picture

I have the same problem here...

Can you help me? this my devel site http://203.128.65.81/astaga/?q=taxonomy/term/18

Thx in advance

travist’s picture

Status: Active » Postponed (maintainer needs more info)

Has everyone checked to make sure that the FlashVideo module has generated the thumbnail for your video? If not, then that is the problem which is most likely an issue with FFMPEG.

gumdrop’s picture

Status: Postponed (maintainer needs more info) » Active

Yes, the thumbnail is being generated and resides in ~/sites/default/files along with it's associated flv file.

I guess that's why the [thumbnail] tag works? Because it is indeed there.

mimpse’s picture

I'm seeing the same issue - flv files and thumbnails are stored together under a /files/videos/ directory. The [video] tag works fine, but the [thumbnail] one only displays the tag itself, rather than the associated image (link to the thumbnail image works fine too). Grateful for any help.