Is it possible to gzip xml data being sent for my channel, and then decompress it on the roku?
It’s taking longer than I would like to send the feed.
Thanks.
Is it possible to gzip xml data being sent for my channel, and then decompress it on the roku?
It’s taking longer than I would like to send the feed.
Thanks.
I believe that if your server sends a “Content-Encoding: gzip” header (or “x-gzip” or “deflate”), the Roku will automatically decompress the data for you.
–Mark
Thanks, appreciate the info.