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
12
votes
7 answers

How can I do mod without a mod operator?

This scripting language doesn't have a % or Mod(). I do have a Fix() that chops off the decimal part of a number. I only need positive results, so don't get too robust.
tladuke
  • 1,337
  • 2
  • 11
  • 22
7
votes
2 answers

How to make api request to some server in roku

I am very much new in working with roku and roku specific language( BasicScript ). I need to make api calls to some server to get the channels. I am not understanding how to do it in roku. Please suggest.
user850234
  • 3,373
  • 15
  • 49
  • 83
6
votes
1 answer

Redirect to Home page After Clicked Save button using bright script?

I have created Login Screen and setting URL Screen in bright script with the credential username, password in Login screen and setting URL in setting URL Screen with two buttons save and setting. Here simply my Login Screen: Login…
6
votes
1 answer

How to move focus between a keyboard and button group on a screen?

So, for a project at work, we have been tasked with creating a Roku app for a client. Sorry if this is a stupid question, but I have never touched brightscript or Roku development in general, and am mostly a react/javascript developer. I am plugging…
6
votes
1 answer

Read and write from temp file in Roku

In Roku, how do I read and write data from a temporary file in the folder tmp:? I cannot find any documentation relating to this. The data which I am storing is too big to be stored in the registry.
khateeb
  • 5,265
  • 15
  • 58
  • 114
5
votes
0 answers

Why is Roku player throwing error "reader pick stream error:bad:invalid or corrupt playlist" when play a Stream using AKAMAI CDN

We are using the Akamai CDN HLS stream for one of our OTT apps. This app has two types (Live & VOD) stream URLs. When playing the VOD content the Roku player plays the stream smoothly but when we play Live Stream content, the Roku player throws the…
Vijay Kumar
  • 141
  • 1
  • 13
5
votes
2 answers

How can we test Roku application

I'm new to Roku development (in R&D phase actually). I read that we can't test Roku app on simulator and need real device. If we develop an application, how will we test it? I checked Roku developer site and different links on internet, but could…
Fayza Nawaz
  • 2,256
  • 3
  • 26
  • 61
4
votes
2 answers

Play MultipleAudioTrack in Roku

I know about Roku doesn't support multiple videos at a time. But, Some Developers are mix up two things multiple playbacks and multiple audio tracks. Roku Does Support Multiple Audio Track? I tried to Play MultipleAudioTrack in Roku. I used the…
4
votes
3 answers

Difference Between m and m.top in brightscript?

This Difference available on Roku Forum. But I didn't Understand. Does anyone know this difference and its attribute?
4
votes
1 answer

How to use Circle image View in Roku..?

I am using BrightScript and SceneGraph components to display an image in a circle view but Circle View option is not found. I want a view like the image below:
Raj G
  • 73
  • 8
4
votes
3 answers

Roku - ButtonGroup advance focus with left and right keys

I am pretty new to Roku world. I smell like its a very simple and straight forward question, but was not able to figure out any solutions. Any help would be much appreciated. I was trying to create a sample application which includes three button in…
nithin ks
  • 285
  • 3
  • 11
4
votes
2 answers

Error: Install Failure: No manifest. Invalid package.Install Failure: No manifest

Hi I am just beginning with Roku development. I downloaded the sdk and have been trying to run an hello world application. I have a source folder and a manifest file. But I still keep getting the following error: Error: Install Failure: No…
G droid
  • 956
  • 5
  • 13
  • 36
4
votes
2 answers

Call function from another file in BrightScript

I have two files in source folder (BrightScript project), file a.brs and file b.brs There is a function in a.brs file function aa() print "Hello World!" end function and I want to call it from b.brs aa() There is an error Function Call…
javagc
  • 846
  • 1
  • 17
  • 37
4
votes
1 answer

Streaming web video to Roku

Does anyone know how technically to send videos (i.e. Youtube Videos) to a Roku player? There is a "Twonky Beam" app that allows streaming and what it appears to do is to send .mp4 files to Roku for playback. See the demo here:…
gbtv
  • 209
  • 1
  • 3
  • 8
3
votes
2 answers

Debug Roku trick mode with Stream/RAF Tester

I am trying to implement trick mode for our VoDs on Roku. I have followed their guide for HLS here: https://developer.roku.com/en-gb/docs/developer-program/media-playback/trick-mode/hls-and-dash.md I see my playlist get updated with the…
Justin Kruse
  • 1,020
  • 12
  • 27
1
2 3
33 34