Every time I try to use a blip.tv url in the Embedded Video Field, I end up with a blank spot the size of the full video, and when I right click I get "Move not loaded" and the Flash version. When I firebug it, the src attribute of the embed tag appears as "http://blip.tv/play/" without any specific blip video ID.

If I edit the node, I do see the bliptv ID there, and I've tried the video both private and public on the blip.tv settings end of things (I have a professional account).

Has anyone else had this issue? Any thoughts on resolving it?

CommentFileSizeAuthor
#6 573730.diff810 bytesdarrick

Comments

eusebius’s picture

Same problem. Video shows up on preview, but not actual teaser or full node.

aaron’s picture

Status: Active » Postponed (maintainer needs more info)

please give some sample url's from blip.tv where you see this problem. it works fine for me.

eusebius’s picture

Here is one:

http://blip.tv/file/2731182/

After saving my node, I see "(bliptv ID: 2731182)" underneath the URL with a correct link to the actual Blip.TV page, but absolutely nothing displays in my node... no video.

eusebius’s picture

And here is the source output from emfield:

<embed src="http://blip.tv/play/" type="application/x-shockwave-flash" width="620" height="460" allowscriptaccess="always" allowfullscreen="true">

As you can see, the Blip.TV ID is missing, so there is nothing to play. To clarify, I am using the full Blip.TV URL in the emfield field.

jratrw’s picture

Category: support » bug

Also having this problem with embedded blip movies.

Embed code from blip.tv for video in #3:

<embed src="http://blip.tv/play/AYGn9T4C" type="application/x-shockwave-flash" width="480" height="350" allowscriptaccess="always" allowfullscreen="true"></embed> 
darrick’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new810 bytes

This issue may be related to http://drupal.org/node/407446. The data field is getting serialized twice when added to the database. I upgraded from cck-2.2 to cck-2.6 but it did not fix the problem.

function _emfield_emfield_field gets called twice on every node save with op=update. So the data field is getting serialized twice. I'm not sure why. I've attached a patch to fix the issue.

aaron’s picture

Assigned: Unassigned » aaron

ah, thanks darrick. will look at this.

aaron’s picture

Status: Needs review » Fixed

fixed it; thanks @darrick! (please re-open if this patch didn't actually solve your problem -- it's in both dev branches now).

Mac Clemmens’s picture

Status: Fixed » Needs work

I am still experiencing the same problem, even after upgrading. I get the URL http://blip.tv/play/

darrick’s picture

@Digital Deployment Did you resave all your nodes which have bliptv cck fields? Due to the nature of the bug the data required to show the field properly was corrupted in the database when the node was saved or updated.