Forum Discussion
ferdiworks
2 years agoRoku Guru
In your feed add the following to the Duration code:
"duration": 0000, "trickPlayFiles": [ { "quality": "HD", "url": "Place Bif File Link Here" } ],
example:
"duration": 5400000, "trickPlayFiles": [ { "quality": "HD", "url": "https://websitehostlink.com/bif/film1.bif" } ],
Your JSON Feed code should be lined and coded like this:\
{
"id": "%%id%%",
"title": "%%title%%",
"shortDescription": "%%short description%%",
"tags": [
"%%Tag%%"
],
"genres": [
"%%genres%%"
],
"content": {
"dateAdded": "%%date added%%T22:21:37+00:00",
"duration": %%duration%%,
"trickPlayFiles": [
{
"quality": "quality",
"url": "%%Bif File Link%%"
}
],
"videos": [
{
"url": "%%video Link%%",
"quality": "%%quality%%",
"videoType": "%%videoType%%",
"bitrate": 5%%bitrate%%,
"filesize": "1866216308"
}
]
},
"author": "Joe Ferdinando",
"thumbnail": "%%thumbnail Link%%",
"releaseDate": "%%release date%%"
},
- fyb3roptik2 years agoRoku Guru
No not the bif one. The HLS one. The url is no longer valid!!! Did you even read my post?
- ferdiworks2 years agoRoku Guru
The idea was for you to change the URL to your HLS link and test it!
- fyb3roptik2 years agoRoku Guru
The issue here is without a valid example, who is to know if the HLS is correct. Please fix the URL to use a working example. THE EXAMPLE IS NOT WORKING. Luckily my HLS stream works, so I dont have an issue. I simply wanted the URL in the example fixed for the next person.