Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deepakgpt
Visitor

Set image in Manfest file Dynamic

Hi

I want to set images in manifest file form json that s commig from my server
Then Plz tell me the way how could I geet the value in manifest file
and how could Isue it in it
My is like this
"video": [{
"tags": [],
"Description": "",
"subscriberRating": 0,
"likeStatus": false,
"url": "http://njnj.........t.com:1935/vod/_definst_/6396/Media/33224_20117/Transcoded/smil:33224_20117_destinationId_219.smil/playlist.m3u8",
"srtFileUrl": [],
"title": "Test-vid-wmv-12:44pm-21aug",
"thumbnail": {
"thumbnailDetailSD": "http://Testacc21aug.............com/storage/6396/Media/33224_20117/Thumbnails/33224_20117_729_1SD.png",
"thumbnailDetailHd": "http://Testacc21aug.........t.com/storage/6396/Media/33224_20117/Thumbnails/33224_20117_729_1HD.png",
"thumbnailHD": "http://Testacc21aug.............t.com/storage/6396/Media/33224_20117/Thumbnails/33224_20117_729_1HD.png",
"thumbnailSD": "http://Testacc21aug.................com/storage/6396/Media/33224_20117/Thumbnails/33224_20117_729_1SD.png"
},
"videoId": "33224_20117",
"Duration": 41,
"likes": 0,
"dislikeStatus": false,
"dislikes": 0,
"rating": 0,
"group": "Video-Group"
}]
I want to use that thumbnail array images in my manifest
how could I use this
Plz send me code also

Thanks
0 Kudos
1 REPLY 1
destruk
Binge Watcher

Re: Set image in Manfest file Dynamic

I don't think you can do this. The manifest determines which graphic is used for the roku Home screens (where you select what channel application to run) - to change those you might need to repackage and resubmit the channel to the roku channel store with the new graphics. Is there a different manifest you are asking about besides the main one in the channel root/tree?
0 Kudos