The direct publisher says it has successfully ingested 3 of my streams.. but its only showing 2. not sure what the issue is... posted my code for review below
{
"providerName": "NSN Sports",
"language": "en-US",
"lastUpdated": "2017-07-06T18:12:32.125Z",
"shortFormVideos": [
{
"id": "1",
"title": "Live Stream",
"shortDescription": "Live Stream",
"thumbnail": "http://site.net/thumbnail.jpg",
"genres": [
"sports",
"live stream"
],
"tags": [
"sports",
"liveStream",
"live"
],
"releaseDate": "2017-06-11",
"content": {
"dateAdded": "2017-06-11T14:14:54.431Z",
"captions": [],
"duration": 5000,
"videos": [
{
"url": "videourl.m3u8",
"quality": "HD",
"videoType": "MP4"
}
]
}
},
{
"id": "2",
"title": "Thomas vs colby",
"shortDescription": "wommens Softball",
"thumbnail": "http://site.net/thumbnail.jpg",
"genres": [
"sports"
],
"tags": [
"sports",
"softball"
],
"releaseDate": "2017-05-21",
"content": {
"dateAdded": "2017-05-21T14:14:54.431Z",
"captions": [],
"duration": 5000,
"adBreaks": [
"00:00:00",
"00:00:59"
],
"videos": [
{
"url": "http://videourl.m3u8",
"quality": "HD",
"videoType": "HLS"
}
]
}
},
{
"id": "3",
"title": "Sport stream",
"shortDescription": "some game",
"thumbnail": "https://site.net/thumbnail.jpg",
"genres": [
"sports"
],
"tags": [
"sports"
],
"releaseDate": "2017-05-21",
"content": {
"dateAdded": "2017-05-21T14:14:54.431Z",
"captions": [],
"duration": 5000,
"adBreaks": [
"00:00:00",
"00:00:59"
],
"videos": [
{
"url": "http://videourl.m3u8",
"quality": "HD",
"videoType": "HLS"
}
]
}
}
]
}