Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016
09:23 AM
SG Poster and base64 images
Can the SG Poster component support base64 images?
We have quite a few images that I'd rather serve via a json feed with base64 images rather than call out to uri's.
We have quite a few images that I'd rather serve via a json feed with base64 images rather than call out to uri's.
Tyler Smith
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016
10:27 AM
Re: SG Poster and base64 images
I don't think there is any support for that, but the feature request has come up before:
https://forums.roku.com/viewtopic.php?f=34&t=84994&p=506947&hilit=base64#p506947
https://forums.roku.com/viewtopic.php?f=34&t=84994&p=506947&hilit=base64#p506947
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2016
01:02 PM
Re: SG Poster and base64 images
Came up with a solution to deliver base64 strings via json file then to create the images on the filesystem (tmp:/) using byte arrays fromBase64String method. Works like a charm!
Tyler Smith