I am working on Roku application and sending static images to Roku for display of weather info.
Code:
If this.content.WeatherImagePath <> Invalid
this.bitmaps[this.content.WeatherImagePath] = {
request: Invalid,
tries: 1,
bitmap: CreateObject("roBitmap", this.content.WeatherImagePath),
done: True
}
End If
I am using this images to display:
But I get different response on different time like:
And sometime there is no issue in display of images. Like:
Memory details of device are below:
Available memory 14927808 used 24072192 max 39000000
What can be issue?
It was not an issue on BrightSCript code.
It was ROKU firmware issue and on next firmware version this issue was resolved.