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 - Can an Associative Array hold another Array as a Value?

I'm new to BrightScript and am trying to figure out how to work with their associative arrays. My questions is, can an associative array in BrightScript hold another array as a value? I'm trying to parse an associative array that looks like…
0
votes
1 answer

Text overlowing in roParagraphScreen

I have a text section on roku that is being cut off due to its length. There are two possible solutions. What would seem to be easist is make the text smaller on this one page. Make the text section scrollable My page is roParagraphScreen in…
dan_vitch
  • 4,477
  • 12
  • 46
  • 69
0
votes
2 answers

Capture Current Frame in Video Player

I want to retrieve the current Video Frame and process it as an image when a video is paused. Is this possible in Roku Brightscript? For Eg. I want to save the Paused Frame as Image and use it later as a Poster Image.
0
votes
2 answers

Text overlay on fullscreen video Roku

I'm starting developing brightscript with simpleVideoPlayer for Roku, how can I add a text overlay or an image canvas when the video is on fullscreen? Thanks a lot.
0
votes
1 answer

How to put together a roku toolchain

I am looking to port something in C to the roku platform and I think I need a toolchain to compile these resources. I noticed this link that talked about the tools that were used and this link seems to suggest such a thing is possible. However, when…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
1 answer

How to transcode or convert a live rtmp stream into hls or something a roku can recognize?

Looking for something I know exists but I have not found it yet. I am able to download the rtmp stream and save it to a file, but my goal is to download the steam and play it without saving it. I have learned that an mp4 will not play until a…
0
votes
1 answer

Chromecast Network Implementation Details, and kinda duplicating it with a roku

Primer: I'm trying to duplicate "similar" functionality as a chromecast in a roku, for my project I need to discover the roku (using udp), and then subsequently send a http post request controlling it. I was recently inspired by the chromecast (from…
0
votes
1 answer

Wrap XML Output on ASP.NET Web API

So I'm working on a web API that a Roku Channel will interact with to send and receive data. Roku SDK has a built in XML Parser that is easy to use, but the only problem is that Roku will only parse XML wrapped in an element. I…
goelze
  • 488
  • 1
  • 3
  • 14
0
votes
1 answer

Which Roku device should I develop for?

Coming from a strong front end dev background to connected devices I learnt that I should always develop for the lowest common denominator when it came to unified clients. For standard CE-HTML style dev I found it's mainly low end 2011 blu rays that…
Ahmed Nuaman
  • 12,662
  • 15
  • 55
  • 87
0
votes
1 answer

Variable Dictionary Contents

I'm not sure if this is possible, or if I'm taking the wrong approach, I've tried searching, but I'm not sure about the terms. I would like to pass a variable into the controller dict, so rather than using 'PLAY', in the lookup I could do something…
onaclov2000
  • 5,741
  • 9
  • 40
  • 54
-1
votes
1 answer

How to make custom button in Roku?

I want to make this type of button in Roku, If you have any information let me know. Thanks in advance!
-1
votes
1 answer

Can I make Roku app using flutter? if I Can how can I run

I want to make a Roku app using flutter but don't know how can i run Roku app in flutter using android studio
Fuad Mostafij
  • 47
  • 2
  • 8
-1
votes
1 answer

Emulator for roku tv for test remote controll

How can I install Roku TV to check the remote control? I tried to search in the official documentation, but I didn't find anything Is it possible to install Roku TV on a computer?
okdi
  • 1
-1
votes
2 answers

How could I use roSGScreen for open a new view? - Roku

Hi community I'm making an Roku app and I need to create window instance for can surf between it. The develop is inside the main fuction because is the only way that it works. Also I need to create some moduls that it not depend of the main, I have…
-1
votes
1 answer

IS It Possible to Manage (Full Screen) Video Screen in Roku?

I successfully playing some channel in Roku. and I tried to all channel full screen in Roku I set height width of video player. But Now still not working. Anyone know these issue How to set The Video playing a Full Screen. Anyone know this issue.…