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

Trouble playing vid pre-roll ad in Roku

I'm trying to add VAST video pre-roll ads to the SThree sample Roku SDK project (the "Simple Grid with Video and Details page (.zip)" version). I can get it to work on app start by putting the following code into main.brs: library…
rynop
  • 50,086
  • 26
  • 101
  • 112
0
votes
1 answer

How do I Zip some files and directories without a root directory in C#?

How do I Zip some files and directories without a root directory in C#? I'm currently writing a program to automatically side-load apps to a Roku over HTTP. I have successfully written all the software except for the part which zips the source…
Dan13_
  • 193
  • 1
  • 2
  • 16
0
votes
2 answers

Roku Basic App Creation

I have done roku setup on device and one basic hello world program too. Next thing i want to create a layout alignment with logo. Its very hard to search source for this. Could anyone help me out to solve this ?
akarsh
  • 1
0
votes
1 answer

Roku Advertising Framework Clickthrough Link

I am using the Roku Advertising Framework at the moment to request video ads from an ad server using VAST tags. I am wondering, if it is possible to use the tag of the VAST 2.0 format to link to another Roku channel - so if the user…
0
votes
2 answers

App Suddenly Crashing Roku

Sorry if this isn't terribly descriptive, but lately my app has been crashing overnight. I usually leave it running during the day and it's just fine but if I leave it on all night and come back the next morning to check on it I find the Roku device…
terratunaz
  • 614
  • 3
  • 9
  • 19
0
votes
1 answer

Can you toggle the volume on the Roku through an Android device?

I'm working on an app that can stream to both Chromecast and Roku devices. I didn't develop this app so I'm still learning the code for it. One of the bugs I'm trying to fix is that there is a volume bar on my Android device playback screen when…
Jvalant Dave
  • 17
  • 1
  • 6
0
votes
1 answer

Can we add pause button when roku ads playing?

Can we add pause functionality to pause the ads after specific time? Actually I'm using Roku advertising with scene graph and want to pause ads after specific time. Is this possible?
Martin C
  • 395
  • 1
  • 7
  • 21
0
votes
1 answer

Pause action not working properly in roku

I am developing a roku channel by using scene graph. I am using video node to play video and also disabled default UI of video like progress bar, buffering bar etc... I want to develope custom progress bar using video node. My issue is... To pause…
Martin C
  • 395
  • 1
  • 7
  • 21
0
votes
1 answer

How to disable options button functionality when video playing in bright script

I am working on roku using Scene Graph. I want disable options(asterisk) button functionality when video playing. Thank you.
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
1 answer

Eclipse with Roku plugin: editor unusably slow

Eclipse editor taking too much time or hanging when any action perform like save or copy, paste.. I am working on Roku platform with bright-scripts. i3 system 8GB RAM
Sameer
  • 91
  • 2
  • 7
0
votes
1 answer

Roku: How to hide Overhang using XML

I am using the Roku Scene Graph XML to create my screen. I currently have an overhang on the top of my screen that I would like to slide out after 5 seconds of not being focused on it. The Roku Docs make it seem like this is possible, but don't give…
Milap
  • 147
  • 1
  • 6
  • 15
0
votes
1 answer

Roku Scene Graph - create new scene

I'm trying to run a sample app from Roku with their new SceneGraph API but i get stuck at the beginning, when i'm trying to create a new scene. I didn't modified anything. The error that i received is: BRIGHTSCRIPT: ERROR: roSGScreen.CreateScene:…
0
votes
1 answer

How to add skip button when roku ad is playing?

I am working on roku app using scene graph component. I am using RAF to show ads before video playing and this is working properly for me. My code is... timestamp = CreateObject("roDateTime") adUrl =…
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
1 answer

roku device stops working while calling a function

i used this code for validation .after click on ok of the keyboard the roku device gets reboot. I want new keyboard to be displayed for password . sub init() m.top.backgroundURI = "pkg:/images/rsgde_bg_hd.jpg" example =…
0
votes
2 answers

How to implement advertise in roku using Scene Graph

I am working bright script using scene graph. I want to play ads before video play. How to implement in bright script using scene graph.
Vijay Kumar
  • 141
  • 1
  • 13