"mosafer" wrote:
In your feed, if the video url is pointing to m3u8 file it means that should be HLS
for the first entry this is the right format:
"shortFormVideos": [
{
"id": "peel garlic how to",
"title": "How to Peel Garlic",
"shortDescription": "In this video, you will learn the quickest way to peel garlic.",
"thumbnail": "http://www.foodchaintv.com/testing/images/peelgarlictitle.jpg",
"genres": [
"food"
],
"tags": [
"food",
"cooking",
"garlic",
"chef",
"how to"
],
"releaseDate": "2017-01-01",
"content": {
"dateAdded": "2017-04-21T14:14:54.431Z",
"captions": [],
"duration": 171,
"adBreaks": [],
"videos": [
{
"url": "https://....../210168156.m3u8?s=49f82eba72.......091b8799ed0f7c",
"quality": "HD",
"videoType": "HLS"
}
]
}
}
I didn't check the other part but preparing the feed is pretty sensitive.
Thanks for this. I updated the the JSON file. The "videotype" was changed from MP4 to HLS for both video items, and got the error again.
Then, I changed the HTTPS in the video URL to HTTP, and got the same error again.
Then, I deleted the video URL and put in the short URL's (like this: http://goo.gl/sPOkKT) that I was using before (that work with the current channel), and got the error again.
Then, I went back to the FEED URL page and changed the video format drop down menu choice from MP4, to HLS. That did not make a difference. Got the error again.
Then, I went back to the FEED URL page and changed the video format drop down menu to SPECIFIED IN FEED, and got the same error again.
Any other ideas?