Active
Project:
Media: BlipTV
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2011 at 10:31 UTC
Updated:
17 May 2011 at 10:31 UTC
First, thanks for this module for making life easier.
The video will not display after initially creating node. I try to troubleshoot and found the video item information is incomplete.
I find there is only following video file information and there is no 'embed_code', which means the video will not display.
["flv"]=>
array(1) {
["url"]=>
string(77) "http://blip.tv/file/get/Pajhwok-BoysStillHuntBirthsWithBowInBalkhVideo837.mov"
}
But when I go to the video edit page and save it immediately without any change, the video information will be updated and the video will display.
Here is the video item data
["mov"]=>
array(7) {
["url"]=>
string(79) "http://blip.tv/file/get/Pajhwok-WeaponsSeizeInInjeelDistrictOfHeratVideo185.mov"
["width"]=>
string(3) "490"
["height"]=>
string(3) "368"
["duration"]=>
string(2) "83"
["size"]=>
string(8) "10111891"
["mime"]=>
string(15) "video/quicktime"
["embed_code"]=>
array(2) {
[0]=>
string(8) "AYK6x2gC"
[1]=>
NULL
}
}
["m4v"]=>
array(7) {
["url"]=>
string(79) "http://blip.tv/file/get/Pajhwok-WeaponsSeizeInInjeelDistrictOfHeratVideo252.m4v"
["width"]=>
string(3) "490"
["height"]=>
string(3) "368"
["duration"]=>
string(2) "83"
["size"]=>
string(8) "12788291"
["mime"]=>
string(11) "video/x-m4v"
["embed_code"]=>
array(2) {
[0]=>
string(8) "AYK6x2gC"
[1]=>
NULL
}
}
["flv"]=>
array(1) {
["url"]=>
string(79) "http://blip.tv/file/get/Pajhwok-WeaponsSeizeInInjeelDistrictOfHeratVideo185.mov"
}
Can any one help?