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
0 answers

Roku: Playback is not smooth on Roku-4 device for 1080p@60fps HEVC content

I am running "customvideoplayer" sample application present inside roku SDK on a Roku-4 device. I got the roku SDK from this link: http://wwwimg.roku.com/static/sdk/RokuSDK.zip I am testing a 1080p@60fps HEVC stream. The Roku-4 is connected to a…
MayurK
  • 1,925
  • 14
  • 27
0
votes
1 answer

Roku - How to play music in background of Slideshow?

I am new to Roku & Brightscript programming. I want to play music in the background while showing photos from my album in the thumb drive. I found this awesome project on Github which plays Slideshows. Trying to figure out a way to play music in…
Bhuvan
  • 1,523
  • 4
  • 23
  • 49
0
votes
1 answer

Is this possible to fix these issues in roku?

Im working on a roku app using scene graph component. I am facing many issues like... During video buffering i want to pause video. Im using this code but not working video.control = "pause" During video buffering a blank screen is displaying. I…
Katty
  • 489
  • 6
  • 28
0
votes
3 answers

Field 'isTextEllipsized' from Label component not working - Roku Scenegraph

As I said on the title the field isTextEllipsized is not working for me, is always returning false. Example: label = m.top.createChild("Label") label.color = "#ffffff" label.font = font label.vertAlign = "bottom" label.wrap = true label.lineSpacing…
Alejandro Cotilla
  • 2,501
  • 1
  • 20
  • 35
0
votes
1 answer

BrightScript: How to create a grid of PosterGrid items?

I am trying to develop a Roku app. Not able to create a grid of items where each item is a poster grid in itself. Could not able to find any example for this situation? Link to any similar example will be very useful.
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
0
votes
1 answer

difficulties using XML in Brightscript

I am very inexperienced in both using Brightscript and working with XML content, but I am currently challenged with doing both to develop a roku app. At the moment, I need to figure out how to sort through some XML from an online document to get…
remington howell
  • 148
  • 1
  • 2
  • 13
0
votes
1 answer

Unable to parse xml string in Brightscript

I am currently trying to create an application for Roku where the user can find and watch some of the most recent recorded church services available from my church's archives. To do this, I access an API containing an XML document with data…
remington howell
  • 148
  • 1
  • 2
  • 13
0
votes
1 answer

How to lauch another channel(B) from current channel(A) in ROKU

Show all channels Clicking on channel takes the user to channel if installed If not installed, allow the user to install. if IsChannelIstalled(channelID) then ECP_Command(“launch/channelID?contentID=deep_link_param) else …
0
votes
2 answers

Why fastforward/rewind button first time working too slow

I am working on video player using video node. My issue is when i press first time fastforward/rewind button during video playing/buffering then button is not working. After pressing 4-6 times fast forward or rewind button is working after that it…
Katty
  • 489
  • 6
  • 28
0
votes
1 answer

How to use roImageCanvas in scene graph component

I am using Scene Graph Component to develop a application with MarkupList and MarkupGrid. I want a custom dialog box open when user exit from application. I am using roImageCanvas to create custom dialog box but don't know how to implement this.…
Katty
  • 489
  • 6
  • 28
0
votes
1 answer

How to add Roku RAF to openrokn?

I am trying to find out how to add the Roku RAF to openrokn. The coding is a bit different since everything is in one main file. Can someone possibly give me some tips on this? I have a channel to submit that needs pre-roll. Does this go at the top…
studio
  • 1
0
votes
1 answer

Roku with Instant TV Channel and BrightScript Differences

I am a beginner for developing an app for Roku platform. I had few queries on instant tv channel and the BrightScript. I tried installing the BrightScript plugin in eclipse to start with the Roku app development. I have CDN which provides set of…
Bhat
  • 602
  • 9
  • 24
0
votes
1 answer

Find Information details from roku packaged file

I have a doubt. If I am giving my pkg file to any other developer/user is there any chance that he can find some information from that packaged file.Is there any risk of the leakage of my code or app information.Please guys help me as soon as…
Developer
  • 103
  • 12
0
votes
0 answers

Using Roku "roTimeSpan" and Pause/Play/Resume

I'm currently working on using the setProgressIndicator method to display the progress for audio files. I'm using a timer and the "start of play" message from the roAudioPlayer. I'm wondering if there is a way to set a timer to a particular value.…
terratunaz
  • 614
  • 3
  • 9
  • 19
0
votes
0 answers

Certain videos on Roku cut off 10 or so seconds from the beginning

I have a Roku channel in beta testing and have seen some peculiar issues with some of our videos. The problem we're seeing is certain, not all, videos have about 10 seconds cut off from the beginning. We're a Television station and all of our…