Questions tagged [roku]

"Roku" is a video streaming player and platform, developed and sold by the company "Roku, Inc."

[Roku, Inc.][1] was founded in 2002 by Anthony Wood, the founder of ReplayTV (one of the first DVRs). "Roku" means six in Japanese, a reference to this being the 6th company that Wood has launched.

Roku Inc develops both the hardware and software for the eponymous Roku platform. The company manufactures and sells the [Roku][2] set-top boxes - as well as licenses the platform to manufacturers (e.g. Hisense, TCL, Insignia, Sharp) of "RokuTV" smart TVs.

Development for the Roku platforms is done primarily through BrightScript, a scripting language very similar to Visual Basic. A sister company - BrightSign - uses Brightscript for their commercial sign and display products.

More information can be found at http://www.roku.com

[1] https://en.wikipedia.org/wiki/Roku,_Inc.

[2] https://en.wikipedia.org/wiki/Roku

496 questions
0
votes
1 answer

Brightscript: how to pull my Youtube videos from my own channel onto the Roku?

I'm making a youtube channel for some meteorologists who hired me for an internship. They want to use Youtube to pull their videos and display them onto the Roku Channel. How would I do this? also, I need to make a list of the videos from the…
Capson
  • 13
  • 3
0
votes
1 answer

How do I manage stream buffering?

I have a few questions about buffering and how to manage it. At this moment I have a roku channel that streams both, mkv and mp4 files, as well as hls live streams. When I test the channel with 50 Mbps it works well, but with slower internet…
miguelglz
  • 417
  • 1
  • 4
  • 16
0
votes
1 answer

roKeyboardScreen Customization

I could not find any docs on customization of roKeyboardScreen appearance, except for buttons (ButtonNormalColor & ButtonHighlightColor). I saw the "roKeyboardScreen color" topic but it has no any answers. I have customized colors for breadcrumb…
Nikolay Mamaev
  • 1,474
  • 1
  • 12
  • 21
0
votes
2 answers

How to set a background image in BrightScript for a particular screen?

How to set a background image in brightscript for a particular screen? Is dfNewBitmapSet() the method used to set the background?! kindly share your answers
0
votes
1 answer

Generate Expiring AWS S3 URL links in Brightscript

Can someone point me to some documentation of utilizing brightscript to generate expiring AWS S3 urls with AWSaccesskey to append to video links from an XML feed. example:…
0
votes
1 answer

JavaScript/HTML development with Marmalade SDK for Roku

Could we develop HTML5/JavaScript application for Roku with use of the Marmalade SDK instead of using the BrightScript? Thanks a lot STeN
STeN
  • 6,262
  • 22
  • 80
  • 125
0
votes
1 answer

roUrlTransfer in BrightScript

I am creating my own channel for Roku. I need to get the streams of my videos and images from a JSON file from a server. I found a couple of examples of how to do that using roUrlTransfer component, but all those examples tell that you need to have…
User555
  • 83
  • 1
  • 9
0
votes
1 answer

No response from Vimeo API on GET request

For a Roku app I'm building, I need to get the list of channels for a Vimeo user. It's public data, so I can grab it with their Simple API, which looks like this example: https://vimeo.com/api/v2/user17146517/albums.json That request works great…
0
votes
1 answer

How can I guarantee that requests to my server were generated by my iOS app on a real device?

I want to send a small message from my iOS app to my server. However, I want to have a high degree of assurance that the data was in fact: (1) generated on the device, and (2) by my app. Is there way to achieve this? I care more about (1) than…
user3625974
  • 93
  • 1
  • 5
0
votes
3 answers

Redirection handling in ROKU

I am trying to call an API in ROKU player using bright script. But I a getting "response code -3". But when I am hitting that service on Web Browser it gives the xml in response. Actually there is a redirection in the API which I am using. As I know…
Rachit Gaur
  • 91
  • 1
  • 3
0
votes
1 answer

How do I install developer apps to a Now TV box

How do I install developer apps to a Now TV box, including standard apps that aren't normally available?
WonderWorker
  • 8,539
  • 4
  • 63
  • 74
0
votes
1 answer

Roku-Create Selectable List

I am in the process of making a Roku channel. The idea is to have a full screen player going, if the user presses a particular button on remote, a small pop up menu will display in a corner of the screen with a list of available channels. I have all…
0
votes
2 answers

How to check if image failed to load?

I wanted to know if there was anyway, we can know the image was not loaded in the screen (roPosterScreen, roSpringBoard, or any screen). What I mean is, I set an image url in any of the screen and the image was deleted from the server, then can we…
0
votes
1 answer

Brightsign, how to write a custom parser

I am trying to write a custom parser for the XD1030 Brightsign player. This is the the only sample code that I got. I think it works, but as it doesn't output anything anywhere I can't really tell. Sub rss(xmlFileName$ as String, itemsByIndex as…
Finitely Failed
  • 119
  • 3
  • 14
0
votes
1 answer

Set Session Cookie

I am trying to store a session cookie for google analytics This is the code if valid(m.GATracker.Cookie) then print "Cookie:"; m.GATracker.Cookie else m.GATracker.Cookie = 'Random Cookie Number end if every time I hit the function with this…
dan_vitch
  • 4,477
  • 12
  • 46
  • 69