ブライトコーブで自分の動画のレンディション配列をループしようとしていますが、何を試しても失敗し続けています。
document.getElementById('divMeta.render').innerHTML = v.renditions;
このコードの結果は次のとおりです。
[対象オブジェクト]、[対象オブジェクト]、[対象オブジェクト]、[対象オブジェクト]、[対象オブジェクト]、[対象オブジェクト]
6 つの別々のレンディションがあることを示しています。
videos: Array[20]
0: Object
FLVFullLength: Object
FLVURL: "http://brightcove.vo.llnwd.net/pd16/media/1978114949001/1978114949001_2223781677001_Lindy-Fish---Game-Cleaning-Station-Features---Benefits.mp4?pub
Id=1978114949001&videoId=2223734749001"
creationDate: "1363191473140"
customFields: Object
economics: "AD_SUPPORTED"
id: 2223734749001
lastModifiedDate: "1363200126320"
length: 45094
linkText: null
linkURL: null
longDescription: null
name: "Lindy Fish & Game Cleaning Station Features & Benefits"
playsTotal: 19
playsTrailingWeek: 19
publishedDate: "1363191473140"
referenceId: null
renditions: Array[6]
0: Object
1: Object
audioOnly: false
controllerType: "DEFAULT"
displayName: "Lindy Fish & Game Cleaning Station Features & Benefits.mov"
encodingRate: 1616956
frameHeight: 700
frameWidth: 1248
id: 2223780276001
referenceId: null
remoteStreamName: null
remoteUrl: null
size: 9153763
uploadTimestampMillis: 1363191560801
url: "http://brightcove.vo.llnwd.net/pd16/media/1978114949001/1978114949001_2223780276001_Lindy-Fish---Game-Cleaning-Station-Features---Benefits.mp4?pub
Id=1978114949001&videoId=2223734749001"
videoCodec: "H264"
videoContainer: "MP4"
videoDuration: 45094
__proto__: Object
2: Object
3: Object
4: Object
5: Object
length: 6
上記のコンソール ログからコピーしたテキストでわかるように、レンディション内には、frameWidth = 1248 の URL と呼びたい 6 つの異なるレンディションがあります。
助言がありますか?