I've read several other threads that indicate that Roku doesn't directly support cookies. Does this mean that BrightScript doesn't have access to cookies? Or that Roku ignores Set-Cookie headers altogether? Are there any plans to add support for cookies, specifically in the context of HLS?
We're doing live streaming using HLS, and some session information is stored in a cookie that is sent to the client using a standard Set-Cookie HTTP header. In a subsequent request to reload the m3u8, the Cookie header is not present. This seems like a bug, since the HLS specification mentions cookie support, but we were wondering if there is something we need to do to enable it. (see
http://tools.ietf.org/html/draft-pantos ... section-10)