Forum Discussion

Tylk's avatar
Tylk
Channel Surfer
4 years ago

Playback of channel missing, even if in preview it is looking good

I am encountering a strange issue, the test feed is validated and in the preview menu the feed/video  is looking as it must be. But, after the channel is added in the Roku instead of the menu and the video stream I have only the "Search" and "About" buttons and not the playable video stream.

 The feed was edited in the Json Feed Manager 2.0.3.0.

  The simple test feed is the following:

{
"lastUpdated": "2021-06-18T09:06:04+00:00",
"providerName": "TestTV",
"language": "en-US",
"liveFeeds": [
{
"id": "795b92398f9d4923a3a066e13477dba0",
"title": "Test TV",
"content": {
"dateAdded": "2021-06-18T20:27:10+00:00",
"videos": [
{
"url": "https://xxxxxxxx.xxxxxxxx.net/hls/live/xxxxxxx/xxxxxx/playlist.m3u8",
"quality": "HD",
"videoType": "HLS"
}
],
"duration": 86395,
"validityPeriodEnd": "2022-08-31T20:29:52+00:00"
},
"thumbnail": "https://www.xxxxxx/xxxx/xxxxx/xxxxxxx.png",
"brandedThumbnail": "https://www.xxxxx.tv/xxxx/xxxx/xxxxxxx.png",
"shortDescription": "Test TV",
"longDescription": "Test text",
"tags": [
"News"
],
"rating": {
"rating": "UNRATED",
"ratingSource": "MPAA"
},
"genres": [
"news"
]
}
],
"categories": [
{
"name": "News",
"query": "News",
"order": "most_recent"
}
],
"playlists": [
{
"name": "Test TV",
"itemIds": [
"795b92398f9d4923a3a066e13477dba0"
]
}
]
}

The published channel is like bellow. 

Honestly I don't know where to start debugging this problem, I'm out of ideas. Did happened to someone this kind of situation?