Hi all,
My json feed is a combinaison of
SERIES[...] and
SHORTFORMVIDEOS[...].
The
shortformvideos display correctly into my screen TV but nothing display for series. Also, the VIMEO player doesn't display video into the
shortformvideos .
Someone can help me please ?
My Json File{
"providerName":"MyNina2",
"language":"en-US",
"lastUpdated":"2016-10-06T18:12:32.125Z",
"series":[{
"id":"4968432",
"title":"Captive",
"shortDescription":"Lorem ipsum dolor sit amet.",
"thumbnail":"http://www.nina-tv.com/roku/captive-xbig.jpg",
"seasons": [{
"seasonNumber": 1,
"episodes": [
{
"id": "1",
"title": "Captive EP01",
"content":
{
"dateAdded":"2018-02-08T14:14:54.431Z",
"captions":[],
"duration":2793,
"videos":[{
"url":"https://player.vimeo.com/external/xxxxx.sd.mp4?s=66402c743d9ca85167339c4628ce1faf1786c592",
"quality":"HD",
"videoType":"MP4"
}]
},
"thumbnail":"http://www.nina-tv.com/roku/c1.jpg",
"episodeNumber": 1,
"releaseDate": "2015-05-22",
"shortDescription":"Lorem ipsum dolor sit ameta."
},
{
"id": "2",
"title": "Captive EP02",
"content":
{
"dateAdded":"2018-02-08T14:14:54.431Z",
"captions":[],
"duration":2793,
"videos":[{
"url":"https://player.vimeo.com/external/xxxxx.sd.mp4?s=4b7bf59207a331037bea30887297e7fbbbf2203f",
"quality":"HD",
"videoType":"MP4"
}]
},
"thumbnail":"http://www.nina-tv.com/roku/c2.jpg",
"episodeNumber": 2,
"releaseDate": "2015-05-22",
"shortDescription":"Lorem ipsum dolor sit ametore magna aliquyam erat, sed diam voluptua."
},
]
}],
"genres":["drama", "special"],
"tags":["love","live", "romance"],
"releaseDate":"2015-06-11",
"credits":
{
"name": "Eliakim Nicolson",
"role": "Réalisateur",
"birthDate": "1952-03-11"
}
}],
"shortFormVideos":
[{
"id":"205265379",
"title":"Hospital IT",
"shortDescription":"Lorem ipsum dolor sit ametore.",
"thumbnail":"http://www.nina-tv.com/roku/hospital.jpg",
"genres":["comedy","miniseries"],
"tags":["comedy"],
"releaseDate":"2015-06-11",
"content":
{
"dateAdded":"2015-06-11T14:14:54.431Z",
"captions":[],
"duration":97,
"videos":[{
"url":"https://player.vimeo.com/external/xxxxx.sd.mp4?s=b92fdffb400dce7cb06f3b92c3b723d567ea22cb",
"quality":"SD",
"videoType":"MP4"
}]
}
},
{
"id":"147132437",
"title":"Shampaign",
"shortDescription":"Lorem ipsum dolor sit ametore.",
"thumbnail":"http://www.nina-tv.com/roku/shampaign.jpg",
"genres":["comedy","miniseries"],
"tags":["comedy"],
"releaseDate":"2015-06-11",
"content":
{
"dateAdded":"2015-06-11T14:14:54.431Z",
"captions":[],
"duration":140,
"videos":[{
"url":"https://player.vimeo.com/external/xxxxx.sd.mp4?s=2f234713249582bb309e51d55aae07d3bd9eb8bd",
"quality":"SD",
"videoType":"MP4"
}]
}
},
{
"id":"206246041",
"title":"Bobodiouf le retour",
"shortDescription":"Lorem ipsum dolor sit ametore",
"thumbnail":"http://www.nina-tv.com/roku/bobodiouf.jpg",
"genres":["comedy","miniseries"],
"tags":["comedy"],
"releaseDate":"2015-06-11",
"content":
{
"dateAdded":"2015-06-11T14:14:54.431Z",
"captions":[],
"duration":148,
"videos":[{
"url":"https://player.vimeo.com/external/xxxxx.source.mp4?s=510ce16d0c77fe549c1e73c836b0c772a6acb0dc&download=1",
"quality":"HD",
"videoType":"MP4"
}]
}
}],
"playlists":[
{
"name":"captive",
"itemIds":[
"1",
"2"
]
},
{
"name":"production",
"itemIds":[
"3",
"4",
"5"
]
}
],
"categories":[
{
"name":"Programmes en production",
"playlistName":"production",
"order":"manual"
},
{
"name":"Captive",
"playlistName":"captive",
"order":"manual"
}
]
}