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?
Comments
Comment #1
eusebius commentedSame problem. Video shows up on preview, but not actual teaser or full node.
Comment #2
aaron commentedplease give some sample url's from blip.tv where you see this problem. it works fine for me.
Comment #3
eusebius commentedHere 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.
Comment #4
eusebius commentedAnd 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.
Comment #5
jratrw commentedAlso having this problem with embedded blip movies.
Embed code from blip.tv for video in #3:
Comment #6
darrick commentedThis 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.
Comment #7
aaron commentedah, thanks darrick. will look at this.
Comment #8
aaron commentedfixed it; thanks @darrick! (please re-open if this patch didn't actually solve your problem -- it's in both dev branches now).
Comment #9
Mac Clemmens commentedI am still experiencing the same problem, even after upgrading. I get the URL http://blip.tv/play/
Comment #10
darrick commented@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.