Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
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.
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!